Package Methods (1.11.4)

Summary of entries of Methods for servicedirectory.

google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceAsyncClient

LookupServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.servicedirectory_v1.services.lookup_service.transports.base.LookupServiceTransport, typing.Callable[[...], google.cloud.servicedirectory_v1.services.lookup_service.transports.base.LookupServiceTransport]]] = 'grpc_asyncio', client_options: typing.Optional[google.api_core.client_options.ClientOptions] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo = 

Instantiates the lookup service async client.

See more: google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceAsyncClient

google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceAsyncClient.common_location_path

common_location_path(project: str, location: str) -> str

google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceAsyncClient.endpoint_path

endpoint_path(
    project: str, location: str, namespace: str, service: str, endpoint: str
) -> str

google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceAsyncClient.from_service_account_file

from_service_account_file(filename: str, *args, **kwargs)

Creates an instance of this client using the provided credentials file.

See more: google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceAsyncClient.from_service_account_file

google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceAsyncClient.from_service_account_info

from_service_account_info(info: dict, *args, **kwargs)

Creates an instance of this client using the provided credentials info.

See more: google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceAsyncClient.from_service_account_info

google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceAsyncClient.from_service_account_json

from_service_account_json(filename: str, *args, **kwargs)

Creates an instance of this client using the provided credentials file.

See more: google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceAsyncClient.from_service_account_json

google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceAsyncClient.get_location

