Package Methods (0.4.0)

Summary of entries of Methods for google-cloud-apihub.

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient

ApiHubAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.apihub_v1.services.api_hub.transports.base.ApiHubTransport, typing.Callable[[...], google.cloud.apihub_v1.services.api_hub.transports.base.ApiHubTransport]]] = '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 api hub async client.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.api_operation_path

api_operation_path( project: str, location: str, api: str, version: str, operation: str ) -> str

Returns a fully-qualified api_operation string.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.api_operation_path

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.api_path

api_path(project: str, location: str, api: str) -> str

Returns a fully-qualified api string.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.api_path

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.attribute_path

attribute_path(project: str, location: str, attribute: str) -> str

Returns a fully-qualified attribute string.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.attribute_path

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.cancel_operation

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

Returns a fully-qualified billing_account string.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.common_billing_account_path

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

Returns a fully-qualified folder string.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.common_folder_path

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.common_location_path

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

Returns a fully-qualified location string.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.common_location_path

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

Returns a fully-qualified organization string.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.common_organization_path

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.common_project_path

common_project_path(project: str) -> str

Returns a fully-qualified project string.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.common_project_path

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.create_api

create_api( request: typing.Optional[ typing.Union[google.cloud.apihub_v1.types.apihub_service.CreateApiRequest, dict] ] = None, *, parent: typing.Optional[str] = None, api: typing.Optional[google.cloud.apihub_v1.types.common_fields.Api] = None, api_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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.Api

Create an API resource in the API hub.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.create_api

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.create_api_operation

create_api_operation( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.CreateApiOperationRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, api_operation: typing.Optional[ google.cloud.apihub_v1.types.common_fields.ApiOperation ] = None, api_operation_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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.ApiOperation

Create an apiOperation in an API version.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.create_api_operation

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.create_attribute

create_attribute( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.CreateAttributeRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, attribute: typing.Optional[ google.cloud.apihub_v1.types.common_fields.Attribute ] = None, attribute_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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.Attribute

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.create_deployment

create_deployment( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.CreateDeploymentRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, deployment: typing.Optional[ google.cloud.apihub_v1.types.common_fields.Deployment ] = None, deployment_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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.Deployment

Create a deployment resource in the API hub.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.create_deployment

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.create_external_api

create_external_api( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.CreateExternalApiRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, external_api: typing.Optional[ google.cloud.apihub_v1.types.common_fields.ExternalApi ] = None, external_api_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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.ExternalApi

Create an External API resource in the API hub.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.create_external_api

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.create_spec

create_spec( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.CreateSpecRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, spec: typing.Optional[google.cloud.apihub_v1.types.common_fields.Spec] = None, spec_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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.Spec

Add a spec to an API version in the API hub.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.create_spec

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.create_version

create_version( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.CreateVersionRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, version: typing.Optional[google.cloud.apihub_v1.types.common_fields.Version] = None, version_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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.Version

Create an API version for an API resource in the API hub.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.create_version

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.definition_path

definition_path( project: str, location: str, api: str, version: str, definition: str ) -> str

Returns a fully-qualified definition string.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.definition_path

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.delete_api

delete_api( request: typing.Optional[ typing.Union[google.cloud.apihub_v1.types.apihub_service.DeleteApiRequest, 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, typing.Union[str, bytes]]] = () ) -> None

Delete an API resource in the API hub.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.delete_api

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.delete_api_operation

delete_api_operation( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.DeleteApiOperationRequest, 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, typing.Union[str, bytes]]] = () ) -> None

Delete an operation in an API version and we can delete only the operations created via create API.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.delete_api_operation

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.delete_attribute

delete_attribute( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.DeleteAttributeRequest, 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, typing.Union[str, bytes]]] = () ) -> None

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.delete_deployment

delete_deployment( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.DeleteDeploymentRequest, 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, typing.Union[str, bytes]]] = () ) -> None

Delete a deployment resource in the API hub.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.delete_deployment

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.delete_external_api

delete_external_api( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.DeleteExternalApiRequest, 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, typing.Union[str, bytes]]] = () ) -> None

Delete an External API resource in the API hub.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.delete_external_api

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> None

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.delete_spec

delete_spec( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.DeleteSpecRequest, 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, typing.Union[str, bytes]]] = () ) -> None

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.delete_version

delete_version( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.DeleteVersionRequest, 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, typing.Union[str, bytes]]] = () ) -> None

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.deployment_path

deployment_path(project: str, location: str, deployment: str) -> str

Returns a fully-qualified deployment string.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.deployment_path

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.external_api_path

external_api_path(project: str, location: str, external_api: str) -> str

Returns a fully-qualified external_api string.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.external_api_path

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.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.apihub_v1.services.api_hub.ApiHubAsyncClient.from_service_account_file

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.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.apihub_v1.services.api_hub.ApiHubAsyncClient.from_service_account_info

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.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.apihub_v1.services.api_hub.ApiHubAsyncClient.from_service_account_json

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.get_api

