Skip to content

Commit bbe8aa1

Browse files
Google APIscopybara-github
authored andcommitted
docs: fix docstring formatting
Committer: @parthea PiperOrigin-RevId: 403986035
1 parent 1615617 commit bbe8aa1

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

google/cloud/deploy/v1/cloud_deploy.proto

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -265,9 +265,9 @@ message DeliveryPipeline {
265265
// Labels are attributes that can be set and used by both the
266266
// user and by Google Cloud Deploy. Labels must meet the following
267267
// constraints: Each resource is limited to 64 labels. Keys must conform to
268-
// the regexp: [a-zA-Z][a-zA-Z0-9_-]{0,62} Values must conform to the regexp:
269-
// [a-zA-Z0-9_-]{0,63} Both keys and values are additionally constrained to be
270-
// <= 128 bytes in size.
268+
// the regexp: `[a-zA-Z][a-zA-Z0-9_-]{0,62}`. Values must conform to the
269+
// regexp: `[a-zA-Z0-9_-]{0,63}`. Both keys and values are additionally
270+
// constrained to be <= 128 bytes in size.
271271
map<string, string> labels = 5;
272272

273273
// Output only. Time at which the pipeline was created.
@@ -559,9 +559,9 @@ message Target {
559559
// Optional. Labels are attributes that can be set and used by both the
560560
// user and by Google Cloud Deploy. Labels must meet the following
561561
// constraints: Each resource is limited to 64 labels. Keys must conform to
562-
// the regexp: [a-zA-Z][a-zA-Z0-9_-]{0,62} Values must conform to the regexp:
563-
// [a-zA-Z0-9_-]{0,63} Both keys and values are additionally constrained to be
564-
// <= 128 bytes in size.
562+
// the regexp: `[a-zA-Z][a-zA-Z0-9_-]{0,62}`. Values must conform to the
563+
// regexp: `[a-zA-Z0-9_-]{0,63}`. Both keys and values are additionally
564+
// constrained to be <= 128 bytes in size.
565565
map<string, string> labels = 6 [(google.api.field_behavior) = OPTIONAL];
566566

567567
// Optional. Whether or not the `Target` requires approval.
@@ -914,9 +914,9 @@ message Release {
914914
// Labels are attributes that can be set and used by both the
915915
// user and by Google Cloud Deploy. Labels must meet the following
916916
// constraints: Each resource is limited to 64 labels. Keys must conform to
917-
// the regexp: [a-zA-Z][a-zA-Z0-9_-]{0,62} Values must conform to the regexp:
918-
// [a-zA-Z0-9_-]{0,63} Both keys and values are additionally constrained to be
919-
// <= 128 bytes in size.
917+
// the regexp: `[a-zA-Z][a-zA-Z0-9_-]{0,62}`. Values must conform to the
918+
// regexp: `[a-zA-Z0-9_-]{0,63}`. Both keys and values are additionally
919+
// constrained to be <= 128 bytes in size.
920920
map<string, string> labels = 5;
921921

922922
// Output only. Time at which the `Release` was created.
@@ -1162,9 +1162,9 @@ message Rollout {
11621162
// Labels are attributes that can be set and used by both the
11631163
// user and by Google Cloud Deploy. Labels must meet the following
11641164
// constraints: Each resource is limited to 64 labels. Keys must conform to
1165-
// the regexp: [a-zA-Z][a-zA-Z0-9_-]{0,62} Values must conform to the regexp:
1166-
// [a-zA-Z0-9_-]{0,63} Both keys and values are additionally constrained to be
1167-
// <= 128 bytes in size.
1165+
// the regexp: `[a-zA-Z][a-zA-Z0-9_-]{0,62}`. Values must conform to the
1166+
// regexp: `[a-zA-Z0-9_-]{0,63}`. Both keys and values are additionally
1167+
// constrained to be <= 128 bytes in size.
11681168
map<string, string> labels = 5;
11691169

11701170
// Output only. Time at which the `Rollout` was created.

0 commit comments

Comments
 (0)