get_location(
    request: typing.Optional[
        google.cloud.location.locations_pb2.GetLocationRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.location.locations_pb2.Location

google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(
    client_options: typing.Optional[
        google.api_core.client_options.ClientOptions
    ] = None,
)

google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceAsyncClient.get_transport_class

get_transport_class() -> (
    typing.Type[
        google.cloud.servicedirectory_v1.services.lookup_service.transports.base.LookupServiceTransport
    ]
)

google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceAsyncClient.list_locations

list_locations(
    request: typing.Optional[
        google.cloud.location.locations_pb2.ListLocationsRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceAsyncClient.list_locations

google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceAsyncClient.network_path

network_path(project: str, network: str) -> str

google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceAsyncClient.parse_common_folder_path

parse_common_folder_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceAsyncClient.parse_common_location_path

parse_common_location_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceAsyncClient.parse_common_organization_path

parse_common_organization_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceAsyncClient.parse_common_project_path

parse_common_project_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceAsyncClient.parse_endpoint_path

parse_endpoint_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceAsyncClient.parse_network_path

parse_network_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceAsyncClient.parse_service_path

parse_service_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceAsyncClient.resolve_service

resolve_service(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1.types.lookup_service.ResolveServiceRequest,
            dict,
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.servicedirectory_v1.types.lookup_service.ResolveServiceResponse

google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceAsyncClient.service_path

service_path(project: str, location: str, namespace: str, service: str) -> str

google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceClient

LookupServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.servicedirectory_v1.services.lookup_service.transports.base.LookupServiceTransport, typing.Callable[[...], google.cloud.servicedirectory_v1.services.lookup_service.transports.base.LookupServiceTransport]]] = None, client_options: typing.Optional[typing.Union[google.api_core.client_options.ClientOptions, dict]] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo = 

Instantiates the lookup service client.

See more: google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceClient

google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceClient.__exit__

__exit__(type, value, traceback)

Releases underlying transport's resources.

See more: google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceClient.exit

google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceClient.common_location_path

common_location_path(project: str, location: str) -> str

google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceClient.common_project_path

common_project_path(project: str) -> str

google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceClient.endpoint_path

endpoint_path(
    project: str, location: str, namespace: str, service: str, endpoint: str
) -> str

google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceClient.from_service_account_file

from_service_account_file(filename: str, *args, **kwargs)

Creates an instance of this client using the provided credentials file.

See more: google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceClient.from_service_account_file

google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceClient.from_service_account_info

from_service_account_info(info: dict, *args, **kwargs)

Creates an instance of this client using the provided credentials info.

See more: google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceClient.from_service_account_info

google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceClient.from_service_account_json

from_service_account_json(filename: str, *args, **kwargs)

Creates an instance of this client using the provided credentials file.

See more: google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceClient.from_service_account_json

google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceClient.get_location

get_location(
    request: typing.Optional[
        google.cloud.location.locations_pb2.GetLocationRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.location.locations_pb2.Location

google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(
    client_options: typing.Optional[
        google.api_core.client_options.ClientOptions
    ] = None,
)

google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceClient.list_locations

list_locations(
    request: typing.Optional[
        google.cloud.location.locations_pb2.ListLocationsRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceClient.list_locations

google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceClient.network_path

network_path(project: str, network: str) -> str

google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceClient.parse_common_billing_account_path

parse_common_billing_account_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceClient.parse_common_folder_path

parse_common_folder_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceClient.parse_common_location_path

parse_common_location_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceClient.parse_common_organization_path

parse_common_organization_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceClient.parse_common_project_path

parse_common_project_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceClient.parse_endpoint_path

parse_endpoint_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceClient.parse_network_path

parse_network_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceClient.parse_service_path

parse_service_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceClient.resolve_service

resolve_service(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1.types.lookup_service.ResolveServiceRequest,
            dict,
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.servicedirectory_v1.types.lookup_service.ResolveServiceResponse

Returns a xref_service and its associated endpoints.

See more: google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceClient.resolve_service

google.cloud.servicedirectory_v1.services.lookup_service.LookupServiceClient.service_path

service_path(project: str, location: str, namespace: str, service: str) -> str

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceAsyncClient

RegistrationServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.servicedirectory_v1.services.registration_service.transports.base.RegistrationServiceTransport, typing.Callable[[...], google.cloud.servicedirectory_v1.services.registration_service.transports.base.RegistrationServiceTransport]]] = 'grpc_asyncio', client_options: typing.Optional[google.api_core.client_options.ClientOptions] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo = 

Instantiates the registration service async client.

See more: google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceAsyncClient

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceAsyncClient.common_location_path

common_location_path(project: str, location: str) -> str

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceAsyncClient.create_endpoint

create_endpoint(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1.types.registration_service.CreateEndpointRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    endpoint: typing.Optional[
        google.cloud.servicedirectory_v1.types.endpoint.Endpoint
    ] = None,
    endpoint_id: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.servicedirectory_v1.types.endpoint.Endpoint

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceAsyncClient.create_namespace

create_namespace(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1.types.registration_service.CreateNamespaceRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    namespace: typing.Optional[
        google.cloud.servicedirectory_v1.types.namespace.Namespace
    ] = None,
    namespace_id: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.servicedirectory_v1.types.namespace.Namespace

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceAsyncClient.create_service

create_service(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1.types.registration_service.CreateServiceRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    service: typing.Optional[
        google.cloud.servicedirectory_v1.types.service.Service
    ] = None,
    service_id: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.servicedirectory_v1.types.service.Service

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceAsyncClient.delete_endpoint

delete_endpoint(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1.types.registration_service.DeleteEndpointRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> None

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceAsyncClient.delete_namespace

delete_namespace(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1.types.registration_service.DeleteNamespaceRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> None

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceAsyncClient.delete_service

delete_service(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1.types.registration_service.DeleteServiceRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> None

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceAsyncClient.endpoint_path

endpoint_path(
    project: str, location: str, namespace: str, service: str, endpoint: str
) -> str

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceAsyncClient.from_service_account_file

from_service_account_file(filename: str, *args, **kwargs)

Creates an instance of this client using the provided credentials file.

See more: google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceAsyncClient.from_service_account_file

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceAsyncClient.from_service_account_info

from_service_account_info(info: dict, *args, **kwargs)

Creates an instance of this client using the provided credentials info.

See more: google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceAsyncClient.from_service_account_info

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceAsyncClient.from_service_account_json

from_service_account_json(filename: str, *args, **kwargs)

Creates an instance of this client using the provided credentials file.

See more: google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceAsyncClient.from_service_account_json

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceAsyncClient.get_endpoint

get_endpoint(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1.types.registration_service.GetEndpointRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.servicedirectory_v1.types.endpoint.Endpoint

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceAsyncClient.get_iam_policy

get_iam_policy(
    request: typing.Optional[
        typing.Union[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest, dict]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.iam.v1.policy_pb2.Policy

Gets the IAM Policy for a resource (namespace or service only).

See more: google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceAsyncClient.get_iam_policy

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceAsyncClient.get_location

get_location(
    request: typing.Optional[
        google.cloud.location.locations_pb2.GetLocationRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.location.locations_pb2.Location

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(
    client_options: typing.Optional[
        google.api_core.client_options.ClientOptions
    ] = None,
)

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceAsyncClient.get_namespace

get_namespace(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1.types.registration_service.GetNamespaceRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.servicedirectory_v1.types.namespace.Namespace

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceAsyncClient.get_service

get_service(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1.types.registration_service.GetServiceRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.servicedirectory_v1.types.service.Service

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceAsyncClient.get_transport_class

get_transport_class() -> (
    typing.Type[
        google.cloud.servicedirectory_v1.services.registration_service.transports.base.RegistrationServiceTransport
    ]
)

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceAsyncClient.list_endpoints

list_endpoints(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1.types.registration_service.ListEndpointsRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
    google.cloud.servicedirectory_v1.services.registration_service.pagers.ListEndpointsAsyncPager
)

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceAsyncClient.list_locations

list_locations(
    request: typing.Optional[
        google.cloud.location.locations_pb2.ListLocationsRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceAsyncClient.list_locations

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceAsyncClient.list_namespaces

list_namespaces(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1.types.registration_service.ListNamespacesRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
    google.cloud.servicedirectory_v1.services.registration_service.pagers.ListNamespacesAsyncPager
)

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceAsyncClient.list_services

list_services(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1.types.registration_service.ListServicesRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
    google.cloud.servicedirectory_v1.services.registration_service.pagers.ListServicesAsyncPager
)

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceAsyncClient.namespace_path

namespace_path(project: str, location: str, namespace: str) -> str

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceAsyncClient.network_path

network_path(project: str, network: str) -> str

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceAsyncClient.parse_common_folder_path

parse_common_folder_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceAsyncClient.parse_common_location_path

parse_common_location_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceAsyncClient.parse_common_organization_path

parse_common_organization_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceAsyncClient.parse_common_project_path

parse_common_project_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceAsyncClient.parse_endpoint_path

parse_endpoint_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceAsyncClient.parse_namespace_path

parse_namespace_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceAsyncClient.parse_network_path

parse_network_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceAsyncClient.parse_service_path

parse_service_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceAsyncClient.service_path

service_path(project: str, location: str, namespace: str, service: str) -> str

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceAsyncClient.set_iam_policy

set_iam_policy(
    request: typing.Optional[
        typing.Union[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest, dict]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.iam.v1.policy_pb2.Policy

Sets the IAM Policy for a resource (namespace or service only).

See more: google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceAsyncClient.set_iam_policy

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceAsyncClient.test_iam_permissions

test_iam_permissions(
    request: typing.Optional[
        typing.Union[google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest, dict]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponse

Tests IAM permissions for a resource (namespace or service only).

See more: google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceAsyncClient.test_iam_permissions

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceAsyncClient.update_endpoint

update_endpoint(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1.types.registration_service.UpdateEndpointRequest,
            dict,
        ]
    ] = None,
    *,
    endpoint: typing.Optional[
        google.cloud.servicedirectory_v1.types.endpoint.Endpoint
    ] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.servicedirectory_v1.types.endpoint.Endpoint

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceAsyncClient.update_namespace

update_namespace(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1.types.registration_service.UpdateNamespaceRequest,
            dict,
        ]
    ] = None,
    *,
    namespace: typing.Optional[
        google.cloud.servicedirectory_v1.types.namespace.Namespace
    ] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.servicedirectory_v1.types.namespace.Namespace

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceAsyncClient.update_service

update_service(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1.types.registration_service.UpdateServiceRequest,
            dict,
        ]
    ] = None,
    *,
    service: typing.Optional[
        google.cloud.servicedirectory_v1.types.service.Service
    ] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.servicedirectory_v1.types.service.Service

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceClient

RegistrationServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.servicedirectory_v1.services.registration_service.transports.base.RegistrationServiceTransport, typing.Callable[[...], google.cloud.servicedirectory_v1.services.registration_service.transports.base.RegistrationServiceTransport]]] = None, client_options: typing.Optional[typing.Union[google.api_core.client_options.ClientOptions, dict]] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo = 

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceClient.__exit__

__exit__(type, value, traceback)

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceClient.common_location_path

common_location_path(project: str, location: str) -> str

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceClient.common_project_path

common_project_path(project: str) -> str

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceClient.create_endpoint

create_endpoint(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1.types.registration_service.CreateEndpointRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    endpoint: typing.Optional[
        google.cloud.servicedirectory_v1.types.endpoint.Endpoint
    ] = None,
    endpoint_id: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.servicedirectory_v1.types.endpoint.Endpoint

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceClient.create_namespace

create_namespace(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1.types.registration_service.CreateNamespaceRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    namespace: typing.Optional[
        google.cloud.servicedirectory_v1.types.namespace.Namespace
    ] = None,
    namespace_id: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.servicedirectory_v1.types.namespace.Namespace

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceClient.create_service

create_service(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1.types.registration_service.CreateServiceRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    service: typing.Optional[
        google.cloud.servicedirectory_v1.types.service.Service
    ] = None,
    service_id: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.servicedirectory_v1.types.service.Service

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceClient.delete_endpoint

delete_endpoint(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1.types.registration_service.DeleteEndpointRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> None

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceClient.delete_namespace

delete_namespace(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1.types.registration_service.DeleteNamespaceRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> None

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceClient.delete_service

delete_service(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1.types.registration_service.DeleteServiceRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> None

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceClient.endpoint_path

endpoint_path(
    project: str, location: str, namespace: str, service: str, endpoint: str
) -> str

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceClient.from_service_account_file

from_service_account_file(filename: str, *args, **kwargs)

Creates an instance of this client using the provided credentials file.

See more: google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceClient.from_service_account_file

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceClient.from_service_account_info

from_service_account_info(info: dict, *args, **kwargs)

Creates an instance of this client using the provided credentials info.

See more: google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceClient.from_service_account_info

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceClient.from_service_account_json

from_service_account_json(filename: str, *args, **kwargs)

Creates an instance of this client using the provided credentials file.

See more: google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceClient.from_service_account_json

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceClient.get_endpoint

get_endpoint(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1.types.registration_service.GetEndpointRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.servicedirectory_v1.types.endpoint.Endpoint

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceClient.get_iam_policy

get_iam_policy(
    request: typing.Optional[
        typing.Union[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest, dict]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.iam.v1.policy_pb2.Policy

Gets the IAM Policy for a resource (namespace or service only).

See more: google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceClient.get_iam_policy

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceClient.get_location

get_location(
    request: typing.Optional[
        google.cloud.location.locations_pb2.GetLocationRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.location.locations_pb2.Location

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(
    client_options: typing.Optional[
        google.api_core.client_options.ClientOptions
    ] = None,
)

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceClient.get_namespace

get_namespace(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1.types.registration_service.GetNamespaceRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.servicedirectory_v1.types.namespace.Namespace

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceClient.get_service

get_service(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1.types.registration_service.GetServiceRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.servicedirectory_v1.types.service.Service

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceClient.list_endpoints

list_endpoints(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1.types.registration_service.ListEndpointsRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
    google.cloud.servicedirectory_v1.services.registration_service.pagers.ListEndpointsPager
)

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceClient.list_locations

list_locations(
    request: typing.Optional[
        google.cloud.location.locations_pb2.ListLocationsRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceClient.list_locations

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceClient.list_namespaces

list_namespaces(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1.types.registration_service.ListNamespacesRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
    google.cloud.servicedirectory_v1.services.registration_service.pagers.ListNamespacesPager
)

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceClient.list_services

list_services(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1.types.registration_service.ListServicesRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
    google.cloud.servicedirectory_v1.services.registration_service.pagers.ListServicesPager
)

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceClient.namespace_path

namespace_path(project: str, location: str, namespace: str) -> str

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceClient.network_path

network_path(project: str, network: str) -> str

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceClient.parse_common_billing_account_path

parse_common_billing_account_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceClient.parse_common_folder_path

parse_common_folder_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceClient.parse_common_location_path

parse_common_location_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceClient.parse_common_organization_path

parse_common_organization_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceClient.parse_common_project_path

parse_common_project_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceClient.parse_endpoint_path

parse_endpoint_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceClient.parse_namespace_path

parse_namespace_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceClient.parse_network_path

parse_network_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceClient.parse_service_path

parse_service_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceClient.service_path

service_path(project: str, location: str, namespace: str, service: str) -> str

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceClient.set_iam_policy

set_iam_policy(
    request: typing.Optional[
        typing.Union[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest, dict]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.iam.v1.policy_pb2.Policy

Sets the IAM Policy for a resource (namespace or service only).

See more: google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceClient.set_iam_policy

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceClient.test_iam_permissions

test_iam_permissions(
    request: typing.Optional[
        typing.Union[google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest, dict]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponse

Tests IAM permissions for a resource (namespace or service only).

See more: google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceClient.test_iam_permissions

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceClient.update_endpoint

update_endpoint(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1.types.registration_service.UpdateEndpointRequest,
            dict,
        ]
    ] = None,
    *,
    endpoint: typing.Optional[
        google.cloud.servicedirectory_v1.types.endpoint.Endpoint
    ] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.servicedirectory_v1.types.endpoint.Endpoint

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceClient.update_namespace

update_namespace(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1.types.registration_service.UpdateNamespaceRequest,
            dict,
        ]
    ] = None,
    *,
    namespace: typing.Optional[
        google.cloud.servicedirectory_v1.types.namespace.Namespace
    ] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.servicedirectory_v1.types.namespace.Namespace

google.cloud.servicedirectory_v1.services.registration_service.RegistrationServiceClient.update_service

update_service(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1.types.registration_service.UpdateServiceRequest,
            dict,
        ]
    ] = None,
    *,
    service: typing.Optional[
        google.cloud.servicedirectory_v1.types.service.Service
    ] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.servicedirectory_v1.types.service.Service

google.cloud.servicedirectory_v1.services.registration_service.pagers.ListEndpointsAsyncPager

ListEndpointsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.servicedirectory_v1.types.registration_service.ListEndpointsResponse
        ],
    ],
    request: google.cloud.servicedirectory_v1.types.registration_service.ListEndpointsRequest,
    response: google.cloud.servicedirectory_v1.types.registration_service.ListEndpointsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

google.cloud.servicedirectory_v1.services.registration_service.pagers.ListEndpointsPager

ListEndpointsPager(
    method: typing.Callable[
        [...],
        google.cloud.servicedirectory_v1.types.registration_service.ListEndpointsResponse,
    ],
    request: google.cloud.servicedirectory_v1.types.registration_service.ListEndpointsRequest,
    response: google.cloud.servicedirectory_v1.types.registration_service.ListEndpointsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

google.cloud.servicedirectory_v1.services.registration_service.pagers.ListNamespacesAsyncPager

ListNamespacesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.servicedirectory_v1.types.registration_service.ListNamespacesResponse
        ],
    ],
    request: google.cloud.servicedirectory_v1.types.registration_service.ListNamespacesRequest,
    response: google.cloud.servicedirectory_v1.types.registration_service.ListNamespacesResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

google.cloud.servicedirectory_v1.services.registration_service.pagers.ListNamespacesPager

ListNamespacesPager(
    method: typing.Callable[
        [...],
        google.cloud.servicedirectory_v1.types.registration_service.ListNamespacesResponse,
    ],
    request: google.cloud.servicedirectory_v1.types.registration_service.ListNamespacesRequest,
    response: google.cloud.servicedirectory_v1.types.registration_service.ListNamespacesResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

google.cloud.servicedirectory_v1.services.registration_service.pagers.ListServicesAsyncPager

ListServicesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.servicedirectory_v1.types.registration_service.ListServicesResponse
        ],
    ],
    request: google.cloud.servicedirectory_v1.types.registration_service.ListServicesRequest,
    response: google.cloud.servicedirectory_v1.types.registration_service.ListServicesResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

google.cloud.servicedirectory_v1.services.registration_service.pagers.ListServicesPager

ListServicesPager(
    method: typing.Callable[
        [...],
        google.cloud.servicedirectory_v1.types.registration_service.ListServicesResponse,
    ],
    request: google.cloud.servicedirectory_v1.types.registration_service.ListServicesRequest,
    response: google.cloud.servicedirectory_v1.types.registration_service.ListServicesResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceAsyncClient

LookupServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.servicedirectory_v1beta1.services.lookup_service.transports.base.LookupServiceTransport, typing.Callable[[...], google.cloud.servicedirectory_v1beta1.services.lookup_service.transports.base.LookupServiceTransport]]] = 'grpc_asyncio', client_options: typing.Optional[google.api_core.client_options.ClientOptions] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo = 

google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceAsyncClient.common_location_path

common_location_path(project: str, location: str) -> str

google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceAsyncClient.endpoint_path

endpoint_path(
    project: str, location: str, namespace: str, service: str, endpoint: str
) -> str

google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceAsyncClient.from_service_account_file

from_service_account_file(filename: str, *args, **kwargs)

Creates an instance of this client using the provided credentials file.

See more: google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceAsyncClient.from_service_account_file

google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceAsyncClient.from_service_account_info

from_service_account_info(info: dict, *args, **kwargs)

Creates an instance of this client using the provided credentials info.

See more: google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceAsyncClient.from_service_account_info

google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceAsyncClient.from_service_account_json

from_service_account_json(filename: str, *args, **kwargs)

Creates an instance of this client using the provided credentials file.

See more: google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceAsyncClient.from_service_account_json

google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceAsyncClient.get_location

get_location(
    request: typing.Optional[
        google.cloud.location.locations_pb2.GetLocationRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.location.locations_pb2.Location

google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(
    client_options: typing.Optional[
        google.api_core.client_options.ClientOptions
    ] = None,
)

google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceAsyncClient.get_transport_class

get_transport_class() -> (
    typing.Type[
        google.cloud.servicedirectory_v1beta1.services.lookup_service.transports.base.LookupServiceTransport
    ]
)

google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceAsyncClient.list_locations

list_locations(
    request: typing.Optional[
        google.cloud.location.locations_pb2.ListLocationsRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceAsyncClient.list_locations

google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceAsyncClient.network_path

network_path(project: str, network: str) -> str

google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceAsyncClient.parse_common_folder_path

parse_common_folder_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceAsyncClient.parse_common_location_path

parse_common_location_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceAsyncClient.parse_common_organization_path

parse_common_organization_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceAsyncClient.parse_common_project_path

parse_common_project_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceAsyncClient.parse_endpoint_path

parse_endpoint_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceAsyncClient.parse_network_path

parse_network_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceAsyncClient.parse_service_path

parse_service_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceAsyncClient.resolve_service

resolve_service(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1beta1.types.lookup_service.ResolveServiceRequest,
            dict,
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.servicedirectory_v1beta1.types.lookup_service.ResolveServiceResponse

google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceAsyncClient.service_path

service_path(project: str, location: str, namespace: str, service: str) -> str

google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceClient

LookupServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.servicedirectory_v1beta1.services.lookup_service.transports.base.LookupServiceTransport, typing.Callable[[...], google.cloud.servicedirectory_v1beta1.services.lookup_service.transports.base.LookupServiceTransport]]] = None, client_options: typing.Optional[typing.Union[google.api_core.client_options.ClientOptions, dict]] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo = 

google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceClient.__exit__

__exit__(type, value, traceback)

google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceClient.common_location_path

common_location_path(project: str, location: str) -> str

google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceClient.common_project_path

common_project_path(project: str) -> str

google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceClient.endpoint_path

endpoint_path(
    project: str, location: str, namespace: str, service: str, endpoint: str
) -> str

google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceClient.from_service_account_file

from_service_account_file(filename: str, *args, **kwargs)

Creates an instance of this client using the provided credentials file.

See more: google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceClient.from_service_account_file

google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceClient.from_service_account_info

from_service_account_info(info: dict, *args, **kwargs)

Creates an instance of this client using the provided credentials info.

See more: google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceClient.from_service_account_info

google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceClient.from_service_account_json

from_service_account_json(filename: str, *args, **kwargs)

Creates an instance of this client using the provided credentials file.

See more: google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceClient.from_service_account_json

google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceClient.get_location

get_location(
    request: typing.Optional[
        google.cloud.location.locations_pb2.GetLocationRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.location.locations_pb2.Location

google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(
    client_options: typing.Optional[
        google.api_core.client_options.ClientOptions
    ] = None,
)

google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceClient.list_locations

list_locations(
    request: typing.Optional[
        google.cloud.location.locations_pb2.ListLocationsRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceClient.list_locations

google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceClient.network_path

network_path(project: str, network: str) -> str

google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceClient.parse_common_billing_account_path

parse_common_billing_account_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceClient.parse_common_folder_path

parse_common_folder_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceClient.parse_common_location_path

parse_common_location_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceClient.parse_common_organization_path

parse_common_organization_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceClient.parse_common_project_path

parse_common_project_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceClient.parse_endpoint_path

parse_endpoint_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceClient.parse_network_path

parse_network_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceClient.parse_service_path

parse_service_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceClient.resolve_service

resolve_service(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1beta1.types.lookup_service.ResolveServiceRequest,
            dict,
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.servicedirectory_v1beta1.types.lookup_service.ResolveServiceResponse

google.cloud.servicedirectory_v1beta1.services.lookup_service.LookupServiceClient.service_path

service_path(project: str, location: str, namespace: str, service: str) -> str

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceAsyncClient

RegistrationServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.servicedirectory_v1beta1.services.registration_service.transports.base.RegistrationServiceTransport, typing.Callable[[...], google.cloud.servicedirectory_v1beta1.services.registration_service.transports.base.RegistrationServiceTransport]]] = 'grpc_asyncio', client_options: typing.Optional[google.api_core.client_options.ClientOptions] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo = 

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceAsyncClient.common_location_path

common_location_path(project: str, location: str) -> str

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceAsyncClient.create_endpoint

create_endpoint(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1beta1.types.registration_service.CreateEndpointRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    endpoint: typing.Optional[
        google.cloud.servicedirectory_v1beta1.types.endpoint.Endpoint
    ] = None,
    endpoint_id: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.servicedirectory_v1beta1.types.endpoint.Endpoint

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceAsyncClient.create_namespace

create_namespace(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1beta1.types.registration_service.CreateNamespaceRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    namespace: typing.Optional[
        google.cloud.servicedirectory_v1beta1.types.namespace.Namespace
    ] = None,
    namespace_id: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.servicedirectory_v1beta1.types.namespace.Namespace

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceAsyncClient.create_service

create_service(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1beta1.types.registration_service.CreateServiceRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    service: typing.Optional[
        google.cloud.servicedirectory_v1beta1.types.service.Service
    ] = None,
    service_id: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.servicedirectory_v1beta1.types.service.Service

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceAsyncClient.delete_endpoint

delete_endpoint(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1beta1.types.registration_service.DeleteEndpointRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> None

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceAsyncClient.delete_namespace

delete_namespace(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1beta1.types.registration_service.DeleteNamespaceRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> None

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceAsyncClient.delete_service

delete_service(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1beta1.types.registration_service.DeleteServiceRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> None

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceAsyncClient.endpoint_path

endpoint_path(
    project: str, location: str, namespace: str, service: str, endpoint: str
) -> str

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceAsyncClient.from_service_account_file

from_service_account_file(filename: str, *args, **kwargs)

Creates an instance of this client using the provided credentials file.

See more: google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceAsyncClient.from_service_account_file

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceAsyncClient.from_service_account_info

from_service_account_info(info: dict, *args, **kwargs)

Creates an instance of this client using the provided credentials info.

See more: google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceAsyncClient.from_service_account_info

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceAsyncClient.from_service_account_json

from_service_account_json(filename: str, *args, **kwargs)

Creates an instance of this client using the provided credentials file.

See more: google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceAsyncClient.from_service_account_json

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceAsyncClient.get_endpoint

get_endpoint(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1beta1.types.registration_service.GetEndpointRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.servicedirectory_v1beta1.types.endpoint.Endpoint

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceAsyncClient.get_iam_policy

get_iam_policy(
    request: typing.Optional[
        typing.Union[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest, dict]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.iam.v1.policy_pb2.Policy

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceAsyncClient.get_location

get_location(
    request: typing.Optional[
        google.cloud.location.locations_pb2.GetLocationRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.location.locations_pb2.Location

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(
    client_options: typing.Optional[
        google.api_core.client_options.ClientOptions
    ] = None,
)

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceAsyncClient.get_namespace

get_namespace(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1beta1.types.registration_service.GetNamespaceRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.servicedirectory_v1beta1.types.namespace.Namespace

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceAsyncClient.get_service

get_service(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1beta1.types.registration_service.GetServiceRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.servicedirectory_v1beta1.types.service.Service

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceAsyncClient.get_transport_class

get_transport_class() -> (
    typing.Type[
        google.cloud.servicedirectory_v1beta1.services.registration_service.transports.base.RegistrationServiceTransport
    ]
)

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceAsyncClient.list_endpoints

list_endpoints(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1beta1.types.registration_service.ListEndpointsRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
    google.cloud.servicedirectory_v1beta1.services.registration_service.pagers.ListEndpointsAsyncPager
)

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceAsyncClient.list_locations

list_locations(
    request: typing.Optional[
        google.cloud.location.locations_pb2.ListLocationsRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceAsyncClient.list_locations

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceAsyncClient.list_namespaces

list_namespaces(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1beta1.types.registration_service.ListNamespacesRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
    google.cloud.servicedirectory_v1beta1.services.registration_service.pagers.ListNamespacesAsyncPager
)

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceAsyncClient.list_services

list_services(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1beta1.types.registration_service.ListServicesRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
    google.cloud.servicedirectory_v1beta1.services.registration_service.pagers.ListServicesAsyncPager
)

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceAsyncClient.namespace_path

namespace_path(project: str, location: str, namespace: str) -> str

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceAsyncClient.network_path

network_path(project: str, network: str) -> str

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceAsyncClient.parse_common_folder_path

parse_common_folder_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceAsyncClient.parse_common_location_path

parse_common_location_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceAsyncClient.parse_common_organization_path

parse_common_organization_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceAsyncClient.parse_common_project_path

parse_common_project_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceAsyncClient.parse_endpoint_path

parse_endpoint_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceAsyncClient.parse_namespace_path

parse_namespace_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceAsyncClient.parse_network_path

parse_network_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceAsyncClient.parse_service_path

parse_service_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceAsyncClient.service_path

service_path(project: str, location: str, namespace: str, service: str) -> str

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceAsyncClient.set_iam_policy

set_iam_policy(
    request: typing.Optional[
        typing.Union[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest, dict]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.iam.v1.policy_pb2.Policy

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceAsyncClient.test_iam_permissions

test_iam_permissions(
    request: typing.Optional[
        typing.Union[google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest, dict]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponse

Tests IAM permissions for a resource (namespace, service or service workload only).

See more: google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceAsyncClient.test_iam_permissions

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceAsyncClient.update_endpoint

update_endpoint(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1beta1.types.registration_service.UpdateEndpointRequest,
            dict,
        ]
    ] = None,
    *,
    endpoint: typing.Optional[
        google.cloud.servicedirectory_v1beta1.types.endpoint.Endpoint
    ] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.servicedirectory_v1beta1.types.endpoint.Endpoint

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceAsyncClient.update_namespace

update_namespace(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1beta1.types.registration_service.UpdateNamespaceRequest,
            dict,
        ]
    ] = None,
    *,
    namespace: typing.Optional[
        google.cloud.servicedirectory_v1beta1.types.namespace.Namespace
    ] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.servicedirectory_v1beta1.types.namespace.Namespace

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceAsyncClient.update_service

update_service(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1beta1.types.registration_service.UpdateServiceRequest,
            dict,
        ]
    ] = None,
    *,
    service: typing.Optional[
        google.cloud.servicedirectory_v1beta1.types.service.Service
    ] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.servicedirectory_v1beta1.types.service.Service

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceClient

RegistrationServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.servicedirectory_v1beta1.services.registration_service.transports.base.RegistrationServiceTransport, typing.Callable[[...], google.cloud.servicedirectory_v1beta1.services.registration_service.transports.base.RegistrationServiceTransport]]] = None, client_options: typing.Optional[typing.Union[google.api_core.client_options.ClientOptions, dict]] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo = 

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceClient.__exit__

__exit__(type, value, traceback)

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceClient.common_location_path

common_location_path(project: str, location: str) -> str

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceClient.common_project_path

common_project_path(project: str) -> str

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceClient.create_endpoint

create_endpoint(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1beta1.types.registration_service.CreateEndpointRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    endpoint: typing.Optional[
        google.cloud.servicedirectory_v1beta1.types.endpoint.Endpoint
    ] = None,
    endpoint_id: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.servicedirectory_v1beta1.types.endpoint.Endpoint

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceClient.create_namespace

create_namespace(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1beta1.types.registration_service.CreateNamespaceRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    namespace: typing.Optional[
        google.cloud.servicedirectory_v1beta1.types.namespace.Namespace
    ] = None,
    namespace_id: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.servicedirectory_v1beta1.types.namespace.Namespace

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceClient.create_service

create_service(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1beta1.types.registration_service.CreateServiceRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    service: typing.Optional[
        google.cloud.servicedirectory_v1beta1.types.service.Service
    ] = None,
    service_id: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.servicedirectory_v1beta1.types.service.Service

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceClient.delete_endpoint

delete_endpoint(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1beta1.types.registration_service.DeleteEndpointRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> None

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceClient.delete_namespace

delete_namespace(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1beta1.types.registration_service.DeleteNamespaceRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> None

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceClient.delete_service

delete_service(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1beta1.types.registration_service.DeleteServiceRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> None

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceClient.endpoint_path

endpoint_path(
    project: str, location: str, namespace: str, service: str, endpoint: str
) -> str

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceClient.from_service_account_file

from_service_account_file(filename: str, *args, **kwargs)

Creates an instance of this client using the provided credentials file.

See more: google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceClient.from_service_account_file

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceClient.from_service_account_info

from_service_account_info(info: dict, *args, **kwargs)

Creates an instance of this client using the provided credentials info.

See more: google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceClient.from_service_account_info

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceClient.from_service_account_json

from_service_account_json(filename: str, *args, **kwargs)

Creates an instance of this client using the provided credentials file.

See more: google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceClient.from_service_account_json

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceClient.get_endpoint

get_endpoint(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1beta1.types.registration_service.GetEndpointRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.servicedirectory_v1beta1.types.endpoint.Endpoint

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceClient.get_iam_policy

get_iam_policy(
    request: typing.Optional[
        typing.Union[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest, dict]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.iam.v1.policy_pb2.Policy

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceClient.get_location

get_location(
    request: typing.Optional[
        google.cloud.location.locations_pb2.GetLocationRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.location.locations_pb2.Location

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(
    client_options: typing.Optional[
        google.api_core.client_options.ClientOptions
    ] = None,
)

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceClient.get_namespace

get_namespace(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1beta1.types.registration_service.GetNamespaceRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.servicedirectory_v1beta1.types.namespace.Namespace

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceClient.get_service

get_service(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1beta1.types.registration_service.GetServiceRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.servicedirectory_v1beta1.types.service.Service

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceClient.list_endpoints

list_endpoints(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1beta1.types.registration_service.ListEndpointsRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
    google.cloud.servicedirectory_v1beta1.services.registration_service.pagers.ListEndpointsPager
)

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceClient.list_locations

list_locations(
    request: typing.Optional[
        google.cloud.location.locations_pb2.ListLocationsRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceClient.list_locations

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceClient.list_namespaces

list_namespaces(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1beta1.types.registration_service.ListNamespacesRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
    google.cloud.servicedirectory_v1beta1.services.registration_service.pagers.ListNamespacesPager
)

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceClient.list_services

list_services(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1beta1.types.registration_service.ListServicesRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
    google.cloud.servicedirectory_v1beta1.services.registration_service.pagers.ListServicesPager
)

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceClient.namespace_path

namespace_path(project: str, location: str, namespace: str) -> str

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceClient.network_path

network_path(project: str, network: str) -> str

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceClient.parse_common_billing_account_path

parse_common_billing_account_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceClient.parse_common_folder_path

parse_common_folder_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceClient.parse_common_location_path

parse_common_location_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceClient.parse_common_organization_path

parse_common_organization_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceClient.parse_common_project_path

parse_common_project_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceClient.parse_endpoint_path

parse_endpoint_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceClient.parse_namespace_path

parse_namespace_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceClient.parse_network_path

parse_network_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceClient.parse_service_path

parse_service_path(path: str) -> typing.Dict[str, str]

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceClient.service_path

service_path(project: str, location: str, namespace: str, service: str) -> str

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceClient.set_iam_policy

set_iam_policy(
    request: typing.Optional[
        typing.Union[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest, dict]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.iam.v1.policy_pb2.Policy

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceClient.test_iam_permissions

test_iam_permissions(
    request: typing.Optional[
        typing.Union[google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest, dict]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponse

Tests IAM permissions for a resource (namespace, service or service workload only).

See more: google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceClient.test_iam_permissions

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceClient.update_endpoint

update_endpoint(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1beta1.types.registration_service.UpdateEndpointRequest,
            dict,
        ]
    ] = None,
    *,
    endpoint: typing.Optional[
        google.cloud.servicedirectory_v1beta1.types.endpoint.Endpoint
    ] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.servicedirectory_v1beta1.types.endpoint.Endpoint

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceClient.update_namespace

update_namespace(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1beta1.types.registration_service.UpdateNamespaceRequest,
            dict,
        ]
    ] = None,
    *,
    namespace: typing.Optional[
        google.cloud.servicedirectory_v1beta1.types.namespace.Namespace
    ] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.servicedirectory_v1beta1.types.namespace.Namespace

google.cloud.servicedirectory_v1beta1.services.registration_service.RegistrationServiceClient.update_service

update_service(
    request: typing.Optional[
        typing.Union[
            google.cloud.servicedirectory_v1beta1.types.registration_service.UpdateServiceRequest,
            dict,
        ]
    ] = None,
    *,
    service: typing.Optional[
        google.cloud.servicedirectory_v1beta1.types.service.Service
    ] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.servicedirectory_v1beta1.types.service.Service

google.cloud.servicedirectory_v1beta1.services.registration_service.pagers.ListEndpointsAsyncPager

ListEndpointsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.servicedirectory_v1beta1.types.registration_service.ListEndpointsResponse
        ],
    ],
    request: google.cloud.servicedirectory_v1beta1.types.registration_service.ListEndpointsRequest,
    response: google.cloud.servicedirectory_v1beta1.types.registration_service.ListEndpointsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

google.cloud.servicedirectory_v1beta1.services.registration_service.pagers.ListEndpointsPager

ListEndpointsPager(
    method: typing.Callable[
        [...],
        google.cloud.servicedirectory_v1beta1.types.registration_service.ListEndpointsResponse,
    ],
    request: google.cloud.servicedirectory_v1beta1.types.registration_service.ListEndpointsRequest,
    response: google.cloud.servicedirectory_v1beta1.types.registration_service.ListEndpointsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

google.cloud.servicedirectory_v1beta1.services.registration_service.pagers.ListNamespacesAsyncPager

ListNamespacesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.servicedirectory_v1beta1.types.registration_service.ListNamespacesResponse
        ],
    ],
    request: google.cloud.servicedirectory_v1beta1.types.registration_service.ListNamespacesRequest,
    response: google.cloud.servicedirectory_v1beta1.types.registration_service.ListNamespacesResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

google.cloud.servicedirectory_v1beta1.services.registration_service.pagers.ListNamespacesPager

ListNamespacesPager(
    method: typing.Callable[
        [...],
        google.cloud.servicedirectory_v1beta1.types.registration_service.ListNamespacesResponse,
    ],
    request: google.cloud.servicedirectory_v1beta1.types.registration_service.ListNamespacesRequest,
    response: google.cloud.servicedirectory_v1beta1.types.registration_service.ListNamespacesResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

google.cloud.servicedirectory_v1beta1.services.registration_service.pagers.ListServicesAsyncPager

ListServicesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.servicedirectory_v1beta1.types.registration_service.ListServicesResponse
        ],
    ],
    request: google.cloud.servicedirectory_v1beta1.types.registration_service.ListServicesRequest,
    response: google.cloud.servicedirectory_v1beta1.types.registration_service.ListServicesResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

google.cloud.servicedirectory_v1beta1.services.registration_service.pagers.ListServicesPager

ListServicesPager(
    method: typing.Callable[
        [...],
        google.cloud.servicedirectory_v1beta1.types.registration_service.ListServicesResponse,
    ],
    request: google.cloud.servicedirectory_v1beta1.types.registration_service.ListServicesRequest,
    response: google.cloud.servicedirectory_v1beta1.types.registration_service.ListServicesResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)