get_api( request: typing.Optional[ typing.Union[google.cloud.apihub_v1.types.apihub_service.GetApiRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.Api

Get API resource details including the API versions contained in it.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.get_api

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.get_api_operation

get_api_operation( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.GetApiOperationRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.ApiOperation

Get details about a particular operation in API version.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.get_api_operation

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.get_attribute

get_attribute( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.GetAttributeRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.Attribute

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.get_definition

get_definition( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.GetDefinitionRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.Definition

Get details about a definition in an API version.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.get_definition

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.get_deployment

get_deployment( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.GetDeploymentRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.Deployment

Get details about a deployment and the API versions linked to it.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.get_deployment

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.get_external_api

get_external_api( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.GetExternalApiRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.ExternalApi

Get details about an External API resource in the API hub.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.get_external_api

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.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, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.Location

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.get_mtls_endpoint_and_cert_source

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

Return the API endpoint and client cert source for mutual TLS.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.get_mtls_endpoint_and_cert_source

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.get_operation

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.get_spec

get_spec( request: typing.Optional[ typing.Union[google.cloud.apihub_v1.types.apihub_service.GetSpecRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.Spec

Get details about the information parsed from a spec.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.get_spec

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.get_spec_contents

get_spec_contents( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.GetSpecContentsRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.SpecContents

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.get_transport_class

get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.apihub_v1.services.api_hub.transports.base.ApiHubTransport ]

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.get_version

get_version( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.GetVersionRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.Version

Get details about the API version of an API resource.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.get_version

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.list_api_operations

list_api_operations( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.ListApiOperationsRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.services.api_hub.pagers.ListApiOperationsAsyncPager

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.list_apis

list_apis( request: typing.Optional[ typing.Union[google.cloud.apihub_v1.types.apihub_service.ListApisRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.services.api_hub.pagers.ListApisAsyncPager

List API resources in the API hub.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.list_apis

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.list_attributes

list_attributes( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.ListAttributesRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.services.api_hub.pagers.ListAttributesAsyncPager

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.list_deployments

list_deployments( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.ListDeploymentsRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.services.api_hub.pagers.ListDeploymentsAsyncPager

List deployment resources in the API hub.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.list_deployments

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.list_external_apis

list_external_apis( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.ListExternalApisRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.services.api_hub.pagers.ListExternalApisAsyncPager

List External API resources in the API hub.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.list_external_apis

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.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, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.list_locations

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = 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, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.list_operations

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.list_specs

list_specs( request: typing.Optional[ typing.Union[google.cloud.apihub_v1.types.apihub_service.ListSpecsRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.services.api_hub.pagers.ListSpecsAsyncPager

List specs corresponding to a particular API resource.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.list_specs

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.list_versions

list_versions( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.ListVersionsRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.services.api_hub.pagers.ListVersionsAsyncPager

List API versions of an API resource in the API hub.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.list_versions

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.parse_api_operation_path

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

Parses a api_operation path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.parse_api_operation_path

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.parse_api_path

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

Parses a api path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.parse_api_path

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.parse_attribute_path

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

Parses a attribute path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.parse_attribute_path

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.parse_common_billing_account_path

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

Parse a billing_account path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.parse_common_billing_account_path

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.parse_common_folder_path

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

Parse a folder path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.parse_common_folder_path

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.parse_common_location_path

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

Parse a location path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.parse_common_location_path

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.parse_common_organization_path

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

Parse a organization path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.parse_common_organization_path

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.parse_common_project_path

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

Parse a project path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.parse_common_project_path

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.parse_definition_path

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

Parses a definition path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.parse_definition_path

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.parse_deployment_path

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

Parses a deployment path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.parse_deployment_path

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.parse_external_api_path

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

Parses a external_api path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.parse_external_api_path

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.parse_plugin_instance_path

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

Parses a plugin_instance path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.parse_plugin_instance_path

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.parse_spec_path

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

Parses a spec path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.parse_spec_path

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.parse_version_path

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

Parses a version path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.parse_version_path

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.plugin_instance_path

plugin_instance_path( project: str, location: str, plugin: str, instance: str ) -> str

Returns a fully-qualified plugin_instance string.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.plugin_instance_path

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.search_resources

search_resources( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.SearchResourcesRequest, dict ] ] = None, *, location: typing.Optional[str] = None, query: 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.services.api_hub.pagers.SearchResourcesAsyncPager

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.spec_path

spec_path(project: str, location: str, api: str, version: str, spec: str) -> str

Returns a fully-qualified spec string.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.spec_path

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.update_api

update_api( request: typing.Optional[ typing.Union[google.cloud.apihub_v1.types.apihub_service.UpdateApiRequest, dict] ] = None, *, api: typing.Optional[google.cloud.apihub_v1.types.common_fields.Api] = 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.Api

Update an API resource in the API hub.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.update_api

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.update_api_operation

update_api_operation( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.UpdateApiOperationRequest, dict ] ] = None, *, api_operation: typing.Optional[ google.cloud.apihub_v1.types.common_fields.ApiOperation ] = 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.ApiOperation

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.update_attribute

update_attribute( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.UpdateAttributeRequest, dict ] ] = None, *, attribute: typing.Optional[ google.cloud.apihub_v1.types.common_fields.Attribute ] = 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.Attribute

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.update_deployment

update_deployment( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.UpdateDeploymentRequest, dict ] ] = None, *, deployment: typing.Optional[ google.cloud.apihub_v1.types.common_fields.Deployment ] = 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.Deployment

Update a deployment resource in the API hub.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.update_deployment

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.update_external_api

update_external_api( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.UpdateExternalApiRequest, dict ] ] = None, *, external_api: typing.Optional[ google.cloud.apihub_v1.types.common_fields.ExternalApi ] = 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.ExternalApi

Update an External API resource in the API hub.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.update_external_api

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.update_spec

update_spec( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.UpdateSpecRequest, dict ] ] = None, *, spec: typing.Optional[google.cloud.apihub_v1.types.common_fields.Spec] = 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.Spec

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.update_version

update_version( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.UpdateVersionRequest, dict ] ] = None, *, version: typing.Optional[google.cloud.apihub_v1.types.common_fields.Version] = 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.Version

google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.version_path

version_path(project: str, location: str, api: str, version: str) -> str

Returns a fully-qualified version string.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.version_path

google.cloud.apihub_v1.services.api_hub.ApiHubClient

ApiHubClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.apihub_v1.services.api_hub.transports.base.ApiHubTransport, typing.Callable[[...], google.cloud.apihub_v1.services.api_hub.transports.base.ApiHubTransport]]] = 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 api hub client.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient

google.cloud.apihub_v1.services.api_hub.ApiHubClient.__exit__

__exit__(type, value, traceback)

Releases underlying transport's resources.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.exit

google.cloud.apihub_v1.services.api_hub.ApiHubClient.api_operation_path

api_operation_path( project: str, location: str, api: str, version: str, operation: str ) -> str

Returns a fully-qualified api_operation string.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.api_operation_path

google.cloud.apihub_v1.services.api_hub.ApiHubClient.api_path

api_path(project: str, location: str, api: str) -> str

Returns a fully-qualified api string.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.api_path

google.cloud.apihub_v1.services.api_hub.ApiHubClient.attribute_path

attribute_path(project: str, location: str, attribute: str) -> str

Returns a fully-qualified attribute string.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.attribute_path

google.cloud.apihub_v1.services.api_hub.ApiHubClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.cancel_operation

google.cloud.apihub_v1.services.api_hub.ApiHubClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

Returns a fully-qualified billing_account string.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.common_billing_account_path

google.cloud.apihub_v1.services.api_hub.ApiHubClient.common_folder_path

common_folder_path(folder: str) -> str

Returns a fully-qualified folder string.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.common_folder_path

google.cloud.apihub_v1.services.api_hub.ApiHubClient.common_location_path

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

Returns a fully-qualified location string.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.common_location_path

google.cloud.apihub_v1.services.api_hub.ApiHubClient.common_organization_path

common_organization_path(organization: str) -> str

Returns a fully-qualified organization string.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.common_organization_path

google.cloud.apihub_v1.services.api_hub.ApiHubClient.common_project_path

common_project_path(project: str) -> str

Returns a fully-qualified project string.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.common_project_path

google.cloud.apihub_v1.services.api_hub.ApiHubClient.create_api

create_api( request: typing.Optional[ typing.Union[google.cloud.apihub_v1.types.apihub_service.CreateApiRequest, dict] ] = None, *, parent: typing.Optional[str] = None, api: typing.Optional[google.cloud.apihub_v1.types.common_fields.Api] = None, api_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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.Api

Create an API resource in the API hub.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.create_api

google.cloud.apihub_v1.services.api_hub.ApiHubClient.create_api_operation

create_api_operation( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.CreateApiOperationRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, api_operation: typing.Optional[ google.cloud.apihub_v1.types.common_fields.ApiOperation ] = None, api_operation_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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.ApiOperation

Create an apiOperation in an API version.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.create_api_operation

google.cloud.apihub_v1.services.api_hub.ApiHubClient.create_attribute

create_attribute( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.CreateAttributeRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, attribute: typing.Optional[ google.cloud.apihub_v1.types.common_fields.Attribute ] = None, attribute_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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.Attribute

google.cloud.apihub_v1.services.api_hub.ApiHubClient.create_deployment

create_deployment( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.CreateDeploymentRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, deployment: typing.Optional[ google.cloud.apihub_v1.types.common_fields.Deployment ] = None, deployment_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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.Deployment

Create a deployment resource in the API hub.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.create_deployment

google.cloud.apihub_v1.services.api_hub.ApiHubClient.create_external_api

create_external_api( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.CreateExternalApiRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, external_api: typing.Optional[ google.cloud.apihub_v1.types.common_fields.ExternalApi ] = None, external_api_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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.ExternalApi

Create an External API resource in the API hub.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.create_external_api

google.cloud.apihub_v1.services.api_hub.ApiHubClient.create_spec

create_spec( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.CreateSpecRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, spec: typing.Optional[google.cloud.apihub_v1.types.common_fields.Spec] = None, spec_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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.Spec

Add a spec to an API version in the API hub.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.create_spec

google.cloud.apihub_v1.services.api_hub.ApiHubClient.create_version

create_version( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.CreateVersionRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, version: typing.Optional[google.cloud.apihub_v1.types.common_fields.Version] = None, version_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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.Version

Create an API version for an API resource in the API hub.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.create_version

google.cloud.apihub_v1.services.api_hub.ApiHubClient.definition_path

definition_path( project: str, location: str, api: str, version: str, definition: str ) -> str

Returns a fully-qualified definition string.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.definition_path

google.cloud.apihub_v1.services.api_hub.ApiHubClient.delete_api

delete_api( request: typing.Optional[ typing.Union[google.cloud.apihub_v1.types.apihub_service.DeleteApiRequest, 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, typing.Union[str, bytes]]] = () ) -> None

Delete an API resource in the API hub.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.delete_api

google.cloud.apihub_v1.services.api_hub.ApiHubClient.delete_api_operation

delete_api_operation( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.DeleteApiOperationRequest, 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, typing.Union[str, bytes]]] = () ) -> None

Delete an operation in an API version and we can delete only the operations created via create API.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.delete_api_operation

google.cloud.apihub_v1.services.api_hub.ApiHubClient.delete_attribute

delete_attribute( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.DeleteAttributeRequest, 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, typing.Union[str, bytes]]] = () ) -> None

google.cloud.apihub_v1.services.api_hub.ApiHubClient.delete_deployment

delete_deployment( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.DeleteDeploymentRequest, 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, typing.Union[str, bytes]]] = () ) -> None

Delete a deployment resource in the API hub.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.delete_deployment

google.cloud.apihub_v1.services.api_hub.ApiHubClient.delete_external_api

delete_external_api( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.DeleteExternalApiRequest, 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, typing.Union[str, bytes]]] = () ) -> None

Delete an External API resource in the API hub.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.delete_external_api

google.cloud.apihub_v1.services.api_hub.ApiHubClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> None

google.cloud.apihub_v1.services.api_hub.ApiHubClient.delete_spec

delete_spec( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.DeleteSpecRequest, 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, typing.Union[str, bytes]]] = () ) -> None

google.cloud.apihub_v1.services.api_hub.ApiHubClient.delete_version

delete_version( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.DeleteVersionRequest, 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, typing.Union[str, bytes]]] = () ) -> None

google.cloud.apihub_v1.services.api_hub.ApiHubClient.deployment_path

deployment_path(project: str, location: str, deployment: str) -> str

Returns a fully-qualified deployment string.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.deployment_path

google.cloud.apihub_v1.services.api_hub.ApiHubClient.external_api_path

external_api_path(project: str, location: str, external_api: str) -> str

Returns a fully-qualified external_api string.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.external_api_path

google.cloud.apihub_v1.services.api_hub.ApiHubClient.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.apihub_v1.services.api_hub.ApiHubClient.from_service_account_file

google.cloud.apihub_v1.services.api_hub.ApiHubClient.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.apihub_v1.services.api_hub.ApiHubClient.from_service_account_info

google.cloud.apihub_v1.services.api_hub.ApiHubClient.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.apihub_v1.services.api_hub.ApiHubClient.from_service_account_json

google.cloud.apihub_v1.services.api_hub.ApiHubClient.get_api

get_api( request: typing.Optional[ typing.Union[google.cloud.apihub_v1.types.apihub_service.GetApiRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.Api

Get API resource details including the API versions contained in it.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.get_api

google.cloud.apihub_v1.services.api_hub.ApiHubClient.get_api_operation

get_api_operation( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.GetApiOperationRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.ApiOperation

Get details about a particular operation in API version.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.get_api_operation

google.cloud.apihub_v1.services.api_hub.ApiHubClient.get_attribute

get_attribute( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.GetAttributeRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.Attribute

Get details about the attribute.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.get_attribute

google.cloud.apihub_v1.services.api_hub.ApiHubClient.get_definition

get_definition( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.GetDefinitionRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.Definition

Get details about a definition in an API version.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.get_definition

google.cloud.apihub_v1.services.api_hub.ApiHubClient.get_deployment

get_deployment( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.GetDeploymentRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.Deployment

Get details about a deployment and the API versions linked to it.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.get_deployment

google.cloud.apihub_v1.services.api_hub.ApiHubClient.get_external_api

get_external_api( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.GetExternalApiRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.ExternalApi

Get details about an External API resource in the API hub.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.get_external_api

google.cloud.apihub_v1.services.api_hub.ApiHubClient.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, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.Location

Gets information about a location.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.get_location

google.cloud.apihub_v1.services.api_hub.ApiHubClient.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.apihub_v1.services.api_hub.ApiHubClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.get_operation

google.cloud.apihub_v1.services.api_hub.ApiHubClient.get_spec

get_spec( request: typing.Optional[ typing.Union[google.cloud.apihub_v1.types.apihub_service.GetSpecRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.Spec

Get details about the information parsed from a spec.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.get_spec

google.cloud.apihub_v1.services.api_hub.ApiHubClient.get_spec_contents

get_spec_contents( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.GetSpecContentsRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.SpecContents

google.cloud.apihub_v1.services.api_hub.ApiHubClient.get_version

get_version( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.GetVersionRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.Version

Get details about the API version of an API resource.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.get_version

google.cloud.apihub_v1.services.api_hub.ApiHubClient.list_api_operations

list_api_operations( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.ListApiOperationsRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.services.api_hub.pagers.ListApiOperationsPager

google.cloud.apihub_v1.services.api_hub.ApiHubClient.list_apis

list_apis( request: typing.Optional[ typing.Union[google.cloud.apihub_v1.types.apihub_service.ListApisRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.services.api_hub.pagers.ListApisPager

List API resources in the API hub.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.list_apis

google.cloud.apihub_v1.services.api_hub.ApiHubClient.list_attributes

list_attributes( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.ListAttributesRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.services.api_hub.pagers.ListAttributesPager

google.cloud.apihub_v1.services.api_hub.ApiHubClient.list_deployments

list_deployments( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.ListDeploymentsRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.services.api_hub.pagers.ListDeploymentsPager

List deployment resources in the API hub.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.list_deployments

google.cloud.apihub_v1.services.api_hub.ApiHubClient.list_external_apis

list_external_apis( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.ListExternalApisRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.services.api_hub.pagers.ListExternalApisPager

List External API resources in the API hub.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.list_external_apis

google.cloud.apihub_v1.services.api_hub.ApiHubClient.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, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.list_locations

google.cloud.apihub_v1.services.api_hub.ApiHubClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = 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, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.list_operations

google.cloud.apihub_v1.services.api_hub.ApiHubClient.list_specs

list_specs( request: typing.Optional[ typing.Union[google.cloud.apihub_v1.types.apihub_service.ListSpecsRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.services.api_hub.pagers.ListSpecsPager

List specs corresponding to a particular API resource.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.list_specs

google.cloud.apihub_v1.services.api_hub.ApiHubClient.list_versions

list_versions( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.ListVersionsRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.services.api_hub.pagers.ListVersionsPager

List API versions of an API resource in the API hub.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.list_versions

google.cloud.apihub_v1.services.api_hub.ApiHubClient.parse_api_operation_path

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

Parses a api_operation path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.parse_api_operation_path

google.cloud.apihub_v1.services.api_hub.ApiHubClient.parse_api_path

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

Parses a api path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.parse_api_path

google.cloud.apihub_v1.services.api_hub.ApiHubClient.parse_attribute_path

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

Parses a attribute path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.parse_attribute_path

google.cloud.apihub_v1.services.api_hub.ApiHubClient.parse_common_billing_account_path

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

Parse a billing_account path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.parse_common_billing_account_path

google.cloud.apihub_v1.services.api_hub.ApiHubClient.parse_common_folder_path

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

Parse a folder path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.parse_common_folder_path

google.cloud.apihub_v1.services.api_hub.ApiHubClient.parse_common_location_path

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

Parse a location path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.parse_common_location_path

google.cloud.apihub_v1.services.api_hub.ApiHubClient.parse_common_organization_path

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

Parse a organization path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.parse_common_organization_path

google.cloud.apihub_v1.services.api_hub.ApiHubClient.parse_common_project_path

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

Parse a project path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.parse_common_project_path

google.cloud.apihub_v1.services.api_hub.ApiHubClient.parse_definition_path

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

Parses a definition path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.parse_definition_path

google.cloud.apihub_v1.services.api_hub.ApiHubClient.parse_deployment_path

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

Parses a deployment path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.parse_deployment_path

google.cloud.apihub_v1.services.api_hub.ApiHubClient.parse_external_api_path

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

Parses a external_api path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.parse_external_api_path

google.cloud.apihub_v1.services.api_hub.ApiHubClient.parse_plugin_instance_path

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

Parses a plugin_instance path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.parse_plugin_instance_path

google.cloud.apihub_v1.services.api_hub.ApiHubClient.parse_spec_path

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

Parses a spec path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.parse_spec_path

google.cloud.apihub_v1.services.api_hub.ApiHubClient.parse_version_path

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

Parses a version path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.parse_version_path

google.cloud.apihub_v1.services.api_hub.ApiHubClient.plugin_instance_path

plugin_instance_path( project: str, location: str, plugin: str, instance: str ) -> str

Returns a fully-qualified plugin_instance string.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.plugin_instance_path

google.cloud.apihub_v1.services.api_hub.ApiHubClient.search_resources

search_resources( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.SearchResourcesRequest, dict ] ] = None, *, location: typing.Optional[str] = None, query: 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.services.api_hub.pagers.SearchResourcesPager

google.cloud.apihub_v1.services.api_hub.ApiHubClient.spec_path

spec_path(project: str, location: str, api: str, version: str, spec: str) -> str

Returns a fully-qualified spec string.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.spec_path

google.cloud.apihub_v1.services.api_hub.ApiHubClient.update_api

update_api( request: typing.Optional[ typing.Union[google.cloud.apihub_v1.types.apihub_service.UpdateApiRequest, dict] ] = None, *, api: typing.Optional[google.cloud.apihub_v1.types.common_fields.Api] = 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.Api

Update an API resource in the API hub.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.update_api

google.cloud.apihub_v1.services.api_hub.ApiHubClient.update_api_operation

update_api_operation( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.UpdateApiOperationRequest, dict ] ] = None, *, api_operation: typing.Optional[ google.cloud.apihub_v1.types.common_fields.ApiOperation ] = 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.ApiOperation

Update an operation in an API version.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.update_api_operation

google.cloud.apihub_v1.services.api_hub.ApiHubClient.update_attribute

update_attribute( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.UpdateAttributeRequest, dict ] ] = None, *, attribute: typing.Optional[ google.cloud.apihub_v1.types.common_fields.Attribute ] = 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.Attribute

google.cloud.apihub_v1.services.api_hub.ApiHubClient.update_deployment

update_deployment( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.UpdateDeploymentRequest, dict ] ] = None, *, deployment: typing.Optional[ google.cloud.apihub_v1.types.common_fields.Deployment ] = 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.Deployment

Update a deployment resource in the API hub.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.update_deployment

google.cloud.apihub_v1.services.api_hub.ApiHubClient.update_external_api

update_external_api( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.UpdateExternalApiRequest, dict ] ] = None, *, external_api: typing.Optional[ google.cloud.apihub_v1.types.common_fields.ExternalApi ] = 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.ExternalApi

Update an External API resource in the API hub.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.update_external_api

google.cloud.apihub_v1.services.api_hub.ApiHubClient.update_spec

update_spec( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.UpdateSpecRequest, dict ] ] = None, *, spec: typing.Optional[google.cloud.apihub_v1.types.common_fields.Spec] = 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.Spec

google.cloud.apihub_v1.services.api_hub.ApiHubClient.update_version

update_version( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.UpdateVersionRequest, dict ] ] = None, *, version: typing.Optional[google.cloud.apihub_v1.types.common_fields.Version] = 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.Version

google.cloud.apihub_v1.services.api_hub.ApiHubClient.version_path

version_path(project: str, location: str, api: str, version: str) -> str

Returns a fully-qualified version string.

See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.version_path

google.cloud.apihub_v1.services.api_hub.pagers.ListApiOperationsAsyncPager

ListApiOperationsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.apihub_v1.types.apihub_service.ListApiOperationsResponse ], ], request: google.cloud.apihub_v1.types.apihub_service.ListApiOperationsRequest, response: google.cloud.apihub_v1.types.apihub_service.ListApiOperationsResponse, *, 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, typing.Union[str, bytes]]] = () )

google.cloud.apihub_v1.services.api_hub.pagers.ListApiOperationsPager

ListApiOperationsPager( method: typing.Callable[ [...], google.cloud.apihub_v1.types.apihub_service.ListApiOperationsResponse ], request: google.cloud.apihub_v1.types.apihub_service.ListApiOperationsRequest, response: google.cloud.apihub_v1.types.apihub_service.ListApiOperationsResponse, *, 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, typing.Union[str, bytes]]] = () )

google.cloud.apihub_v1.services.api_hub.pagers.ListApisAsyncPager

ListApisAsyncPager( method: typing.Callable[ [...], typing.Awaitable[google.cloud.apihub_v1.types.apihub_service.ListApisResponse], ], request: google.cloud.apihub_v1.types.apihub_service.ListApisRequest, response: google.cloud.apihub_v1.types.apihub_service.ListApisResponse, *, 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, typing.Union[str, bytes]]] = () )

google.cloud.apihub_v1.services.api_hub.pagers.ListApisPager

ListApisPager( method: typing.Callable[ [...], google.cloud.apihub_v1.types.apihub_service.ListApisResponse ], request: google.cloud.apihub_v1.types.apihub_service.ListApisRequest, response: google.cloud.apihub_v1.types.apihub_service.ListApisResponse, *, 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, typing.Union[str, bytes]]] = () )

google.cloud.apihub_v1.services.api_hub.pagers.ListAttributesAsyncPager

ListAttributesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.apihub_v1.types.apihub_service.ListAttributesResponse ], ], request: google.cloud.apihub_v1.types.apihub_service.ListAttributesRequest, response: google.cloud.apihub_v1.types.apihub_service.ListAttributesResponse, *, 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, typing.Union[str, bytes]]] = () )

google.cloud.apihub_v1.services.api_hub.pagers.ListAttributesPager

ListAttributesPager( method: typing.Callable[ [...], google.cloud.apihub_v1.types.apihub_service.ListAttributesResponse ], request: google.cloud.apihub_v1.types.apihub_service.ListAttributesRequest, response: google.cloud.apihub_v1.types.apihub_service.ListAttributesResponse, *, 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, typing.Union[str, bytes]]] = () )

google.cloud.apihub_v1.services.api_hub.pagers.ListDeploymentsAsyncPager

ListDeploymentsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.apihub_v1.types.apihub_service.ListDeploymentsResponse ], ], request: google.cloud.apihub_v1.types.apihub_service.ListDeploymentsRequest, response: google.cloud.apihub_v1.types.apihub_service.ListDeploymentsResponse, *, 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, typing.Union[str, bytes]]] = () )

google.cloud.apihub_v1.services.api_hub.pagers.ListDeploymentsPager

ListDeploymentsPager( method: typing.Callable[ [...], google.cloud.apihub_v1.types.apihub_service.ListDeploymentsResponse ], request: google.cloud.apihub_v1.types.apihub_service.ListDeploymentsRequest, response: google.cloud.apihub_v1.types.apihub_service.ListDeploymentsResponse, *, 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, typing.Union[str, bytes]]] = () )

google.cloud.apihub_v1.services.api_hub.pagers.ListExternalApisAsyncPager

ListExternalApisAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.apihub_v1.types.apihub_service.ListExternalApisResponse ], ], request: google.cloud.apihub_v1.types.apihub_service.ListExternalApisRequest, response: google.cloud.apihub_v1.types.apihub_service.ListExternalApisResponse, *, 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, typing.Union[str, bytes]]] = () )

