Skip to content

Commit e728fd3

Browse files
Google APIscopybara-github
authored andcommitted
docs: very minor documentation updates
PiperOrigin-RevId: 660811154
1 parent dfc2489 commit e728fd3

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

google/cloud/deploy/v1/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,7 @@ load(
364364

365365
csharp_proto_library(
366366
name = "deploy_csharp_proto",
367+
extra_opts = [],
367368
deps = [":deploy_proto"],
368369
)
369370

google/cloud/deploy/v1/cloud_deploy.proto

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1869,9 +1869,8 @@ message TargetAttribute {
18691869
// ID of the `Target`. The value of this field could be one of the
18701870
// following:
18711871
//
1872-
// * The last segment of a target name. It only needs the ID to determine
1873-
// which target is being referred to
1874-
// * "*", all targets in a location.
1872+
// * The last segment of a target name
1873+
// * "*", all targets in a location
18751874
string id = 1;
18761875

18771876
// Target labels.
@@ -3550,10 +3549,8 @@ message PromoteReleaseRule {
35503549
// deploying. If unspecified, default it to the next stage in the promotion
35513550
// flow. The value of this field could be one of the following:
35523551
//
3553-
// * The last segment of a target name. It only needs the ID to determine
3554-
// if the target is one of the stages in the promotion sequence defined
3555-
// in the pipeline.
3556-
// * "@next", the next target in the promotion sequence.
3552+
// * The last segment of a target name
3553+
// * "@next", the next target in the promotion sequence
35573554
string destination_target_id = 7 [(google.api.field_behavior) = OPTIONAL];
35583555

35593556
// Output only. Information around the state of the Automation rule.

0 commit comments

Comments
 (0)