From a440a307044cb58c301111df7491ce59778abaac Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 22:20:15 +0000 Subject: [PATCH] docs: fix docstring formatting (#130) - [ ] Regenerate this pull request now. Committer: @parthea PiperOrigin-RevId: 404010652 Source-Link: https://github.com/googleapis/googleapis/commit/853c7bcba7a7d15f015820340b74fd5dfa591512 Source-Link: https://github.com/googleapis/googleapis-gen/commit/b7b97a0a1ae19e482b234d958e7db21104e4ce14 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjdiOTdhMGExYWUxOWU0ODJiMjM0ZDk1OGU3ZGIyMTEwNGU0Y2UxNCJ9 --- google/cloud/servicedirectory_v1/types/endpoint.py | 2 +- google/cloud/servicedirectory_v1/types/namespace.py | 2 +- google/cloud/servicedirectory_v1/types/service.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/google/cloud/servicedirectory_v1/types/endpoint.py b/google/cloud/servicedirectory_v1/types/endpoint.py index bde988dc..92a4c0e8 100644 --- a/google/cloud/servicedirectory_v1/types/endpoint.py +++ b/google/cloud/servicedirectory_v1/types/endpoint.py @@ -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" diff --git a/google/cloud/servicedirectory_v1/types/namespace.py b/google/cloud/servicedirectory_v1/types/namespace.py index afa129d3..46a9a407 100644 --- a/google/cloud/servicedirectory_v1/types/namespace.py +++ b/google/cloud/servicedirectory_v1/types/namespace.py @@ -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 diff --git a/google/cloud/servicedirectory_v1/types/service.py b/google/cloud/servicedirectory_v1/types/service.py index 5c42c56a..a7833fd4 100644 --- a/google/cloud/servicedirectory_v1/types/service.py +++ b/google/cloud/servicedirectory_v1/types/service.py @@ -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: