Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
docs: fix docstring formatting (#16)
Browse files Browse the repository at this point in the history
* docs: fix docstring formatting

Committer: @parthea
PiperOrigin-RevId: 403986035

Source-Link: googleapis/googleapis@bbe8aa1

Source-Link: googleapis/googleapis-gen@4a43c7a
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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Oct 18, 2021
1 parent 4838541 commit 27d0cbe
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions google/cloud/deploy_v1/types/cloud_deploy.py
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

0 comments on commit 27d0cbe

Please sign in to comment.