google.cloud.apihub_v1.services.api_hub.pagers.ListExternalApisPager

ListExternalApisPager( method: typing.Callable[ [...], google.cloud.apihub_v1.types.apihub_service.ListExternalApisResponse ], request: google.cloud.apihub_v1.types.apihub_service.ListExternalApisRequest, response: google.cloud.apihub_v1.types.apihub_service.ListExternalApisResponse, *, 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, typing.Union[str, bytes]]] = () )

google.cloud.apihub_v1.services.api_hub.pagers.ListSpecsAsyncPager

ListSpecsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[google.cloud.apihub_v1.types.apihub_service.ListSpecsResponse], ], request: google.cloud.apihub_v1.types.apihub_service.ListSpecsRequest, response: google.cloud.apihub_v1.types.apihub_service.ListSpecsResponse, *, 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, typing.Union[str, bytes]]] = () )

google.cloud.apihub_v1.services.api_hub.pagers.ListSpecsPager

ListSpecsPager( method: typing.Callable[ [...], google.cloud.apihub_v1.types.apihub_service.ListSpecsResponse ], request: google.cloud.apihub_v1.types.apihub_service.ListSpecsRequest, response: google.cloud.apihub_v1.types.apihub_service.ListSpecsResponse, *, 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, typing.Union[str, bytes]]] = () )

google.cloud.apihub_v1.services.api_hub.pagers.ListVersionsAsyncPager

ListVersionsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.apihub_v1.types.apihub_service.ListVersionsResponse ], ], request: google.cloud.apihub_v1.types.apihub_service.ListVersionsRequest, response: google.cloud.apihub_v1.types.apihub_service.ListVersionsResponse, *, 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, typing.Union[str, bytes]]] = () )

google.cloud.apihub_v1.services.api_hub.pagers.ListVersionsPager

ListVersionsPager( method: typing.Callable[ [...], google.cloud.apihub_v1.types.apihub_service.ListVersionsResponse ], request: google.cloud.apihub_v1.types.apihub_service.ListVersionsRequest, response: google.cloud.apihub_v1.types.apihub_service.ListVersionsResponse, *, 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, typing.Union[str, bytes]]] = () )

google.cloud.apihub_v1.services.api_hub.pagers.SearchResourcesAsyncPager

SearchResourcesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.apihub_v1.types.apihub_service.SearchResourcesResponse ], ], request: google.cloud.apihub_v1.types.apihub_service.SearchResourcesRequest, response: google.cloud.apihub_v1.types.apihub_service.SearchResourcesResponse, *, 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, typing.Union[str, bytes]]] = () )

google.cloud.apihub_v1.services.api_hub.pagers.SearchResourcesPager

SearchResourcesPager( method: typing.Callable[ [...], google.cloud.apihub_v1.types.apihub_service.SearchResourcesResponse ], request: google.cloud.apihub_v1.types.apihub_service.SearchResourcesRequest, response: google.cloud.apihub_v1.types.apihub_service.SearchResourcesResponse, *, 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, typing.Union[str, bytes]]] = () )

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient

ApiHubCollectAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.apihub_v1.services.api_hub_collect.transports.base.ApiHubCollectTransport, typing.Callable[[...], google.cloud.apihub_v1.services.api_hub_collect.transports.base.ApiHubCollectTransport]]] = '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 api hub collect async client.

See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.api_operation_path

api_operation_path( project: str, location: str, api: str, version: str, operation: str ) -> str

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.api_path

api_path(project: str, location: str, api: str) -> str

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.attribute_path

attribute_path(project: str, location: str, attribute: str) -> str

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.cancel_operation

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.collect_api_data

collect_api_data( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.collect_service.CollectApiDataRequest, dict ] ] = None, *, location: typing.Optional[str] = None, collection_type: typing.Optional[ google.cloud.apihub_v1.types.collect_service.CollectionType ] = None, api_data: typing.Optional[ google.cloud.apihub_v1.types.collect_service.ApiData ] = 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, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

Collect API data from a source and push it to Hub's collect layer.

See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.collect_api_data

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.common_location_path

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

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.definition_path

definition_path( project: str, location: str, api: str, version: str, definition: str ) -> str

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> None

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.deployment_path

deployment_path(project: str, location: str, deployment: str) -> str

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.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.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.from_service_account_file

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.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.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.from_service_account_info

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.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.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.from_service_account_json

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.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, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.Location

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.get_mtls_endpoint_and_cert_source

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

Return the API endpoint and client cert source for mutual TLS.

See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.get_mtls_endpoint_and_cert_source

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.get_operation

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.get_transport_class

get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.apihub_v1.services.api_hub_collect.transports.base.ApiHubCollectTransport ]

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.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, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.list_locations

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = 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, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.list_operations

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.parse_api_operation_path

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

Parses a api_operation path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.parse_api_operation_path

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.parse_api_path

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

Parses a api path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.parse_api_path

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.parse_attribute_path

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

Parses a attribute path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.parse_attribute_path

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.parse_common_billing_account_path

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

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.parse_common_folder_path

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

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.parse_common_location_path

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

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.parse_common_organization_path

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

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.parse_common_project_path

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

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.parse_definition_path

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

Parses a definition path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.parse_definition_path

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.parse_deployment_path

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

Parses a deployment path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.parse_deployment_path

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.parse_plugin_instance_path

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

Parses a plugin_instance path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.parse_plugin_instance_path

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.parse_spec_path

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

Parses a spec path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.parse_spec_path

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.parse_version_path

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

Parses a version path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.parse_version_path

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.plugin_instance_path

plugin_instance_path( project: str, location: str, plugin: str, instance: str ) -> str

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.spec_path

spec_path(project: str, location: str, api: str, version: str, spec: str) -> str

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.version_path

version_path(project: str, location: str, api: str, version: str) -> str

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient

ApiHubCollectClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.apihub_v1.services.api_hub_collect.transports.base.ApiHubCollectTransport, typing.Callable[[...], google.cloud.apihub_v1.services.api_hub_collect.transports.base.ApiHubCollectTransport]]] = 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 api hub collect client.

See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.__exit__

__exit__(type, value, traceback)

Releases underlying transport's resources.

See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.exit

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.api_operation_path

api_operation_path( project: str, location: str, api: str, version: str, operation: str ) -> str

Returns a fully-qualified api_operation string.

See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.api_operation_path

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.api_path

api_path(project: str, location: str, api: str) -> str

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.attribute_path

attribute_path(project: str, location: str, attribute: str) -> str

Returns a fully-qualified attribute string.

See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.attribute_path

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.cancel_operation

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.collect_api_data

collect_api_data( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.collect_service.CollectApiDataRequest, dict ] ] = None, *, location: typing.Optional[str] = None, collection_type: typing.Optional[ google.cloud.apihub_v1.types.collect_service.CollectionType ] = None, api_data: typing.Optional[ google.cloud.apihub_v1.types.collect_service.ApiData ] = 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, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

Collect API data from a source and push it to Hub's collect layer.

See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.collect_api_data

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.common_location_path

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

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.common_project_path

common_project_path(project: str) -> str

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.definition_path

definition_path( project: str, location: str, api: str, version: str, definition: str ) -> str

Returns a fully-qualified definition string.

See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.definition_path

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> None

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.deployment_path

deployment_path(project: str, location: str, deployment: str) -> str

Returns a fully-qualified deployment string.

See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.deployment_path

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.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.apihub_v1.services.api_hub_collect.ApiHubCollectClient.from_service_account_file

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.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.apihub_v1.services.api_hub_collect.ApiHubCollectClient.from_service_account_info

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.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.apihub_v1.services.api_hub_collect.ApiHubCollectClient.from_service_account_json

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.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, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.Location

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.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.apihub_v1.services.api_hub_collect.ApiHubCollectClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.get_operation

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.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, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.list_locations

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = 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, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.list_operations

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.parse_api_operation_path

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

