@@ -95,8 +95,8 @@ class DeliveryPipeline(proto.Message):
9595 user and by Google Cloud Deploy. Labels must meet the
9696 following constraints: Each resource is limited to 64
9797 labels. Keys must conform to the regexp:
98- [a-zA-Z][a-zA-Z0-9\_-]{0,62} Values must conform to the
99- regexp: [a-zA-Z0-9\_-]{0,63} Both keys and values are
98+ `` [a-zA-Z][a-zA-Z0-9\_-]{0,62}``. Values must conform to the
99+ regexp: `` [a-zA-Z0-9\_-]{0,63}``. Both keys and values are
100100 additionally constrained to be <= 128 bytes in size.
101101 create_time (google.protobuf.timestamp_pb2.Timestamp):
102102 Output only. Time at which the pipeline was
@@ -476,8 +476,8 @@ class Target(proto.Message):
476476 both the user and by Google Cloud Deploy. Labels must meet
477477 the following constraints: Each resource is limited to 64
478478 labels. Keys must conform to the regexp:
479- [a-zA-Z][a-zA-Z0-9\_-]{0,62} Values must conform to the
480- regexp: [a-zA-Z0-9\_-]{0,63} Both keys and values are
479+ `` [a-zA-Z][a-zA-Z0-9\_-]{0,62}``. Values must conform to the
480+ regexp: `` [a-zA-Z0-9\_-]{0,63}``. Both keys and values are
481481 additionally constrained to be <= 128 bytes in size.
482482 require_approval (bool):
483483 Optional. Whether or not the ``Target`` requires approval.
@@ -853,8 +853,8 @@ class Release(proto.Message):
853853 user and by Google Cloud Deploy. Labels must meet the
854854 following constraints: Each resource is limited to 64
855855 labels. Keys must conform to the regexp:
856- [a-zA-Z][a-zA-Z0-9\_-]{0,62} Values must conform to the
857- regexp: [a-zA-Z0-9\_-]{0,63} Both keys and values are
856+ `` [a-zA-Z][a-zA-Z0-9\_-]{0,62}``. Values must conform to the
857+ regexp: `` [a-zA-Z0-9\_-]{0,63}``. Both keys and values are
858858 additionally constrained to be <= 128 bytes in size.
859859 create_time (google.protobuf.timestamp_pb2.Timestamp):
860860 Output only. Time at which the ``Release`` was created.
@@ -1149,8 +1149,8 @@ class Rollout(proto.Message):
11491149 user and by Google Cloud Deploy. Labels must meet the
11501150 following constraints: Each resource is limited to 64
11511151 labels. Keys must conform to the regexp:
1152- [a-zA-Z][a-zA-Z0-9\_-]{0,62} Values must conform to the
1153- regexp: [a-zA-Z0-9\_-]{0,63} Both keys and values are
1152+ `` [a-zA-Z][a-zA-Z0-9\_-]{0,62}``. Values must conform to the
1153+ regexp: `` [a-zA-Z0-9\_-]{0,63}``. Both keys and values are
11541154 additionally constrained to be <= 128 bytes in size.
11551155 create_time (google.protobuf.timestamp_pb2.Timestamp):
11561156 Output only. Time at which the ``Rollout`` was created.
0 commit comments