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

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: fix docstring formatting (#130)
- [ ] Regenerate this pull request now.

Committer: @parthea
PiperOrigin-RevId: 404010652

Source-Link: googleapis/googleapis@853c7bc

Source-Link: googleapis/googleapis-gen@b7b97a0
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjdiOTdhMGExYWUxOWU0ODJiMjM0ZDk1OGU3ZGIyMTEwNGU0Y2UxNCJ9
  • Loading branch information
gcf-owl-bot[bot] committed Oct 18, 2021
1 parent 77c7428 commit a440a30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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

0 comments on commit a440a30

Please sign in to comment.