File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -364,6 +364,7 @@ load(
364364
365365csharp_proto_library (
366366 name = "deploy_csharp_proto" ,
367+ extra_opts = [],
367368 deps = [":deploy_proto" ],
368369)
369370
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments