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

Commit

Permalink
docs: Minor formatting (#157)
Browse files Browse the repository at this point in the history
* docs: Minor formatting
chore: Update gapic-generator-python to v1.11.5
build: Update rules_python to 0.24.0

PiperOrigin-RevId: 563436317

Source-Link: googleapis/googleapis@42fd37b

Source-Link: googleapis/googleapis-gen@280264c
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjgwMjY0Y2EwMmZiOTMxNmI0MjM3YTk2ZDBhZjFhMjM0M2E4MWE1NiJ9

* 🦉 Updates from OwlBot post-processor

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 Sep 13, 2023
1 parent 9713fa0 commit 65b3d25
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1290,6 +1290,7 @@ async def sample_create_snapshot():
Required. The ID to use for the
snapshot. The ID must be unique within
the specified instance.
This value must start with a lowercase
letter followed by up to 62 lowercase
letters, numbers, or hyphens, and cannot
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1541,6 +1541,7 @@ def sample_create_snapshot():
Required. The ID to use for the
snapshot. The ID must be unique within
the specified instance.
This value must start with a lowercase
letter followed by up to 62 lowercase
letters, numbers, or hyphens, and cannot
Expand Down
1 change: 1 addition & 0 deletions google/cloud/filestore_v1/types/cloud_filestore_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -795,6 +795,7 @@ class CreateSnapshotRequest(proto.Message):
Required. The ID to use for the snapshot.
The ID must be unique within the specified
instance.
This value must start with a lowercase letter
followed by up to 62 lowercase letters, numbers,
or hyphens, and cannot end with a hyphen.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
from google.auth import credentials as ga_credentials
from google.auth.exceptions import MutualTLSChannelError
from google.cloud.common.types import operation_metadata
from google.longrunning import operations_pb2
from google.longrunning import operations_pb2 # type: ignore
from google.oauth2 import service_account
from google.protobuf import empty_pb2 # type: ignore
from google.protobuf import field_mask_pb2 # type: ignore
Expand Down

0 comments on commit 65b3d25

Please sign in to comment.