Parses a api_operation path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.parse_api_operation_path

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.parse_api_path

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

Parses a api path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.parse_api_path

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.parse_attribute_path

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

Parses a attribute path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.parse_attribute_path

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.parse_common_billing_account_path

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

Parse a billing_account path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.parse_common_billing_account_path

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.parse_common_folder_path

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

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.parse_common_location_path

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

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.parse_common_organization_path

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

Parse a organization path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.parse_common_organization_path

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.parse_common_project_path

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

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.parse_definition_path

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

Parses a definition path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.parse_definition_path

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.parse_deployment_path

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

Parses a deployment path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.parse_deployment_path

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.parse_plugin_instance_path

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

Parses a plugin_instance path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.parse_plugin_instance_path

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.parse_spec_path

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

Parses a spec path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.parse_spec_path

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.parse_version_path

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

Parses a version path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.parse_version_path

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.plugin_instance_path

plugin_instance_path( project: str, location: str, plugin: str, instance: str ) -> str

Returns a fully-qualified plugin_instance string.

See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.plugin_instance_path

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.spec_path

spec_path(project: str, location: str, api: str, version: str, spec: str) -> str

google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.version_path

version_path(project: str, location: str, api: str, version: str) -> str

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient

ApiHubCurateAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.apihub_v1.services.api_hub_curate.transports.base.ApiHubCurateTransport, typing.Callable[[...], google.cloud.apihub_v1.services.api_hub_curate.transports.base.ApiHubCurateTransport]]] = '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 api hub curate async client.

See more: google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.cancel_operation

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.common_location_path

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

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.create_curation

create_curation( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.curate_service.CreateCurationRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, curation: typing.Optional[ google.cloud.apihub_v1.types.curate_service.Curation ] = None, curation_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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.curate_service.Curation

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.curation_path

curation_path(project: str, location: str, curation: str) -> str

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.delete_curation

delete_curation( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.curate_service.DeleteCurationRequest, 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, typing.Union[str, bytes]]] = () ) -> None

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> None

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.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.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.from_service_account_file

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.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.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.from_service_account_info

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.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.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.from_service_account_json

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.get_curation

get_curation( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.curate_service.GetCurationRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.curate_service.Curation

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.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, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.Location

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.get_mtls_endpoint_and_cert_source

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

Return the API endpoint and client cert source for mutual TLS.

See more: google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.get_mtls_endpoint_and_cert_source

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.get_operation

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.get_transport_class

get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.apihub_v1.services.api_hub_curate.transports.base.ApiHubCurateTransport ]

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.list_curations

list_curations( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.curate_service.ListCurationsRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.services.api_hub_curate.pagers.ListCurationsAsyncPager

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.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, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.list_locations

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = 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, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.list_operations

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.parse_common_billing_account_path

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

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.parse_common_folder_path

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

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.parse_common_location_path

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

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.parse_common_organization_path

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

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.parse_common_project_path

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

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.parse_curation_path

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

Parses a curation path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.parse_curation_path

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.parse_plugin_instance_path

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

Parses a plugin_instance path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.parse_plugin_instance_path

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.plugin_instance_path

plugin_instance_path( project: str, location: str, plugin: str, instance: str ) -> str

Returns a fully-qualified plugin_instance string.

See more: google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.plugin_instance_path

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.update_curation

update_curation( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.curate_service.UpdateCurationRequest, dict ] ] = None, *, curation: typing.Optional[ google.cloud.apihub_v1.types.curate_service.Curation ] = 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.curate_service.Curation

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient

ApiHubCurateClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.apihub_v1.services.api_hub_curate.transports.base.ApiHubCurateTransport, typing.Callable[[...], google.cloud.apihub_v1.services.api_hub_curate.transports.base.ApiHubCurateTransport]]] = 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 api hub curate client.

See more: google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.__exit__

__exit__(type, value, traceback)

Releases underlying transport's resources.

See more: google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.exit

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.cancel_operation

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.common_location_path

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

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.common_project_path

common_project_path(project: str) -> str

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.create_curation

create_curation( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.curate_service.CreateCurationRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, curation: typing.Optional[ google.cloud.apihub_v1.types.curate_service.Curation ] = None, curation_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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.curate_service.Curation

Create a curation resource in the API hub.

See more: google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.create_curation

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.curation_path

curation_path(project: str, location: str, curation: str) -> str

Returns a fully-qualified curation string.

See more: google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.curation_path

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.delete_curation

delete_curation( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.curate_service.DeleteCurationRequest, 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, typing.Union[str, bytes]]] = () ) -> None

Delete a curation resource in the API hub.

See more: google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.delete_curation

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> None

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.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.apihub_v1.services.api_hub_curate.ApiHubCurateClient.from_service_account_file

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.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.apihub_v1.services.api_hub_curate.ApiHubCurateClient.from_service_account_info

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.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.apihub_v1.services.api_hub_curate.ApiHubCurateClient.from_service_account_json

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.get_curation

get_curation( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.curate_service.GetCurationRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.curate_service.Curation

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.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, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.Location

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.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.apihub_v1.services.api_hub_curate.ApiHubCurateClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.get_operation

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.list_curations

list_curations( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.curate_service.ListCurationsRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.services.api_hub_curate.pagers.ListCurationsPager

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.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, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.list_locations

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = 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, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.list_operations

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.parse_common_billing_account_path

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

Parse a billing_account path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.parse_common_billing_account_path

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.parse_common_folder_path

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

Parse a folder path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.parse_common_folder_path

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.parse_common_location_path

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

Parse a location path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.parse_common_location_path

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.parse_common_organization_path

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

Parse a organization path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.parse_common_organization_path

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.parse_common_project_path

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

Parse a project path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.parse_common_project_path

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.parse_curation_path

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

Parses a curation path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.parse_curation_path

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.parse_plugin_instance_path

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

Parses a plugin_instance path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.parse_plugin_instance_path

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.plugin_instance_path

plugin_instance_path( project: str, location: str, plugin: str, instance: str ) -> str

Returns a fully-qualified plugin_instance string.

See more: google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.plugin_instance_path

google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.update_curation

update_curation( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.curate_service.UpdateCurationRequest, dict ] ] = None, *, curation: typing.Optional[ google.cloud.apihub_v1.types.curate_service.Curation ] = 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.curate_service.Curation

Update a curation resource in the API hub.

See more: google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.update_curation

google.cloud.apihub_v1.services.api_hub_curate.pagers.ListCurationsAsyncPager

ListCurationsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.apihub_v1.types.curate_service.ListCurationsResponse ], ], request: google.cloud.apihub_v1.types.curate_service.ListCurationsRequest, response: google.cloud.apihub_v1.types.curate_service.ListCurationsResponse, *, 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, typing.Union[str, bytes]]] = () )

google.cloud.apihub_v1.services.api_hub_curate.pagers.ListCurationsPager

ListCurationsPager( method: typing.Callable[ [...], google.cloud.apihub_v1.types.curate_service.ListCurationsResponse ], request: google.cloud.apihub_v1.types.curate_service.ListCurationsRequest, response: google.cloud.apihub_v1.types.curate_service.ListCurationsResponse, *, 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, typing.Union[str, bytes]]] = () )

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient

ApiHubDependenciesAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.apihub_v1.services.api_hub_dependencies.transports.base.ApiHubDependenciesTransport, typing.Callable[[...], google.cloud.apihub_v1.services.api_hub_dependencies.transports.base.ApiHubDependenciesTransport]]] = '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 api hub dependencies async client.

See more: google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient.attribute_path

attribute_path(project: str, location: str, attribute: str) -> str

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient.cancel_operation

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient.common_location_path

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

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient.create_dependency

create_dependency( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.CreateDependencyRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, dependency: typing.Optional[ google.cloud.apihub_v1.types.common_fields.Dependency ] = None, dependency_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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.Dependency

Create a dependency between two entities in the API hub.

See more: google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient.create_dependency

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient.delete_dependency

delete_dependency( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.DeleteDependencyRequest, 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, typing.Union[str, bytes]]] = () ) -> None

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> None

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient.dependency_path

dependency_path(project: str, location: str, dependency: str) -> str

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient.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.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient.from_service_account_file

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient.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.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient.from_service_account_info

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient.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.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient.from_service_account_json

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient.get_dependency

get_dependency( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.GetDependencyRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.Dependency

Get details about a dependency resource in the API hub.

See more: google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient.get_dependency

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient.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, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.Location

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient.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.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.Operation

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient.get_transport_class

get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.apihub_v1.services.api_hub_dependencies.transports.base.ApiHubDependenciesTransport ]

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient.list_dependencies

list_dependencies( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.ListDependenciesRequest, 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, typing.Union[str, bytes]]] = () ) -> ( google.cloud.apihub_v1.services.api_hub_dependencies.pagers.ListDependenciesAsyncPager )

List dependencies based on the provided filter and pagination parameters.

See more: google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient.list_dependencies

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient.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, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient.list_locations

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = 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, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient.list_operations

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient.parse_attribute_path

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

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient.parse_common_billing_account_path

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

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient.parse_common_folder_path

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

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient.parse_common_location_path

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

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient.parse_common_organization_path

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

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient.parse_common_project_path

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

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient.parse_dependency_path

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

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient.update_dependency

update_dependency( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.UpdateDependencyRequest, dict ] ] = None, *, dependency: typing.Optional[ google.cloud.apihub_v1.types.common_fields.Dependency ] = 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.Dependency

Update a dependency based on the xref_update_mask provided in the request.

See more: google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient.update_dependency

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient

ApiHubDependenciesClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.apihub_v1.services.api_hub_dependencies.transports.base.ApiHubDependenciesTransport, typing.Callable[[...], google.cloud.apihub_v1.services.api_hub_dependencies.transports.base.ApiHubDependenciesTransport]]] = 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 api hub dependencies client.

See more: google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.__exit__

__exit__(type, value, traceback)

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.attribute_path

attribute_path(project: str, location: str, attribute: str) -> str

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.cancel_operation

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.common_location_path

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

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.common_project_path

common_project_path(project: str) -> str

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.create_dependency

create_dependency( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.CreateDependencyRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, dependency: typing.Optional[ google.cloud.apihub_v1.types.common_fields.Dependency ] = None, dependency_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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.Dependency

Create a dependency between two entities in the API hub.

See more: google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.create_dependency

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.delete_dependency

delete_dependency( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.DeleteDependencyRequest, 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, typing.Union[str, bytes]]] = () ) -> None

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> None

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.dependency_path

dependency_path(project: str, location: str, dependency: str) -> str

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.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.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.from_service_account_file

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.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.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.from_service_account_info

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.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.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.from_service_account_json

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.get_dependency

get_dependency( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.GetDependencyRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.Dependency

Get details about a dependency resource in the API hub.

See more: google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.get_dependency

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.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, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.Location

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.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.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.get_operation

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.list_dependencies

list_dependencies( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.ListDependenciesRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.services.api_hub_dependencies.pagers.ListDependenciesPager

List dependencies based on the provided filter and pagination parameters.

See more: google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.list_dependencies

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.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, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.list_locations

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = 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, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.list_operations

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.parse_attribute_path

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

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.parse_common_billing_account_path

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

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.parse_common_folder_path

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

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.parse_common_location_path

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

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.parse_common_organization_path

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

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.parse_common_project_path

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

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.parse_dependency_path

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

google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.update_dependency

update_dependency( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.apihub_service.UpdateDependencyRequest, dict ] ] = None, *, dependency: typing.Optional[ google.cloud.apihub_v1.types.common_fields.Dependency ] = 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.Dependency

Update a dependency based on the xref_update_mask provided in the request.

See more: google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.update_dependency

google.cloud.apihub_v1.services.api_hub_dependencies.pagers.ListDependenciesAsyncPager

ListDependenciesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.apihub_v1.types.apihub_service.ListDependenciesResponse ], ], request: google.cloud.apihub_v1.types.apihub_service.ListDependenciesRequest, response: google.cloud.apihub_v1.types.apihub_service.ListDependenciesResponse, *, 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, typing.Union[str, bytes]]] = () )

google.cloud.apihub_v1.services.api_hub_dependencies.pagers.ListDependenciesPager

ListDependenciesPager( method: typing.Callable[ [...], google.cloud.apihub_v1.types.apihub_service.ListDependenciesResponse ], request: google.cloud.apihub_v1.types.apihub_service.ListDependenciesRequest, response: google.cloud.apihub_v1.types.apihub_service.ListDependenciesResponse, *, 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, typing.Union[str, bytes]]] = () )

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient

ApiHubDiscoveryAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.apihub_v1.services.api_hub_discovery.transports.base.ApiHubDiscoveryTransport, typing.Callable[[...], google.cloud.apihub_v1.services.api_hub_discovery.transports.base.ApiHubDiscoveryTransport]]] = '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 api hub discovery async client.

See more: google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.cancel_operation

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.common_location_path

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

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> None

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.discovered_api_observation_path

discovered_api_observation_path( project: str, location: str, discovered_api_observation: str ) -> str

Returns a fully-qualified discovered_api_observation string.

See more: google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.discovered_api_observation_path

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.discovered_api_operation_path

discovered_api_operation_path( project: str, location: str, discovered_api_observation: str, discovered_api_operation: str, ) -> str

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.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.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.from_service_account_file

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.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.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.from_service_account_info

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.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.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.from_service_account_json

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.get_discovered_api_observation

get_discovered_api_observation( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.discovery_service.GetDiscoveredApiObservationRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.DiscoveredApiObservation

Gets a DiscoveredAPIObservation in a given project, location and ApiObservation.

See more: google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.get_discovered_api_observation

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.get_discovered_api_operation

get_discovered_api_operation( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.discovery_service.GetDiscoveredApiOperationRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.DiscoveredApiOperation

Gets a DiscoveredAPIOperation in a given project, location, ApiObservation and ApiOperation.

See more: google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.get_discovered_api_operation

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.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, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.Location

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.get_mtls_endpoint_and_cert_source

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

Return the API endpoint and client cert source for mutual TLS.

See more: google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.get_mtls_endpoint_and_cert_source

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.get_operation

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.get_transport_class

get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.apihub_v1.services.api_hub_discovery.transports.base.ApiHubDiscoveryTransport ]

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.list_discovered_api_observations

list_discovered_api_observations( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.discovery_service.ListDiscoveredApiObservationsRequest, 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, typing.Union[str, bytes]]] = () ) -> ( google.cloud.apihub_v1.services.api_hub_discovery.pagers.ListDiscoveredApiObservationsAsyncPager )

Lists all the DiscoveredAPIObservations in a given project and location.

See more: google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.list_discovered_api_observations

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.list_discovered_api_operations

list_discovered_api_operations( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.discovery_service.ListDiscoveredApiOperationsRequest, 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, typing.Union[str, bytes]]] = () ) -> ( google.cloud.apihub_v1.services.api_hub_discovery.pagers.ListDiscoveredApiOperationsAsyncPager )

Lists all the DiscoveredAPIOperations in a given project, location and ApiObservation.

See more: google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.list_discovered_api_operations

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.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, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.list_locations

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = 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, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.list_operations

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.parse_common_billing_account_path

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

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.parse_common_folder_path

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

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.parse_common_location_path

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

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.parse_common_organization_path

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

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.parse_common_project_path

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

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.parse_discovered_api_observation_path

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

Parses a discovered_api_observation path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.parse_discovered_api_observation_path

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.parse_discovered_api_operation_path

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

Parses a discovered_api_operation path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.parse_discovered_api_operation_path

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.parse_plugin_instance_path

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

Parses a plugin_instance path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.parse_plugin_instance_path

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.plugin_instance_path

plugin_instance_path( project: str, location: str, plugin: str, instance: str ) -> str

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient

ApiHubDiscoveryClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.apihub_v1.services.api_hub_discovery.transports.base.ApiHubDiscoveryTransport, typing.Callable[[...], google.cloud.apihub_v1.services.api_hub_discovery.transports.base.ApiHubDiscoveryTransport]]] = 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 api hub discovery client.

See more: google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.__exit__

__exit__(type, value, traceback)

Releases underlying transport's resources.

See more: google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.exit

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.cancel_operation

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.common_location_path

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

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.common_project_path

common_project_path(project: str) -> str

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> None

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.discovered_api_observation_path

discovered_api_observation_path( project: str, location: str, discovered_api_observation: str ) -> str

Returns a fully-qualified discovered_api_observation string.

See more: google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.discovered_api_observation_path

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.discovered_api_operation_path

discovered_api_operation_path( project: str, location: str, discovered_api_observation: str, discovered_api_operation: str, ) -> str

Returns a fully-qualified discovered_api_operation string.

See more: google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.discovered_api_operation_path

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.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.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.from_service_account_file

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.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.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.from_service_account_info

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.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.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.from_service_account_json

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.get_discovered_api_observation

get_discovered_api_observation( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.discovery_service.GetDiscoveredApiObservationRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.DiscoveredApiObservation

Gets a DiscoveredAPIObservation in a given project, location and ApiObservation.

See more: google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.get_discovered_api_observation

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.get_discovered_api_operation

get_discovered_api_operation( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.discovery_service.GetDiscoveredApiOperationRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.DiscoveredApiOperation

Gets a DiscoveredAPIOperation in a given project, location, ApiObservation and ApiOperation.

See more: google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.get_discovered_api_operation

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.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, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.Location

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.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.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.get_operation

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.list_discovered_api_observations

list_discovered_api_observations( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.discovery_service.ListDiscoveredApiObservationsRequest, 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, typing.Union[str, bytes]]] = () ) -> ( google.cloud.apihub_v1.services.api_hub_discovery.pagers.ListDiscoveredApiObservationsPager )

Lists all the DiscoveredAPIObservations in a given project and location.

See more: google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.list_discovered_api_observations

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.list_discovered_api_operations

list_discovered_api_operations( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.discovery_service.ListDiscoveredApiOperationsRequest, 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, typing.Union[str, bytes]]] = () ) -> ( google.cloud.apihub_v1.services.api_hub_discovery.pagers.ListDiscoveredApiOperationsPager )

Lists all the DiscoveredAPIOperations in a given project, location and ApiObservation.

See more: google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.list_discovered_api_operations

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.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, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.list_locations

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = 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, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.list_operations

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.parse_common_billing_account_path

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

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.parse_common_folder_path

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

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.parse_common_location_path

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

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.parse_common_organization_path

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

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.parse_common_project_path

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

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.parse_discovered_api_observation_path

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

Parses a discovered_api_observation path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.parse_discovered_api_observation_path

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.parse_discovered_api_operation_path

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

Parses a discovered_api_operation path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.parse_discovered_api_operation_path

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.parse_plugin_instance_path

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

Parses a plugin_instance path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.parse_plugin_instance_path

google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.plugin_instance_path

plugin_instance_path( project: str, location: str, plugin: str, instance: str ) -> str

google.cloud.apihub_v1.services.api_hub_discovery.pagers.ListDiscoveredApiObservationsAsyncPager

ListDiscoveredApiObservationsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.apihub_v1.types.discovery_service.ListDiscoveredApiObservationsResponse ], ], request: google.cloud.apihub_v1.types.discovery_service.ListDiscoveredApiObservationsRequest, response: google.cloud.apihub_v1.types.discovery_service.ListDiscoveredApiObservationsResponse, *, 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, typing.Union[str, bytes]]] = () )

google.cloud.apihub_v1.services.api_hub_discovery.pagers.ListDiscoveredApiObservationsPager

ListDiscoveredApiObservationsPager( method: typing.Callable[ [...], google.cloud.apihub_v1.types.discovery_service.ListDiscoveredApiObservationsResponse, ], request: google.cloud.apihub_v1.types.discovery_service.ListDiscoveredApiObservationsRequest, response: google.cloud.apihub_v1.types.discovery_service.ListDiscoveredApiObservationsResponse, *, 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, typing.Union[str, bytes]]] = () )

google.cloud.apihub_v1.services.api_hub_discovery.pagers.ListDiscoveredApiOperationsAsyncPager

ListDiscoveredApiOperationsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.apihub_v1.types.discovery_service.ListDiscoveredApiOperationsResponse ], ], request: google.cloud.apihub_v1.types.discovery_service.ListDiscoveredApiOperationsRequest, response: google.cloud.apihub_v1.types.discovery_service.ListDiscoveredApiOperationsResponse, *, 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, typing.Union[str, bytes]]] = () )

google.cloud.apihub_v1.services.api_hub_discovery.pagers.ListDiscoveredApiOperationsPager

ListDiscoveredApiOperationsPager( method: typing.Callable[ [...], google.cloud.apihub_v1.types.discovery_service.ListDiscoveredApiOperationsResponse, ], request: google.cloud.apihub_v1.types.discovery_service.ListDiscoveredApiOperationsRequest, response: google.cloud.apihub_v1.types.discovery_service.ListDiscoveredApiOperationsResponse, *, 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, typing.Union[str, bytes]]] = () )

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient

ApiHubPluginAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.apihub_v1.services.api_hub_plugin.transports.base.ApiHubPluginTransport, typing.Callable[[...], google.cloud.apihub_v1.services.api_hub_plugin.transports.base.ApiHubPluginTransport]]] = '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 api hub plugin async client.

See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.attribute_path

attribute_path(project: str, location: str, attribute: str) -> str

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.cancel_operation

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.common_location_path

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

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.create_plugin

