Skip to content
This repository was archived by the owner on Jul 6, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions google/cloud/deploy_v1/types/cloud_deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ class DeliveryPipeline(proto.Message):
user and by Google Cloud Deploy. Labels must meet the
following constraints: Each resource is limited to 64
labels. Keys must conform to the regexp:
[a-zA-Z][a-zA-Z0-9\_-]{0,62} Values must conform to the
regexp: [a-zA-Z0-9\_-]{0,63} Both keys and values are
``[a-zA-Z][a-zA-Z0-9\_-]{0,62}``. Values must conform to the
regexp: ``[a-zA-Z0-9\_-]{0,63}``. Both keys and values are
additionally constrained to be <= 128 bytes in size.
create_time (google.protobuf.timestamp_pb2.Timestamp):
Output only. Time at which the pipeline was
Expand Down Expand Up @@ -476,8 +476,8 @@ class Target(proto.Message):
both the user and by Google Cloud Deploy. Labels must meet
the following constraints: Each resource is limited to 64
labels. Keys must conform to the regexp:
[a-zA-Z][a-zA-Z0-9\_-]{0,62} Values must conform to the
regexp: [a-zA-Z0-9\_-]{0,63} Both keys and values are
``[a-zA-Z][a-zA-Z0-9\_-]{0,62}``. Values must conform to the
regexp: ``[a-zA-Z0-9\_-]{0,63}``. Both keys and values are
additionally constrained to be <= 128 bytes in size.
require_approval (bool):
Optional. Whether or not the ``Target`` requires approval.
Expand Down Expand Up @@ -853,8 +853,8 @@ class Release(proto.Message):
user and by Google Cloud Deploy. Labels must meet the
following constraints: Each resource is limited to 64
labels. Keys must conform to the regexp:
[a-zA-Z][a-zA-Z0-9\_-]{0,62} Values must conform to the
regexp: [a-zA-Z0-9\_-]{0,63} Both keys and values are
``[a-zA-Z][a-zA-Z0-9\_-]{0,62}``. Values must conform to the
regexp: ``[a-zA-Z0-9\_-]{0,63}``. Both keys and values are
additionally constrained to be <= 128 bytes in size.
create_time (google.protobuf.timestamp_pb2.Timestamp):
Output only. Time at which the ``Release`` was created.
Expand Down Expand Up @@ -1149,8 +1149,8 @@ class Rollout(proto.Message):
user and by Google Cloud Deploy. Labels must meet the
following constraints: Each resource is limited to 64
labels. Keys must conform to the regexp:
[a-zA-Z][a-zA-Z0-9\_-]{0,62} Values must conform to the
regexp: [a-zA-Z0-9\_-]{0,63} Both keys and values are
``[a-zA-Z][a-zA-Z0-9\_-]{0,62}``. Values must conform to the
regexp: ``[a-zA-Z0-9\_-]{0,63}``. Both keys and values are
additionally constrained to be <= 128 bytes in size.
create_time (google.protobuf.timestamp_pb2.Timestamp):
Output only. Time at which the ``Rollout`` was created.
Expand Down