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

docs: fix docstring formatting #130

Merged
merged 3 commits into from Oct 18, 2021
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion google/cloud/servicedirectory_v1/types/endpoint.py
Expand Up @@ -29,7 +29,7 @@ class Endpoint(proto.Message):
Attributes:
name (str):
Immutable. The resource name for the endpoint in the format
``projects/*/locations/*/namespaces/*/services/*/endpoints/*``
``projects/*/locations/*/namespaces/*/services/*/endpoints/*``.
address (str):
Optional. An IPv4 or IPv6 address. Service Directory will
reject bad addresses like: "8.8.8" "8.8.8.8:53"
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/servicedirectory_v1/types/namespace.py
Expand Up @@ -30,7 +30,7 @@ class Namespace(proto.Message):
Attributes:
name (str):
Immutable. The resource name for the namespace in the format
``projects/*/locations/*/namespaces/*``
``projects/*/locations/*/namespaces/*``.
labels (Sequence[google.cloud.servicedirectory_v1.types.Namespace.LabelsEntry]):
Optional. Resource labels associated with
this Namespace. No more than 64 user labels can
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/servicedirectory_v1/types/service.py
Expand Up @@ -32,7 +32,7 @@ class Service(proto.Message):
Attributes:
name (str):
Immutable. The resource name for the service in the format
``projects/*/locations/*/namespaces/*/services/*``
``projects/*/locations/*/namespaces/*/services/*``.
annotations (Sequence[google.cloud.servicedirectory_v1.types.Service.AnnotationsEntry]):
Optional. Annotations for the service. This data can be
consumed by service clients. Restrictions:
Expand Down