create_plugin( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.plugin_service.CreatePluginRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, plugin: typing.Optional[google.cloud.apihub_v1.types.plugin_service.Plugin] = None, plugin_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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.plugin_service.Plugin

Create an API Hub plugin resource in the API hub.

See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.create_plugin

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.create_plugin_instance

create_plugin_instance( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.plugin_service.CreatePluginInstanceRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, plugin_instance: typing.Optional[ google.cloud.apihub_v1.types.plugin_service.PluginInstance ] = None, plugin_instance_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, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> None

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.delete_plugin

delete_plugin( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.plugin_service.DeletePluginRequest, 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, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.delete_plugin_instance

delete_plugin_instance( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.plugin_service.DeletePluginInstanceRequest, 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, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.disable_plugin

disable_plugin( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.plugin_service.DisablePluginRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.plugin_service.Plugin

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.disable_plugin_instance_action

disable_plugin_instance_action( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.plugin_service.DisablePluginInstanceActionRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, action_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, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.enable_plugin

enable_plugin( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.plugin_service.EnablePluginRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.plugin_service.Plugin

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.enable_plugin_instance_action

enable_plugin_instance_action( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.plugin_service.EnablePluginInstanceActionRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, action_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, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.execute_plugin_instance_action

execute_plugin_instance_action( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.plugin_service.ExecutePluginInstanceActionRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, action_execution_detail: typing.Optional[ google.cloud.apihub_v1.types.plugin_service.ActionExecutionDetail ] = 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, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.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.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.from_service_account_file

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.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.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.from_service_account_info

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.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.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.from_service_account_json

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.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, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.Location

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.get_mtls_endpoint_and_cert_source

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

Return the API endpoint and client cert source for mutual TLS.

See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.get_mtls_endpoint_and_cert_source

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.get_operation

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.get_plugin

get_plugin( request: typing.Optional[ typing.Union[google.cloud.apihub_v1.types.plugin_service.GetPluginRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.plugin_service.Plugin

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.get_plugin_instance

get_plugin_instance( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.plugin_service.GetPluginInstanceRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.plugin_service.PluginInstance

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.get_transport_class

get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.apihub_v1.services.api_hub_plugin.transports.base.ApiHubPluginTransport ]

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.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, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.list_locations

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = 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, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.list_operations

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.list_plugin_instances

list_plugin_instances( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.plugin_service.ListPluginInstancesRequest, 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, typing.Union[str, bytes]]] = () ) -> ( google.cloud.apihub_v1.services.api_hub_plugin.pagers.ListPluginInstancesAsyncPager )

List all the plugins in a given project and location.

See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.list_plugin_instances

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.list_plugins

list_plugins( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.plugin_service.ListPluginsRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.services.api_hub_plugin.pagers.ListPluginsAsyncPager

List all the plugins in a given project and location.

See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.list_plugins

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.parse_attribute_path

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

Parses a attribute path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.parse_attribute_path

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.parse_common_billing_account_path

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

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.parse_common_folder_path

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

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.parse_common_location_path

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

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.parse_common_organization_path

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

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.parse_common_project_path

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

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.parse_plugin_instance_path

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

Parses a plugin_instance path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.parse_plugin_instance_path

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.parse_plugin_path

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

Parses a plugin path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.parse_plugin_path

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.parse_service_account_path

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

Parses a service_account path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.parse_service_account_path

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.plugin_instance_path

plugin_instance_path( project: str, location: str, plugin: str, instance: str ) -> str

Returns a fully-qualified plugin_instance string.

See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.plugin_instance_path

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.plugin_path

plugin_path(project: str, location: str, plugin: str) -> str

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.service_account_path

service_account_path(project: str, service_account: str) -> str

Returns a fully-qualified service_account string.

See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.service_account_path

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.update_plugin_instance

update_plugin_instance( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.plugin_service.UpdatePluginInstanceRequest, dict, ] ] = None, *, plugin_instance: typing.Optional[ google.cloud.apihub_v1.types.plugin_service.PluginInstance ] = 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.plugin_service.PluginInstance

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient

ApiHubPluginClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.apihub_v1.services.api_hub_plugin.transports.base.ApiHubPluginTransport, typing.Callable[[...], google.cloud.apihub_v1.services.api_hub_plugin.transports.base.ApiHubPluginTransport]]] = 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 api hub plugin client.

See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.__exit__

__exit__(type, value, traceback)

Releases underlying transport's resources.

See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.exit

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.attribute_path

attribute_path(project: str, location: str, attribute: str) -> str

Returns a fully-qualified attribute string.

See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.attribute_path

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.cancel_operation

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.common_location_path

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

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.common_project_path

common_project_path(project: str) -> str

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.create_plugin

create_plugin( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.plugin_service.CreatePluginRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, plugin: typing.Optional[google.cloud.apihub_v1.types.plugin_service.Plugin] = None, plugin_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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.plugin_service.Plugin

Create an API Hub plugin resource in the API hub.

See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.create_plugin

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.create_plugin_instance

create_plugin_instance( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.plugin_service.CreatePluginInstanceRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, plugin_instance: typing.Optional[ google.cloud.apihub_v1.types.plugin_service.PluginInstance ] = None, plugin_instance_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, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> None

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.delete_plugin

delete_plugin( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.plugin_service.DeletePluginRequest, 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, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.delete_plugin_instance

delete_plugin_instance( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.plugin_service.DeletePluginInstanceRequest, 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, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.disable_plugin

disable_plugin( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.plugin_service.DisablePluginRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.plugin_service.Plugin

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.disable_plugin_instance_action

disable_plugin_instance_action( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.plugin_service.DisablePluginInstanceActionRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, action_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, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.enable_plugin

enable_plugin( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.plugin_service.EnablePluginRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.plugin_service.Plugin

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.enable_plugin_instance_action

enable_plugin_instance_action( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.plugin_service.EnablePluginInstanceActionRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, action_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, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.execute_plugin_instance_action

execute_plugin_instance_action( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.plugin_service.ExecutePluginInstanceActionRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, action_execution_detail: typing.Optional[ google.cloud.apihub_v1.types.plugin_service.ActionExecutionDetail ] = 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, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.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.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.from_service_account_file

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.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.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.from_service_account_info

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.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.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.from_service_account_json

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.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, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.Location

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.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.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.get_operation

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.get_plugin

get_plugin( request: typing.Optional[ typing.Union[google.cloud.apihub_v1.types.plugin_service.GetPluginRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.plugin_service.Plugin

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.get_plugin_instance

get_plugin_instance( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.plugin_service.GetPluginInstanceRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.plugin_service.PluginInstance

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.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, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.list_locations

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = 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, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.list_operations

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.list_plugin_instances

list_plugin_instances( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.plugin_service.ListPluginInstancesRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.services.api_hub_plugin.pagers.ListPluginInstancesPager

List all the plugins in a given project and location.

See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.list_plugin_instances

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.list_plugins

list_plugins( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.plugin_service.ListPluginsRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.services.api_hub_plugin.pagers.ListPluginsPager

List all the plugins in a given project and location.

See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.list_plugins

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.parse_attribute_path

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

Parses a attribute path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.parse_attribute_path

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.parse_common_billing_account_path

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

Parse a billing_account path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.parse_common_billing_account_path

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.parse_common_folder_path

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

Parse a folder path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.parse_common_folder_path

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.parse_common_location_path

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

Parse a location path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.parse_common_location_path

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.parse_common_organization_path

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

Parse a organization path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.parse_common_organization_path

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.parse_common_project_path

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

Parse a project path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.parse_common_project_path

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.parse_plugin_instance_path

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

Parses a plugin_instance path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.parse_plugin_instance_path

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.parse_plugin_path

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

Parses a plugin path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.parse_plugin_path

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.parse_service_account_path

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

Parses a service_account path into its component segments.

See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.parse_service_account_path

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.plugin_instance_path

plugin_instance_path( project: str, location: str, plugin: str, instance: str ) -> str

Returns a fully-qualified plugin_instance string.

See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.plugin_instance_path

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.plugin_path

plugin_path(project: str, location: str, plugin: str) -> str

Returns a fully-qualified plugin string.

See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.plugin_path

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.service_account_path

service_account_path(project: str, service_account: str) -> str

Returns a fully-qualified service_account string.

See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.service_account_path

google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.update_plugin_instance

update_plugin_instance( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.plugin_service.UpdatePluginInstanceRequest, dict, ] ] = None, *, plugin_instance: typing.Optional[ google.cloud.apihub_v1.types.plugin_service.PluginInstance ] = 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.plugin_service.PluginInstance

google.cloud.apihub_v1.services.api_hub_plugin.pagers.ListPluginInstancesAsyncPager

ListPluginInstancesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.apihub_v1.types.plugin_service.ListPluginInstancesResponse ], ], request: google.cloud.apihub_v1.types.plugin_service.ListPluginInstancesRequest, response: google.cloud.apihub_v1.types.plugin_service.ListPluginInstancesResponse, *, 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, typing.Union[str, bytes]]] = () )

google.cloud.apihub_v1.services.api_hub_plugin.pagers.ListPluginInstancesPager

ListPluginInstancesPager( method: typing.Callable[ [...], google.cloud.apihub_v1.types.plugin_service.ListPluginInstancesResponse ], request: google.cloud.apihub_v1.types.plugin_service.ListPluginInstancesRequest, response: google.cloud.apihub_v1.types.plugin_service.ListPluginInstancesResponse, *, 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, typing.Union[str, bytes]]] = () )

google.cloud.apihub_v1.services.api_hub_plugin.pagers.ListPluginsAsyncPager

ListPluginsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.apihub_v1.types.plugin_service.ListPluginsResponse ], ], request: google.cloud.apihub_v1.types.plugin_service.ListPluginsRequest, response: google.cloud.apihub_v1.types.plugin_service.ListPluginsResponse, *, 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, typing.Union[str, bytes]]] = () )

google.cloud.apihub_v1.services.api_hub_plugin.pagers.ListPluginsPager

ListPluginsPager( method: typing.Callable[ [...], google.cloud.apihub_v1.types.plugin_service.ListPluginsResponse ], request: google.cloud.apihub_v1.types.plugin_service.ListPluginsRequest, response: google.cloud.apihub_v1.types.plugin_service.ListPluginsResponse, *, 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, typing.Union[str, bytes]]] = () )

google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceAsyncClient

HostProjectRegistrationServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.apihub_v1.services.host_project_registration_service.transports.base.HostProjectRegistrationServiceTransport, typing.Callable[[...], google.cloud.apihub_v1.services.host_project_registration_service.transports.base.HostProjectRegistrationServiceTransport]]] = '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 host project registration service async client.

See more: google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceAsyncClient

google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceAsyncClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> None

google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceAsyncClient.common_location_path

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

google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceAsyncClient.create_host_project_registration

create_host_project_registration( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.host_project_registration_service.CreateHostProjectRegistrationRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, host_project_registration: typing.Optional[ google.cloud.apihub_v1.types.host_project_registration_service.HostProjectRegistration ] = None, host_project_registration_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, typing.Union[str, bytes]]] = () ) -> ( google.cloud.apihub_v1.types.host_project_registration_service.HostProjectRegistration )

google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceAsyncClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> None

google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceAsyncClient.from_service_account_file

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

google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceAsyncClient.from_service_account_info

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

google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceAsyncClient.from_service_account_json

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

google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceAsyncClient.get_host_project_registration

get_host_project_registration( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.host_project_registration_service.GetHostProjectRegistrationRequest, 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, typing.Union[str, bytes]]] = () ) -> ( google.cloud.apihub_v1.types.host_project_registration_service.HostProjectRegistration )

google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceAsyncClient.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, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.Location

google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceAsyncClient.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.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceAsyncClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.Operation

google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceAsyncClient.get_transport_class

get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.apihub_v1.services.host_project_registration_service.transports.base.HostProjectRegistrationServiceTransport ]

google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceAsyncClient.host_project_registration_path

host_project_registration_path( project: str, location: str, host_project_registration: str ) -> str

google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceAsyncClient.list_host_project_registrations

list_host_project_registrations( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.host_project_registration_service.ListHostProjectRegistrationsRequest, 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, typing.Union[str, bytes]]] = () ) -> ( google.cloud.apihub_v1.services.host_project_registration_service.pagers.ListHostProjectRegistrationsAsyncPager )

google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceAsyncClient.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, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.ListLocationsResponse

google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceAsyncClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = 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, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.ListOperationsResponse

google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceAsyncClient.parse_common_billing_account_path

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

google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceAsyncClient.parse_common_folder_path

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

google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceAsyncClient.parse_common_location_path

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

google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceAsyncClient.parse_common_organization_path

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

google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceAsyncClient.parse_common_project_path

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

google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceAsyncClient.parse_host_project_registration_path

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

google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceClient

HostProjectRegistrationServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.apihub_v1.services.host_project_registration_service.transports.base.HostProjectRegistrationServiceTransport, typing.Callable[[...], google.cloud.apihub_v1.services.host_project_registration_service.transports.base.HostProjectRegistrationServiceTransport]]] = 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 host project registration service client.

See more: google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceClient

google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceClient.__exit__

__exit__(type, value, traceback)

google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> None

google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceClient.common_location_path

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

google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceClient.common_project_path

common_project_path(project: str) -> str

google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceClient.create_host_project_registration

create_host_project_registration( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.host_project_registration_service.CreateHostProjectRegistrationRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, host_project_registration: typing.Optional[ google.cloud.apihub_v1.types.host_project_registration_service.HostProjectRegistration ] = None, host_project_registration_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, typing.Union[str, bytes]]] = () ) -> ( google.cloud.apihub_v1.types.host_project_registration_service.HostProjectRegistration )

google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> None

google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceClient.from_service_account_file

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

google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceClient.from_service_account_info

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

google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceClient.from_service_account_json

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

google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceClient.get_host_project_registration

get_host_project_registration( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.host_project_registration_service.GetHostProjectRegistrationRequest, 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, typing.Union[str, bytes]]] = () ) -> ( google.cloud.apihub_v1.types.host_project_registration_service.HostProjectRegistration )

google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceClient.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, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.Location

google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceClient.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.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.Operation

google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceClient.host_project_registration_path

host_project_registration_path( project: str, location: str, host_project_registration: str ) -> str

google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceClient.list_host_project_registrations

list_host_project_registrations( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.host_project_registration_service.ListHostProjectRegistrationsRequest, 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, typing.Union[str, bytes]]] = () ) -> ( google.cloud.apihub_v1.services.host_project_registration_service.pagers.ListHostProjectRegistrationsPager )

google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceClient.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, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.ListLocationsResponse

google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = 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, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.ListOperationsResponse

google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceClient.parse_common_billing_account_path

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

google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceClient.parse_common_folder_path

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

google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceClient.parse_common_location_path

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

google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceClient.parse_common_organization_path

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

google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceClient.parse_common_project_path

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

google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceClient.parse_host_project_registration_path

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

google.cloud.apihub_v1.services.host_project_registration_service.pagers.ListHostProjectRegistrationsAsyncPager

ListHostProjectRegistrationsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.apihub_v1.types.host_project_registration_service.ListHostProjectRegistrationsResponse ], ], request: google.cloud.apihub_v1.types.host_project_registration_service.ListHostProjectRegistrationsRequest, response: google.cloud.apihub_v1.types.host_project_registration_service.ListHostProjectRegistrationsResponse, *, 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, typing.Union[str, bytes]]] = () )

google.cloud.apihub_v1.services.host_project_registration_service.pagers.ListHostProjectRegistrationsPager

ListHostProjectRegistrationsPager( method: typing.Callable[ [...], google.cloud.apihub_v1.types.host_project_registration_service.ListHostProjectRegistrationsResponse, ], request: google.cloud.apihub_v1.types.host_project_registration_service.ListHostProjectRegistrationsRequest, response: google.cloud.apihub_v1.types.host_project_registration_service.ListHostProjectRegistrationsResponse, *, 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, typing.Union[str, bytes]]] = () )

google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient

LintingServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.apihub_v1.services.linting_service.transports.base.LintingServiceTransport, typing.Callable[[...], google.cloud.apihub_v1.services.linting_service.transports.base.LintingServiceTransport]]] = '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 linting service async client.

See more: google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient

google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.cancel_operation

google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.common_location_path

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

google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> None

google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.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.apihub_v1.services.linting_service.LintingServiceAsyncClient.from_service_account_file

google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.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.apihub_v1.services.linting_service.LintingServiceAsyncClient.from_service_account_info

google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.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.apihub_v1.services.linting_service.LintingServiceAsyncClient.from_service_account_json

