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: