Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 27d0cbe

Browse files
docs: fix docstring formatting (googleapis#16)
* docs: fix docstring formatting Committer: @parthea PiperOrigin-RevId: 403986035 Source-Link: googleapis/googleapis@bbe8aa1 Source-Link: https://github.com/googleapis/googleapis-gen/commit/4a43c7a5873fefde138a03b37e184ea27834c5f5 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNGE0M2M3YTU4NzNmZWZkZTEzOGEwM2IzN2UxODRlYTI3ODM0YzVmNSJ9 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 4838541 commit 27d0cbe

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

google/cloud/deploy_v1/types/cloud_deploy.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)