google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.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, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.Location

google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.get_mtls_endpoint_and_cert_source

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

Return the API endpoint and client cert source for mutual TLS.

See more: google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.get_mtls_endpoint_and_cert_source

google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.get_operation

google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.get_style_guide

get_style_guide( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.linting_service.GetStyleGuideRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.linting_service.StyleGuide

google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.get_style_guide_contents

get_style_guide_contents( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.linting_service.GetStyleGuideContentsRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.linting_service.StyleGuideContents

google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.get_transport_class

get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.apihub_v1.services.linting_service.transports.base.LintingServiceTransport ]

google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.lint_spec

lint_spec( request: typing.Optional[ typing.Union[google.cloud.apihub_v1.types.linting_service.LintSpecRequest, 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, typing.Union[str, bytes]]] = () ) -> None

Lints the requested spec and updates the corresponding API Spec with the lint response.

See more: google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.lint_spec

google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.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, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.list_locations

google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = 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, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.list_operations

google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.parse_common_billing_account_path

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

google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.parse_common_folder_path

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

google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.parse_common_location_path

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

google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.parse_common_organization_path

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

google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.parse_common_project_path

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

google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.parse_spec_path

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

google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.parse_style_guide_path

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

Parses a style_guide path into its component segments.

See more: google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.parse_style_guide_path

google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.spec_path

spec_path(project: str, location: str, api: str, version: str, spec: str) -> str

google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.style_guide_path

style_guide_path(project: str, location: str, plugin: str) -> str

google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.update_style_guide

update_style_guide( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.linting_service.UpdateStyleGuideRequest, dict ] ] = None, *, style_guide: typing.Optional[ google.cloud.apihub_v1.types.linting_service.StyleGuide ] = 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.linting_service.StyleGuide

Update the styleGuide to be used for liniting in by API hub.

See more: google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.update_style_guide

google.cloud.apihub_v1.services.linting_service.LintingServiceClient

LintingServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.apihub_v1.services.linting_service.transports.base.LintingServiceTransport, typing.Callable[[...], google.cloud.apihub_v1.services.linting_service.transports.base.LintingServiceTransport]]] = 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 linting service client.

See more: google.cloud.apihub_v1.services.linting_service.LintingServiceClient

google.cloud.apihub_v1.services.linting_service.LintingServiceClient.__exit__

__exit__(type, value, traceback)

Releases underlying transport's resources.

See more: google.cloud.apihub_v1.services.linting_service.LintingServiceClient.exit

google.cloud.apihub_v1.services.linting_service.LintingServiceClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.apihub_v1.services.linting_service.LintingServiceClient.cancel_operation

google.cloud.apihub_v1.services.linting_service.LintingServiceClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.apihub_v1.services.linting_service.LintingServiceClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.apihub_v1.services.linting_service.LintingServiceClient.common_location_path

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

google.cloud.apihub_v1.services.linting_service.LintingServiceClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.apihub_v1.services.linting_service.LintingServiceClient.common_project_path

common_project_path(project: str) -> str

google.cloud.apihub_v1.services.linting_service.LintingServiceClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> None

google.cloud.apihub_v1.services.linting_service.LintingServiceClient.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.apihub_v1.services.linting_service.LintingServiceClient.from_service_account_file

google.cloud.apihub_v1.services.linting_service.LintingServiceClient.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.apihub_v1.services.linting_service.LintingServiceClient.from_service_account_info

google.cloud.apihub_v1.services.linting_service.LintingServiceClient.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.apihub_v1.services.linting_service.LintingServiceClient.from_service_account_json

google.cloud.apihub_v1.services.linting_service.LintingServiceClient.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, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.Location

google.cloud.apihub_v1.services.linting_service.LintingServiceClient.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.apihub_v1.services.linting_service.LintingServiceClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.apihub_v1.services.linting_service.LintingServiceClient.get_operation

google.cloud.apihub_v1.services.linting_service.LintingServiceClient.get_style_guide

get_style_guide( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.linting_service.GetStyleGuideRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.linting_service.StyleGuide

google.cloud.apihub_v1.services.linting_service.LintingServiceClient.get_style_guide_contents

get_style_guide_contents( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.linting_service.GetStyleGuideContentsRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.linting_service.StyleGuideContents

google.cloud.apihub_v1.services.linting_service.LintingServiceClient.lint_spec

lint_spec( request: typing.Optional[ typing.Union[google.cloud.apihub_v1.types.linting_service.LintSpecRequest, 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, typing.Union[str, bytes]]] = () ) -> None

Lints the requested spec and updates the corresponding API Spec with the lint response.

See more: google.cloud.apihub_v1.services.linting_service.LintingServiceClient.lint_spec

google.cloud.apihub_v1.services.linting_service.LintingServiceClient.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, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.apihub_v1.services.linting_service.LintingServiceClient.list_locations

google.cloud.apihub_v1.services.linting_service.LintingServiceClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = 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, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.apihub_v1.services.linting_service.LintingServiceClient.list_operations

google.cloud.apihub_v1.services.linting_service.LintingServiceClient.parse_common_billing_account_path

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

Parse a billing_account path into its component segments.

See more: google.cloud.apihub_v1.services.linting_service.LintingServiceClient.parse_common_billing_account_path

google.cloud.apihub_v1.services.linting_service.LintingServiceClient.parse_common_folder_path

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

google.cloud.apihub_v1.services.linting_service.LintingServiceClient.parse_common_location_path

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

google.cloud.apihub_v1.services.linting_service.LintingServiceClient.parse_common_organization_path

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

Parse a organization path into its component segments.

See more: google.cloud.apihub_v1.services.linting_service.LintingServiceClient.parse_common_organization_path

google.cloud.apihub_v1.services.linting_service.LintingServiceClient.parse_common_project_path

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

google.cloud.apihub_v1.services.linting_service.LintingServiceClient.parse_spec_path

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

Parses a spec path into its component segments.

See more: google.cloud.apihub_v1.services.linting_service.LintingServiceClient.parse_spec_path

google.cloud.apihub_v1.services.linting_service.LintingServiceClient.parse_style_guide_path

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

Parses a style_guide path into its component segments.

See more: google.cloud.apihub_v1.services.linting_service.LintingServiceClient.parse_style_guide_path

google.cloud.apihub_v1.services.linting_service.LintingServiceClient.spec_path

spec_path(project: str, location: str, api: str, version: str, spec: str) -> str

google.cloud.apihub_v1.services.linting_service.LintingServiceClient.style_guide_path

style_guide_path(project: str, location: str, plugin: str) -> str

Returns a fully-qualified style_guide string.

See more: google.cloud.apihub_v1.services.linting_service.LintingServiceClient.style_guide_path

google.cloud.apihub_v1.services.linting_service.LintingServiceClient.update_style_guide

update_style_guide( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.linting_service.UpdateStyleGuideRequest, dict ] ] = None, *, style_guide: typing.Optional[ google.cloud.apihub_v1.types.linting_service.StyleGuide ] = 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.linting_service.StyleGuide

Update the styleGuide to be used for liniting in by API hub.

See more: google.cloud.apihub_v1.services.linting_service.LintingServiceClient.update_style_guide

google.cloud.apihub_v1.services.provisioning.ProvisioningAsyncClient

ProvisioningAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.apihub_v1.services.provisioning.transports.base.ProvisioningTransport, typing.Callable[[...], google.cloud.apihub_v1.services.provisioning.transports.base.ProvisioningTransport]]] = '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 provisioning async client.

See more: google.cloud.apihub_v1.services.provisioning.ProvisioningAsyncClient

google.cloud.apihub_v1.services.provisioning.ProvisioningAsyncClient.api_hub_instance_path

api_hub_instance_path(project: str, location: str, api_hub_instance: str) -> str

Returns a fully-qualified api_hub_instance string.

See more: google.cloud.apihub_v1.services.provisioning.ProvisioningAsyncClient.api_hub_instance_path

google.cloud.apihub_v1.services.provisioning.ProvisioningAsyncClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.apihub_v1.services.provisioning.ProvisioningAsyncClient.cancel_operation

google.cloud.apihub_v1.services.provisioning.ProvisioningAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.apihub_v1.services.provisioning.ProvisioningAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.apihub_v1.services.provisioning.ProvisioningAsyncClient.common_location_path

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

google.cloud.apihub_v1.services.provisioning.ProvisioningAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.apihub_v1.services.provisioning.ProvisioningAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.apihub_v1.services.provisioning.ProvisioningAsyncClient.create_api_hub_instance

