@@ -95,8 +95,8 @@ class DeliveryPipeline(proto.Message):
95
95
user and by Google Cloud Deploy. Labels must meet the
96
96
following constraints: Each resource is limited to 64
97
97
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
100
100
additionally constrained to be <= 128 bytes in size.
101
101
create_time (google.protobuf.timestamp_pb2.Timestamp):
102
102
Output only. Time at which the pipeline was
@@ -476,8 +476,8 @@ class Target(proto.Message):
476
476
both the user and by Google Cloud Deploy. Labels must meet
477
477
the following constraints: Each resource is limited to 64
478
478
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
481
481
additionally constrained to be <= 128 bytes in size.
482
482
require_approval (bool):
483
483
Optional. Whether or not the ``Target`` requires approval.
@@ -853,8 +853,8 @@ class Release(proto.Message):
853
853
user and by Google Cloud Deploy. Labels must meet the
854
854
following constraints: Each resource is limited to 64
855
855
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
858
858
additionally constrained to be <= 128 bytes in size.
859
859
create_time (google.protobuf.timestamp_pb2.Timestamp):
860
860
Output only. Time at which the ``Release`` was created.
@@ -1149,8 +1149,8 @@ class Rollout(proto.Message):
1149
1149
user and by Google Cloud Deploy. Labels must meet the
1150
1150
following constraints: Each resource is limited to 64
1151
1151
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
1154
1154
additionally constrained to be <= 128 bytes in size.
1155
1155
create_time (google.protobuf.timestamp_pb2.Timestamp):
1156
1156
Output only. Time at which the ``Rollout`` was created.
0 commit comments