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

docs: Minor formatting #157

Merged
merged 2 commits into from
Sep 13, 2023
Merged
Show file tree
Hide file tree
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
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