create_api_hub_instance( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.provisioning_service.CreateApiHubInstanceRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, api_hub_instance: typing.Optional[ google.cloud.apihub_v1.types.common_fields.ApiHubInstance ] = None, api_hub_instance_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, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.apihub_v1.services.provisioning.ProvisioningAsyncClient.delete_api_hub_instance

delete_api_hub_instance( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.provisioning_service.DeleteApiHubInstanceRequest, 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, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.apihub_v1.services.provisioning.ProvisioningAsyncClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> None

google.cloud.apihub_v1.services.provisioning.ProvisioningAsyncClient.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.apihub_v1.services.provisioning.ProvisioningAsyncClient.from_service_account_file

google.cloud.apihub_v1.services.provisioning.ProvisioningAsyncClient.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.apihub_v1.services.provisioning.ProvisioningAsyncClient.from_service_account_info

google.cloud.apihub_v1.services.provisioning.ProvisioningAsyncClient.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.apihub_v1.services.provisioning.ProvisioningAsyncClient.from_service_account_json

google.cloud.apihub_v1.services.provisioning.ProvisioningAsyncClient.get_api_hub_instance

get_api_hub_instance( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.provisioning_service.GetApiHubInstanceRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.ApiHubInstance

google.cloud.apihub_v1.services.provisioning.ProvisioningAsyncClient.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, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.Location

google.cloud.apihub_v1.services.provisioning.ProvisioningAsyncClient.get_mtls_endpoint_and_cert_source

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

Return the API endpoint and client cert source for mutual TLS.

See more: google.cloud.apihub_v1.services.provisioning.ProvisioningAsyncClient.get_mtls_endpoint_and_cert_source

google.cloud.apihub_v1.services.provisioning.ProvisioningAsyncClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.apihub_v1.services.provisioning.ProvisioningAsyncClient.get_operation

google.cloud.apihub_v1.services.provisioning.ProvisioningAsyncClient.get_transport_class

get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.apihub_v1.services.provisioning.transports.base.ProvisioningTransport ]

google.cloud.apihub_v1.services.provisioning.ProvisioningAsyncClient.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, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.apihub_v1.services.provisioning.ProvisioningAsyncClient.list_locations

google.cloud.apihub_v1.services.provisioning.ProvisioningAsyncClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = 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, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.apihub_v1.services.provisioning.ProvisioningAsyncClient.list_operations

google.cloud.apihub_v1.services.provisioning.ProvisioningAsyncClient.lookup_api_hub_instance

lookup_api_hub_instance( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.provisioning_service.LookupApiHubInstanceRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.provisioning_service.LookupApiHubInstanceResponse

Looks up an Api Hub instance in a given GCP project.

See more: google.cloud.apihub_v1.services.provisioning.ProvisioningAsyncClient.lookup_api_hub_instance

google.cloud.apihub_v1.services.provisioning.ProvisioningAsyncClient.parse_api_hub_instance_path

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

Parses a api_hub_instance path into its component segments.

See more: google.cloud.apihub_v1.services.provisioning.ProvisioningAsyncClient.parse_api_hub_instance_path

google.cloud.apihub_v1.services.provisioning.ProvisioningAsyncClient.parse_common_billing_account_path

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

Parse a billing_account path into its component segments.

See more: google.cloud.apihub_v1.services.provisioning.ProvisioningAsyncClient.parse_common_billing_account_path

google.cloud.apihub_v1.services.provisioning.ProvisioningAsyncClient.parse_common_folder_path

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

google.cloud.apihub_v1.services.provisioning.ProvisioningAsyncClient.parse_common_location_path

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

google.cloud.apihub_v1.services.provisioning.ProvisioningAsyncClient.parse_common_organization_path

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

Parse a organization path into its component segments.

See more: google.cloud.apihub_v1.services.provisioning.ProvisioningAsyncClient.parse_common_organization_path

google.cloud.apihub_v1.services.provisioning.ProvisioningAsyncClient.parse_common_project_path

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

google.cloud.apihub_v1.services.provisioning.ProvisioningClient

ProvisioningClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.apihub_v1.services.provisioning.transports.base.ProvisioningTransport, typing.Callable[[...], google.cloud.apihub_v1.services.provisioning.transports.base.ProvisioningTransport]]] = 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 provisioning client.

See more: google.cloud.apihub_v1.services.provisioning.ProvisioningClient

google.cloud.apihub_v1.services.provisioning.ProvisioningClient.__exit__

__exit__(type, value, traceback)

Releases underlying transport's resources.

See more: google.cloud.apihub_v1.services.provisioning.ProvisioningClient.exit

google.cloud.apihub_v1.services.provisioning.ProvisioningClient.api_hub_instance_path

api_hub_instance_path(project: str, location: str, api_hub_instance: str) -> str

Returns a fully-qualified api_hub_instance string.

See more: google.cloud.apihub_v1.services.provisioning.ProvisioningClient.api_hub_instance_path

google.cloud.apihub_v1.services.provisioning.ProvisioningClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.apihub_v1.services.provisioning.ProvisioningClient.cancel_operation

google.cloud.apihub_v1.services.provisioning.ProvisioningClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

Returns a fully-qualified billing_account string.

See more: google.cloud.apihub_v1.services.provisioning.ProvisioningClient.common_billing_account_path

google.cloud.apihub_v1.services.provisioning.ProvisioningClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.apihub_v1.services.provisioning.ProvisioningClient.common_location_path

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

google.cloud.apihub_v1.services.provisioning.ProvisioningClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.apihub_v1.services.provisioning.ProvisioningClient.common_project_path

common_project_path(project: str) -> str

google.cloud.apihub_v1.services.provisioning.ProvisioningClient.create_api_hub_instance

create_api_hub_instance( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.provisioning_service.CreateApiHubInstanceRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, api_hub_instance: typing.Optional[ google.cloud.apihub_v1.types.common_fields.ApiHubInstance ] = None, api_hub_instance_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, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

Provisions instance resources for the API Hub.

See more: google.cloud.apihub_v1.services.provisioning.ProvisioningClient.create_api_hub_instance

google.cloud.apihub_v1.services.provisioning.ProvisioningClient.delete_api_hub_instance

delete_api_hub_instance( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.provisioning_service.DeleteApiHubInstanceRequest, 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, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.apihub_v1.services.provisioning.ProvisioningClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> None

google.cloud.apihub_v1.services.provisioning.ProvisioningClient.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.apihub_v1.services.provisioning.ProvisioningClient.from_service_account_file

google.cloud.apihub_v1.services.provisioning.ProvisioningClient.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.apihub_v1.services.provisioning.ProvisioningClient.from_service_account_info

google.cloud.apihub_v1.services.provisioning.ProvisioningClient.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.apihub_v1.services.provisioning.ProvisioningClient.from_service_account_json

google.cloud.apihub_v1.services.provisioning.ProvisioningClient.get_api_hub_instance

get_api_hub_instance( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.provisioning_service.GetApiHubInstanceRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.common_fields.ApiHubInstance

google.cloud.apihub_v1.services.provisioning.ProvisioningClient.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, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.Location

google.cloud.apihub_v1.services.provisioning.ProvisioningClient.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.apihub_v1.services.provisioning.ProvisioningClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.apihub_v1.services.provisioning.ProvisioningClient.get_operation

google.cloud.apihub_v1.services.provisioning.ProvisioningClient.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, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.apihub_v1.services.provisioning.ProvisioningClient.list_locations

google.cloud.apihub_v1.services.provisioning.ProvisioningClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = 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, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.apihub_v1.services.provisioning.ProvisioningClient.list_operations

google.cloud.apihub_v1.services.provisioning.ProvisioningClient.lookup_api_hub_instance

lookup_api_hub_instance( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.provisioning_service.LookupApiHubInstanceRequest, 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, typing.Union[str, bytes]]] = () ) -> google.cloud.apihub_v1.types.provisioning_service.LookupApiHubInstanceResponse

Looks up an Api Hub instance in a given GCP project.

See more: google.cloud.apihub_v1.services.provisioning.ProvisioningClient.lookup_api_hub_instance

google.cloud.apihub_v1.services.provisioning.ProvisioningClient.parse_api_hub_instance_path

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

Parses a api_hub_instance path into its component segments.

See more: google.cloud.apihub_v1.services.provisioning.ProvisioningClient.parse_api_hub_instance_path

google.cloud.apihub_v1.services.provisioning.ProvisioningClient.parse_common_billing_account_path

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

Parse a billing_account path into its component segments.

See more: google.cloud.apihub_v1.services.provisioning.ProvisioningClient.parse_common_billing_account_path

google.cloud.apihub_v1.services.provisioning.ProvisioningClient.parse_common_folder_path

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

Parse a folder path into its component segments.

See more: google.cloud.apihub_v1.services.provisioning.ProvisioningClient.parse_common_folder_path

google.cloud.apihub_v1.services.provisioning.ProvisioningClient.parse_common_location_path

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

Parse a location path into its component segments.

See more: google.cloud.apihub_v1.services.provisioning.ProvisioningClient.parse_common_location_path

google.cloud.apihub_v1.services.provisioning.ProvisioningClient.parse_common_organization_path

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

Parse a organization path into its component segments.

See more: google.cloud.apihub_v1.services.provisioning.ProvisioningClient.parse_common_organization_path

google.cloud.apihub_v1.services.provisioning.ProvisioningClient.parse_common_project_path

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

Parse a project path into its component segments.

See more: google.cloud.apihub_v1.services.provisioning.ProvisioningClient.parse_common_project_path

google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceAsyncClient

RuntimeProjectAttachmentServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.apihub_v1.services.runtime_project_attachment_service.transports.base.RuntimeProjectAttachmentServiceTransport, typing.Callable[[...], google.cloud.apihub_v1.services.runtime_project_attachment_service.transports.base.RuntimeProjectAttachmentServiceTransport]]] = '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 runtime project attachment service async client.

See more: google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceAsyncClient

google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceAsyncClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> None

google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceAsyncClient.common_location_path

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

google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceAsyncClient.create_runtime_project_attachment

create_runtime_project_attachment( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.runtime_project_attachment_service.CreateRuntimeProjectAttachmentRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, runtime_project_attachment: typing.Optional[ google.cloud.apihub_v1.types.runtime_project_attachment_service.RuntimeProjectAttachment ] = None, runtime_project_attachment_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, typing.Union[str, bytes]]] = () ) -> ( google.cloud.apihub_v1.types.runtime_project_attachment_service.RuntimeProjectAttachment )

google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceAsyncClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> None

google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceAsyncClient.delete_runtime_project_attachment

delete_runtime_project_attachment( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.runtime_project_attachment_service.DeleteRuntimeProjectAttachmentRequest, 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, typing.Union[str, bytes]]] = () ) -> None

google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceAsyncClient.from_service_account_file

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

google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceAsyncClient.from_service_account_info

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

google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceAsyncClient.from_service_account_json

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

google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceAsyncClient.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, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.Location

google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceAsyncClient.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.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceAsyncClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.Operation

google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceAsyncClient.get_runtime_project_attachment

get_runtime_project_attachment( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.runtime_project_attachment_service.GetRuntimeProjectAttachmentRequest, 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, typing.Union[str, bytes]]] = () ) -> ( google.cloud.apihub_v1.types.runtime_project_attachment_service.RuntimeProjectAttachment )

google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceAsyncClient.get_transport_class

get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.apihub_v1.services.runtime_project_attachment_service.transports.base.RuntimeProjectAttachmentServiceTransport ]

google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceAsyncClient.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, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.ListLocationsResponse

google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceAsyncClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = 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, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.ListOperationsResponse

google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceAsyncClient.list_runtime_project_attachments

list_runtime_project_attachments( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.runtime_project_attachment_service.ListRuntimeProjectAttachmentsRequest, 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, typing.Union[str, bytes]]] = () ) -> ( google.cloud.apihub_v1.services.runtime_project_attachment_service.pagers.ListRuntimeProjectAttachmentsAsyncPager )

google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceAsyncClient.lookup_runtime_project_attachment

lookup_runtime_project_attachment( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.runtime_project_attachment_service.LookupRuntimeProjectAttachmentRequest, 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, typing.Union[str, bytes]]] = () ) -> ( google.cloud.apihub_v1.types.runtime_project_attachment_service.LookupRuntimeProjectAttachmentResponse )

google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceAsyncClient.parse_common_billing_account_path

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

google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceAsyncClient.parse_common_folder_path

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

google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceAsyncClient.parse_common_location_path

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

google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceAsyncClient.parse_common_organization_path

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

google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceAsyncClient.parse_common_project_path

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

google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceAsyncClient.parse_runtime_project_attachment_path

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

google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceAsyncClient.runtime_project_attachment_path

runtime_project_attachment_path( project: str, location: str, runtime_project_attachment: str ) -> str

google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceClient

RuntimeProjectAttachmentServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.apihub_v1.services.runtime_project_attachment_service.transports.base.RuntimeProjectAttachmentServiceTransport, typing.Callable[[...], google.cloud.apihub_v1.services.runtime_project_attachment_service.transports.base.RuntimeProjectAttachmentServiceTransport]]] = 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 runtime project attachment service client.

See more: google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceClient

google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceClient.__exit__

__exit__(type, value, traceback)

google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> None

google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceClient.common_location_path

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

google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceClient.common_project_path

common_project_path(project: str) -> str

google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceClient.create_runtime_project_attachment

create_runtime_project_attachment( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.runtime_project_attachment_service.CreateRuntimeProjectAttachmentRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, runtime_project_attachment: typing.Optional[ google.cloud.apihub_v1.types.runtime_project_attachment_service.RuntimeProjectAttachment ] = None, runtime_project_attachment_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, typing.Union[str, bytes]]] = () ) -> ( google.cloud.apihub_v1.types.runtime_project_attachment_service.RuntimeProjectAttachment )

google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> None

google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceClient.delete_runtime_project_attachment

delete_runtime_project_attachment( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.runtime_project_attachment_service.DeleteRuntimeProjectAttachmentRequest, 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, typing.Union[str, bytes]]] = () ) -> None

google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceClient.from_service_account_file

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

google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceClient.from_service_account_info

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

google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceClient.from_service_account_json

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

google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceClient.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, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.Location

google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceClient.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.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = 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, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.Operation

google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceClient.get_runtime_project_attachment

get_runtime_project_attachment( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.runtime_project_attachment_service.GetRuntimeProjectAttachmentRequest, 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, typing.Union[str, bytes]]] = () ) -> ( google.cloud.apihub_v1.types.runtime_project_attachment_service.RuntimeProjectAttachment )

google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceClient.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, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.ListLocationsResponse

google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = 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, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.ListOperationsResponse

google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceClient.list_runtime_project_attachments

list_runtime_project_attachments( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.runtime_project_attachment_service.ListRuntimeProjectAttachmentsRequest, 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, typing.Union[str, bytes]]] = () ) -> ( google.cloud.apihub_v1.services.runtime_project_attachment_service.pagers.ListRuntimeProjectAttachmentsPager )

google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceClient.lookup_runtime_project_attachment

lookup_runtime_project_attachment( request: typing.Optional[ typing.Union[ google.cloud.apihub_v1.types.runtime_project_attachment_service.LookupRuntimeProjectAttachmentRequest, 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, typing.Union[str, bytes]]] = () ) -> ( google.cloud.apihub_v1.types.runtime_project_attachment_service.LookupRuntimeProjectAttachmentResponse )

google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceClient.parse_common_billing_account_path

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

google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceClient.parse_common_folder_path

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

google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceClient.parse_common_location_path

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

google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceClient.parse_common_organization_path

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

google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceClient.parse_common_project_path

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

google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceClient.parse_runtime_project_attachment_path

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

google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceClient.runtime_project_attachment_path

runtime_project_attachment_path( project: str, location: str, runtime_project_attachment: str ) -> str

google.cloud.apihub_v1.services.runtime_project_attachment_service.pagers.ListRuntimeProjectAttachmentsAsyncPager

ListRuntimeProjectAttachmentsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.apihub_v1.types.runtime_project_attachment_service.ListRuntimeProjectAttachmentsResponse ], ], request: google.cloud.apihub_v1.types.runtime_project_attachment_service.ListRuntimeProjectAttachmentsRequest, response: google.cloud.apihub_v1.types.runtime_project_attachment_service.ListRuntimeProjectAttachmentsResponse, *, 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, typing.Union[str, bytes]]] = () )

google.cloud.apihub_v1.services.runtime_project_attachment_service.pagers.ListRuntimeProjectAttachmentsPager

ListRuntimeProjectAttachmentsPager( method: typing.Callable[ [...], google.cloud.apihub_v1.types.runtime_project_attachment_service.ListRuntimeProjectAttachmentsResponse, ], request: google.cloud.apihub_v1.types.runtime_project_attachment_service.ListRuntimeProjectAttachmentsRequest, response: google.cloud.apihub_v1.types.runtime_project_attachment_service.ListRuntimeProjectAttachmentsResponse, *, 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, typing.Union[str, bytes]]] = () )