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 ) -> strReturns 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) -> strReturns 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) -> strReturns 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]]] = () ) -> NoneStarts 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) -> strReturns 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) -> strReturns 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) -> strReturns 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) -> strReturns 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) -> strReturns 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.ApiCreate 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.ApiOperationCreate 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.AttributeCreate a user defined attribute.
See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.create_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.DeploymentCreate 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.ExternalApiCreate 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.SpecAdd 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.VersionCreate 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 ) -> strReturns 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]]] = () ) -> NoneDelete 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]]] = () ) -> NoneDelete 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]]] = () ) -> NoneDelete an attribute.
See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.delete_attribute
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]]] = () ) -> NoneDelete 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]]] = () ) -> NoneDelete 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]]] = () ) -> NoneDeletes a long-running operation.
See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.delete_operation
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]]] = () ) -> NoneDelete a spec.
See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.delete_spec
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]]] = () ) -> NoneDelete an API version.
See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.delete_version
google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.deployment_path
deployment_path(project: str, location: str, deployment: str) -> strReturns 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) -> strReturns 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.ApiGet 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.ApiOperationGet 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.AttributeGet details about the attribute.
See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.get_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.DefinitionGet 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.DeploymentGet 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.ExternalApiGet 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.LocationGets information about a location.
See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.get_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.OperationGets 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.SpecGet 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.SpecContentsGet spec contents.
See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.get_spec_contents
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 ]Returns an appropriate transport class.
See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.get_transport_class
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.VersionGet 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.ListApiOperationsAsyncPagerList operations in an API version.
See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.list_api_operations
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.ListApisAsyncPagerList 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.ListAttributesAsyncPagerList all attributes.
See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.list_attributes
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.ListDeploymentsAsyncPagerList 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.ListExternalApisAsyncPagerList 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.ListLocationsResponseLists 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.ListOperationsResponseLists 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.ListSpecsAsyncPagerList 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.ListVersionsAsyncPagerList 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 ) -> strReturns 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.SearchResourcesAsyncPagerSearch across API-Hub resources.
See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.search_resources
google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.spec_path
spec_path(project: str, location: str, api: str, version: str, spec: str) -> strReturns 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.ApiUpdate 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.ApiOperationUpdate an operation in an API version.
See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.update_api_operation
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.AttributeUpdate the attribute.
See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.update_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.DeploymentUpdate 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.ExternalApiUpdate 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.SpecUpdate spec.
See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.update_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.VersionUpdate API version.
See more: google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.update_version
google.cloud.apihub_v1.services.api_hub.ApiHubAsyncClient.version_path
version_path(project: str, location: str, api: str, version: str) -> strReturns 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 ) -> strReturns 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) -> strReturns 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) -> strReturns 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]]] = () ) -> NoneStarts 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) -> strReturns 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) -> strReturns 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) -> strReturns 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) -> strReturns 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) -> strReturns 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.ApiCreate 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.ApiOperationCreate 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.AttributeCreate a user defined attribute.
See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.create_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.DeploymentCreate 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.ExternalApiCreate 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.SpecAdd 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.VersionCreate 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 ) -> strReturns 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]]] = () ) -> NoneDelete 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]]] = () ) -> NoneDelete 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]]] = () ) -> NoneDelete an attribute.
See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.delete_attribute
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]]] = () ) -> NoneDelete 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]]] = () ) -> NoneDelete 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]]] = () ) -> NoneDeletes a long-running operation.
See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.delete_operation
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]]] = () ) -> NoneDelete a spec.
See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.delete_spec
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]]] = () ) -> NoneDelete an API version.
See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.delete_version
google.cloud.apihub_v1.services.api_hub.ApiHubClient.deployment_path
deployment_path(project: str, location: str, deployment: str) -> strReturns 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) -> strReturns 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.ApiGet 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.ApiOperationGet 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.AttributeGet 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.DefinitionGet 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.DeploymentGet 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.ExternalApiGet 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.LocationGets 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, )Deprecated.
See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.get_mtls_endpoint_and_cert_source
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.OperationGets 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.SpecGet 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.SpecContentsGet spec contents.
See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.get_spec_contents
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.VersionGet 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.ListApiOperationsPagerList operations in an API version.
See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.list_api_operations
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.ListApisPagerList 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.ListAttributesPagerList all attributes.
See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.list_attributes
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.ListDeploymentsPagerList 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.ListExternalApisPagerList 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.ListLocationsResponseLists 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.ListOperationsResponseLists 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.ListSpecsPagerList 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.ListVersionsPagerList 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 ) -> strReturns 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.SearchResourcesPagerSearch across API-Hub resources.
See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.search_resources
google.cloud.apihub_v1.services.api_hub.ApiHubClient.spec_path
spec_path(project: str, location: str, api: str, version: str, spec: str) -> strReturns 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.ApiUpdate 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.ApiOperationUpdate 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.AttributeUpdate the attribute.
See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.update_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.DeploymentUpdate 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.ExternalApiUpdate 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.SpecUpdate spec.
See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.update_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.VersionUpdate API version.
See more: google.cloud.apihub_v1.services.api_hub.ApiHubClient.update_version
google.cloud.apihub_v1.services.api_hub.ApiHubClient.version_path
version_path(project: str, location: str, api: str, version: str) -> strReturns 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]]] = () )Instantiates the pager.
See more: google.cloud.apihub_v1.services.api_hub.pagers.ListApiOperationsAsyncPager
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]]] = () )Instantiate the pager.
See more: google.cloud.apihub_v1.services.api_hub.pagers.ListApiOperationsPager
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]]] = () )Instantiates the pager.
See more: google.cloud.apihub_v1.services.api_hub.pagers.ListApisAsyncPager
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]]] = () )Instantiate the pager.
See more: google.cloud.apihub_v1.services.api_hub.pagers.ListApisPager
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]]] = () )Instantiates the pager.
See more: google.cloud.apihub_v1.services.api_hub.pagers.ListAttributesAsyncPager
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]]] = () )Instantiate the pager.
See more: google.cloud.apihub_v1.services.api_hub.pagers.ListAttributesPager
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]]] = () )Instantiates the pager.
See more: google.cloud.apihub_v1.services.api_hub.pagers.ListDeploymentsAsyncPager
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]]] = () )Instantiate the pager.
See more: google.cloud.apihub_v1.services.api_hub.pagers.ListDeploymentsPager
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]]] = () )Instantiates the pager.
See more: google.cloud.apihub_v1.services.api_hub.pagers.ListExternalApisAsyncPager
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]]] = () )Instantiate the pager.
See more: google.cloud.apihub_v1.services.api_hub.pagers.ListExternalApisPager
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]]] = () )Instantiates the pager.
See more: google.cloud.apihub_v1.services.api_hub.pagers.ListSpecsAsyncPager
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]]] = () )Instantiate the pager.
See more: google.cloud.apihub_v1.services.api_hub.pagers.ListSpecsPager
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]]] = () )Instantiates the pager.
See more: google.cloud.apihub_v1.services.api_hub.pagers.ListVersionsAsyncPager
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]]] = () )Instantiate the pager.
See more: google.cloud.apihub_v1.services.api_hub.pagers.ListVersionsPager
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]]] = () )Instantiates the pager.
See more: google.cloud.apihub_v1.services.api_hub.pagers.SearchResourcesAsyncPager
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]]] = () )Instantiate the pager.
See more: google.cloud.apihub_v1.services.api_hub.pagers.SearchResourcesPager
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 ) -> strReturns a fully-qualified api_operation string.
See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.api_operation_path
google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.api_path
api_path(project: str, location: str, api: str) -> strReturns a fully-qualified api string.
See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.api_path
google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.attribute_path
attribute_path(project: str, location: str, attribute: str) -> strReturns a fully-qualified attribute string.
See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.attribute_path
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]]] = () ) -> NoneStarts 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.AsyncOperationCollect 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) -> strReturns a fully-qualified billing_account string.
See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.common_billing_account_path
google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.common_folder_path
google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.common_location_path
google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.common_organization_path
google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.common_project_path
google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.definition_path
definition_path( project: str, location: str, api: str, version: str, definition: str ) -> strReturns a fully-qualified definition string.
See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.definition_path
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]]] = () ) -> NoneDeletes a long-running operation.
See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.delete_operation
google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.deployment_path
deployment_path(project: str, location: str, deployment: str) -> strReturns a fully-qualified deployment string.
See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.deployment_path
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.LocationGets information about a location.
See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.get_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.
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.OperationGets 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 ]Returns an appropriate transport class.
See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.get_transport_class
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.ListLocationsResponseLists 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.ListOperationsResponseLists 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]Parse a billing_account path into its component segments.
google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.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_collect.ApiHubCollectAsyncClient.parse_common_folder_path
google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.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_collect.ApiHubCollectAsyncClient.parse_common_location_path
google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.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_collect.ApiHubCollectAsyncClient.parse_common_project_path
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 ) -> strReturns a fully-qualified plugin_instance string.
See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.plugin_instance_path
google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.spec_path
spec_path(project: str, location: str, api: str, version: str, spec: str) -> strReturns a fully-qualified spec string.
See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.spec_path
google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.version_path
version_path(project: str, location: str, api: str, version: str) -> strReturns a fully-qualified version string.
See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectAsyncClient.version_path
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 ) -> strReturns 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) -> strReturns a fully-qualified api string.
See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.api_path
google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.attribute_path
attribute_path(project: str, location: str, attribute: str) -> strReturns 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]]] = () ) -> NoneStarts 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.OperationCollect 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) -> strReturns a fully-qualified billing_account string.
See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.common_billing_account_path
google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.common_folder_path
google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.common_location_path
google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.common_organization_path
google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.common_project_path
google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.definition_path
definition_path( project: str, location: str, api: str, version: str, definition: str ) -> strReturns 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]]] = () ) -> NoneDeletes a long-running operation.
See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.delete_operation
google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.deployment_path
deployment_path(project: str, location: str, deployment: str) -> strReturns 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.LocationGets information about a location.
See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.get_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, )Deprecated.
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.OperationGets 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.ListLocationsResponseLists 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.ListOperationsResponseLists 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.
google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.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_collect.ApiHubCollectClient.parse_common_folder_path
google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.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_collect.ApiHubCollectClient.parse_common_location_path
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]Parse a project path into its component segments.
See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.parse_common_project_path
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 ) -> strReturns 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) -> strReturns a fully-qualified spec string.
See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.spec_path
google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.version_path
version_path(project: str, location: str, api: str, version: str) -> strReturns a fully-qualified version string.
See more: google.cloud.apihub_v1.services.api_hub_collect.ApiHubCollectClient.version_path
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]]] = () ) -> NoneStarts 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) -> strReturns a fully-qualified billing_account string.
See more: google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.common_billing_account_path
google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
See more: google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.common_folder_path
google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
See more: google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.common_location_path
google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
See more: google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.common_organization_path
google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
See more: google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.common_project_path
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.CurationCreate a curation resource in the API hub.
See more: google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.create_curation
google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.curation_path
curation_path(project: str, location: str, curation: str) -> strReturns a fully-qualified curation string.
See more: google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.curation_path
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]]] = () ) -> NoneDelete a curation resource in the API hub.
See more: google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.delete_curation
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]]] = () ) -> NoneDeletes a long-running operation.
See more: google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.delete_operation
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.CurationGet curation resource details.
See more: google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.get_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.LocationGets information about a location.
See more: google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.get_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.
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.OperationGets 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 ]Returns an appropriate transport class.
See more: google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.get_transport_class
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.ListCurationsAsyncPagerList curation resources in the API hub.
See more: google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.list_curations
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.ListLocationsResponseLists 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.ListOperationsResponseLists 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]Parse a billing_account path into its component segments.
google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.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.ApiHubCurateAsyncClient.parse_common_folder_path
google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.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.ApiHubCurateAsyncClient.parse_common_location_path
google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.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.ApiHubCurateAsyncClient.parse_common_project_path
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 ) -> strReturns 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.CurationUpdate a curation resource in the API hub.
See more: google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateAsyncClient.update_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]]] = () ) -> NoneStarts 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) -> strReturns a fully-qualified billing_account string.
See more: google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.common_billing_account_path
google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
See more: google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.common_folder_path
google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
See more: google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.common_location_path
google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
See more: google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.common_organization_path
google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
See more: google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.common_project_path
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.CurationCreate 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) -> strReturns 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]]] = () ) -> NoneDelete 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]]] = () ) -> NoneDeletes a long-running operation.
See more: google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.delete_operation
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.CurationGet curation resource details.
See more: google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.get_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.LocationGets information about a location.
See more: google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.get_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, )Deprecated.
See more: google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.get_mtls_endpoint_and_cert_source
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.OperationGets 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.ListCurationsPagerList curation resources in the API hub.
See more: google.cloud.apihub_v1.services.api_hub_curate.ApiHubCurateClient.list_curations
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.ListLocationsResponseLists 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.ListOperationsResponseLists 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 ) -> strReturns 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.CurationUpdate 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]]] = () )Instantiates the pager.
See more: google.cloud.apihub_v1.services.api_hub_curate.pagers.ListCurationsAsyncPager
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]]] = () )Instantiate the pager.
See more: google.cloud.apihub_v1.services.api_hub_curate.pagers.ListCurationsPager
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) -> strReturns a fully-qualified attribute string.
See more: google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient.attribute_path
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]]] = () ) -> NoneStarts 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) -> strReturns a fully-qualified billing_account string.
google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
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.DependencyCreate 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]]] = () ) -> NoneDelete the dependency resource.
See more: google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient.delete_dependency
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]]] = () ) -> NoneDeletes a long-running operation.
See more: google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient.delete_operation
google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient.dependency_path
dependency_path(project: str, location: str, dependency: str) -> strReturns a fully-qualified dependency string.
See more: google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient.dependency_path
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.
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.
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.
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.DependencyGet 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.LocationGets information about a location.
See more: google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient.get_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, )Return the API endpoint and client cert source for mutual TLS.
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.OperationGets the latest state of a long-running operation.
See more: google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient.get_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 ]Returns an appropriate transport class.
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.ListLocationsResponseLists 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.ListOperationsResponseLists 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]Parses a attribute path into its component segments.
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]Parse a billing_account path into its component segments.
google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesAsyncClient.parse_dependency_path
parse_dependency_path(path: str) -> typing.Dict[str, str]Parses a dependency path into its component segments.
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.DependencyUpdate 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)Releases underlying transport's resources.
See more: google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.exit
google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.attribute_path
attribute_path(project: str, location: str, attribute: str) -> strReturns a fully-qualified attribute string.
See more: google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.attribute_path
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]]] = () ) -> NoneStarts 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) -> strReturns a fully-qualified billing_account string.
google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
See more: google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.common_folder_path
google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
See more: google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.common_location_path
google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
See more: google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.common_project_path
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.DependencyCreate 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]]] = () ) -> NoneDelete the dependency resource.
See more: google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.delete_dependency
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]]] = () ) -> NoneDeletes a long-running operation.
See more: google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.delete_operation
google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.dependency_path
dependency_path(project: str, location: str, dependency: str) -> strReturns a fully-qualified dependency string.
See more: google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.dependency_path
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.
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.
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.
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.DependencyGet 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.LocationGets information about a location.
See more: google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.get_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, )Deprecated.
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.OperationGets 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.ListDependenciesPagerList 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.ListLocationsResponseLists 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.ListOperationsResponseLists 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]Parses a attribute path into its component segments.
See more: google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.parse_attribute_path
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]Parse a billing_account path into its component segments.
google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.parse_dependency_path
parse_dependency_path(path: str) -> typing.Dict[str, str]Parses a dependency path into its component segments.
See more: google.cloud.apihub_v1.services.api_hub_dependencies.ApiHubDependenciesClient.parse_dependency_path
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.DependencyUpdate 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]]] = () )Instantiates the pager.
See more: google.cloud.apihub_v1.services.api_hub_dependencies.pagers.ListDependenciesAsyncPager
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]]] = () )Instantiate the pager.
See more: google.cloud.apihub_v1.services.api_hub_dependencies.pagers.ListDependenciesPager
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]]] = () ) -> NoneStarts 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) -> strReturns a fully-qualified billing_account string.
google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
See more: google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.common_folder_path
google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
See more: google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.common_location_path
google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
See more: google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.common_project_path
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]]] = () ) -> NoneDeletes a long-running operation.
See more: google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.delete_operation
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 ) -> strReturns a fully-qualified discovered_api_observation string.
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, ) -> strReturns a fully-qualified discovered_api_operation string.
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.
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.
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.
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.DiscoveredApiObservationGets a DiscoveredAPIObservation in a given project, location and ApiObservation.
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.DiscoveredApiOperationGets a DiscoveredAPIOperation in a given project, location, ApiObservation and ApiOperation.
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.LocationGets information about a location.
See more: google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.get_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.
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.OperationGets 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 ]Returns an appropriate transport class.
See more: google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.get_transport_class
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.
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.
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.ListLocationsResponseLists 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.ListOperationsResponseLists 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]Parse a billing_account path into its component segments.
google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
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.
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.
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.
google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.plugin_instance_path
plugin_instance_path( project: str, location: str, plugin: str, instance: str ) -> strReturns a fully-qualified plugin_instance string.
See more: google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryAsyncClient.plugin_instance_path
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]]] = () ) -> NoneStarts 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) -> strReturns a fully-qualified billing_account string.
See more: google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.common_billing_account_path
google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
See more: google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.common_folder_path
google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
See more: google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.common_location_path
google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
See more: google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.common_organization_path
google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
See more: google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.common_project_path
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]]] = () ) -> NoneDeletes a long-running operation.
See more: google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.delete_operation
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 ) -> strReturns a fully-qualified discovered_api_observation string.
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, ) -> strReturns a fully-qualified discovered_api_operation string.
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.DiscoveredApiObservationGets a DiscoveredAPIObservation in a given project, location and ApiObservation.
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.DiscoveredApiOperationGets 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.LocationGets information about a location.
See more: google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.get_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, )Deprecated.
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.OperationGets 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.
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.
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.ListLocationsResponseLists 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.ListOperationsResponseLists 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]Parse a billing_account path into its component segments.
google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.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_discovery.ApiHubDiscoveryClient.parse_common_folder_path
google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.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_discovery.ApiHubDiscoveryClient.parse_common_location_path
google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.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_discovery.ApiHubDiscoveryClient.parse_common_project_path
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.
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.
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 ) -> strReturns a fully-qualified plugin_instance string.
See more: google.cloud.apihub_v1.services.api_hub_discovery.ApiHubDiscoveryClient.plugin_instance_path
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]]] = () )Instantiates the pager.
See more: google.cloud.apihub_v1.services.api_hub_discovery.pagers.ListDiscoveredApiObservationsAsyncPager
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]]] = () )Instantiate the pager.
See more: google.cloud.apihub_v1.services.api_hub_discovery.pagers.ListDiscoveredApiObservationsPager
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]]] = () )Instantiates the pager.
See more: google.cloud.apihub_v1.services.api_hub_discovery.pagers.ListDiscoveredApiOperationsAsyncPager
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]]] = () )Instantiate the pager.
See more: google.cloud.apihub_v1.services.api_hub_discovery.pagers.ListDiscoveredApiOperationsPager
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) -> strReturns a fully-qualified attribute string.
See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.attribute_path
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]]] = () ) -> NoneStarts 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) -> strReturns a fully-qualified billing_account string.
See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.common_billing_account_path
google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.common_folder_path
google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.common_location_path
google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.common_organization_path
google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.common_project_path
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.PluginCreate 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.AsyncOperationCreates a Plugin instance in the API hub.
See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.create_plugin_instance
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]]] = () ) -> NoneDeletes a long-running operation.
See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.delete_operation
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.AsyncOperationDelete a Plugin in API hub.
See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.delete_plugin
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.AsyncOperationDeletes a plugin instance in the API hub.
See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.delete_plugin_instance
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.PluginDisables a plugin.
See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.disable_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.AsyncOperationDisables a plugin instance in the API hub.
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.PluginEnables a plugin.
See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.enable_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.AsyncOperationEnables a plugin instance in the API hub.
See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.enable_plugin_instance_action
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.AsyncOperationExecutes a plugin instance in the API hub.
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.LocationGets information about a location.
See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.get_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.
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.OperationGets 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.PluginGet an API Hub plugin.
See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.get_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.PluginInstanceGet an API Hub plugin instance.
See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.get_plugin_instance
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 ]Returns an appropriate transport class.
See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.get_transport_class
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.ListLocationsResponseLists 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.ListOperationsResponseLists 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.ListPluginsAsyncPagerList 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]Parse a billing_account path into its component segments.
google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.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.ApiHubPluginAsyncClient.parse_common_folder_path
google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.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.ApiHubPluginAsyncClient.parse_common_location_path
google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.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.ApiHubPluginAsyncClient.parse_common_project_path
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 ) -> strReturns 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) -> strReturns a fully-qualified plugin string.
See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.plugin_path
google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.service_account_path
service_account_path(project: str, service_account: str) -> strReturns 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.PluginInstanceUpdates a plugin instance in the API hub.
See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginAsyncClient.update_plugin_instance
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) -> strReturns 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]]] = () ) -> NoneStarts 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) -> strReturns a fully-qualified billing_account string.
See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.common_billing_account_path
google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.common_folder_path
google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.common_location_path
google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.common_organization_path
google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.common_project_path
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.PluginCreate 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.OperationCreates a Plugin instance in the API hub.
See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.create_plugin_instance
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]]] = () ) -> NoneDeletes a long-running operation.
See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.delete_operation
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.OperationDelete a Plugin in API hub.
See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.delete_plugin
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.OperationDeletes a plugin instance in the API hub.
See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.delete_plugin_instance
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.PluginDisables a plugin.
See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.disable_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.OperationDisables a plugin instance in the API hub.
See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.disable_plugin_instance_action
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.PluginEnables a plugin.
See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.enable_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.OperationEnables a plugin instance in the API hub.
See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.enable_plugin_instance_action
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.OperationExecutes a plugin instance in the API hub.
See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.execute_plugin_instance_action
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.LocationGets information about a location.
See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.get_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, )Deprecated.
See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.get_mtls_endpoint_and_cert_source
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.OperationGets 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.PluginGet an API Hub plugin.
See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.get_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.PluginInstanceGet an API Hub plugin instance.
See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.get_plugin_instance
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.ListLocationsResponseLists 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.ListOperationsResponseLists 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.ListPluginInstancesPagerList 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.ListPluginsPagerList 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 ) -> strReturns 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) -> strReturns 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) -> strReturns 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.PluginInstanceUpdates a plugin instance in the API hub.
See more: google.cloud.apihub_v1.services.api_hub_plugin.ApiHubPluginClient.update_plugin_instance
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]]] = () )Instantiates the pager.
See more: google.cloud.apihub_v1.services.api_hub_plugin.pagers.ListPluginInstancesAsyncPager
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]]] = () )Instantiate the pager.
See more: google.cloud.apihub_v1.services.api_hub_plugin.pagers.ListPluginInstancesPager
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]]] = () )Instantiates the pager.
See more: google.cloud.apihub_v1.services.api_hub_plugin.pagers.ListPluginsAsyncPager
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]]] = () )Instantiate the pager.
See more: google.cloud.apihub_v1.services.api_hub_plugin.pagers.ListPluginsPager
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.
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]]] = () ) -> NoneStarts asynchronous cancellation on a long-running operation.
google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
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 )Create a host project registration.
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]]] = () ) -> NoneDeletes a long-running operation.
google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
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 )Get a host project registration.
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.LocationGets information about a 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, )Return the API endpoint and client cert source for mutual TLS.
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.OperationGets the latest state of a long-running 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 ]Returns an appropriate transport class.
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 ) -> strReturns a fully-qualified host_project_registration string.
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 )Lists host project registrations.
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.ListLocationsResponseLists information about the supported locations for this service.
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.ListOperationsResponseLists operations that match the specified filter in the request.
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]Parse a billing_account path into its component segments.
google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
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]Parses a host_project_registration path into its component segments.
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.
google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceClient.__exit__
__exit__(type, value, traceback)Releases underlying transport's resources.
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]]] = () ) -> NoneStarts asynchronous cancellation on a long-running operation.
google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
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 )Create a host project registration.
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]]] = () ) -> NoneDeletes a long-running operation.
google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
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 )Get a host project registration.
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.LocationGets information about a 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, )Deprecated.
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.OperationGets the latest state of a long-running 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 ) -> strReturns a fully-qualified host_project_registration string.
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 )Lists host project registrations.
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.ListLocationsResponseLists information about the supported locations for this service.
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.ListOperationsResponseLists operations that match the specified filter in the request.
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]Parse a billing_account path into its component segments.
google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.apihub_v1.services.host_project_registration_service.HostProjectRegistrationServiceClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
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]Parses a host_project_registration path into its component segments.
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]]] = () )Instantiates the pager.
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]]] = () )Instantiate the pager.
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]]] = () ) -> NoneStarts 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) -> strReturns a fully-qualified billing_account string.
google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
See more: google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.common_folder_path
google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
See more: google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.common_location_path
google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
See more: google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.common_organization_path
google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
See more: google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.common_project_path
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]]] = () ) -> NoneDeletes a long-running operation.
See more: google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.delete_operation
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.LocationGets information about a location.
See more: google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.get_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.
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.OperationGets 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.StyleGuideGet the style guide being used for linting.
See more: google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.get_style_guide
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.StyleGuideContentsGet the contents of the style guide.
See more: google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.get_style_guide_contents
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 ]Returns an appropriate transport class.
See more: google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.get_transport_class
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]]] = () ) -> NoneLints 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.ListLocationsResponseLists 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.ListOperationsResponseLists 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]Parse a billing_account path into its component segments.
google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.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.linting_service.LintingServiceAsyncClient.parse_common_folder_path
google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.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.linting_service.LintingServiceAsyncClient.parse_common_location_path
google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.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.linting_service.LintingServiceAsyncClient.parse_common_project_path
google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.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.LintingServiceAsyncClient.parse_spec_path
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) -> strReturns a fully-qualified spec string.
See more: google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.spec_path
google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.style_guide_path
style_guide_path(project: str, location: str, plugin: str) -> strReturns a fully-qualified style_guide string.
See more: google.cloud.apihub_v1.services.linting_service.LintingServiceAsyncClient.style_guide_path
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.StyleGuideUpdate 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]]] = () ) -> NoneStarts 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) -> strReturns a fully-qualified billing_account string.
See more: google.cloud.apihub_v1.services.linting_service.LintingServiceClient.common_billing_account_path
google.cloud.apihub_v1.services.linting_service.LintingServiceClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
See more: google.cloud.apihub_v1.services.linting_service.LintingServiceClient.common_folder_path
google.cloud.apihub_v1.services.linting_service.LintingServiceClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
See more: google.cloud.apihub_v1.services.linting_service.LintingServiceClient.common_location_path
google.cloud.apihub_v1.services.linting_service.LintingServiceClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
See more: google.cloud.apihub_v1.services.linting_service.LintingServiceClient.common_organization_path
google.cloud.apihub_v1.services.linting_service.LintingServiceClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
See more: google.cloud.apihub_v1.services.linting_service.LintingServiceClient.common_project_path
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]]] = () ) -> NoneDeletes a long-running operation.
See more: google.cloud.apihub_v1.services.linting_service.LintingServiceClient.delete_operation
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.LocationGets information about a location.
See more: google.cloud.apihub_v1.services.linting_service.LintingServiceClient.get_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, )Deprecated.
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.OperationGets 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.StyleGuideGet the style guide being used for linting.
See more: google.cloud.apihub_v1.services.linting_service.LintingServiceClient.get_style_guide
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.StyleGuideContentsGet the contents of the style guide.
See more: google.cloud.apihub_v1.services.linting_service.LintingServiceClient.get_style_guide_contents
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]]] = () ) -> NoneLints 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.ListLocationsResponseLists 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.ListOperationsResponseLists 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.
google.cloud.apihub_v1.services.linting_service.LintingServiceClient.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.linting_service.LintingServiceClient.parse_common_folder_path
google.cloud.apihub_v1.services.linting_service.LintingServiceClient.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.linting_service.LintingServiceClient.parse_common_location_path
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]Parse a project path into its component segments.
See more: google.cloud.apihub_v1.services.linting_service.LintingServiceClient.parse_common_project_path
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) -> strReturns a fully-qualified spec string.
See more: google.cloud.apihub_v1.services.linting_service.LintingServiceClient.spec_path
google.cloud.apihub_v1.services.linting_service.LintingServiceClient.style_guide_path
style_guide_path(project: str, location: str, plugin: str) -> strReturns 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.StyleGuideUpdate 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) -> strReturns 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]]] = () ) -> NoneStarts 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) -> strReturns a fully-qualified billing_account string.
See more: google.cloud.apihub_v1.services.provisioning.ProvisioningAsyncClient.common_billing_account_path
google.cloud.apihub_v1.services.provisioning.ProvisioningAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
See more: google.cloud.apihub_v1.services.provisioning.ProvisioningAsyncClient.common_folder_path
google.cloud.apihub_v1.services.provisioning.ProvisioningAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
See more: google.cloud.apihub_v1.services.provisioning.ProvisioningAsyncClient.common_location_path
google.cloud.apihub_v1.services.provisioning.ProvisioningAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
See more: google.cloud.apihub_v1.services.provisioning.ProvisioningAsyncClient.common_organization_path
google.cloud.apihub_v1.services.provisioning.ProvisioningAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
See more: google.cloud.apihub_v1.services.provisioning.ProvisioningAsyncClient.common_project_path
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.AsyncOperationProvisions instance resources for the API Hub.
See more: google.cloud.apihub_v1.services.provisioning.ProvisioningAsyncClient.create_api_hub_instance
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.AsyncOperationDeletes the API hub instance.
See more: google.cloud.apihub_v1.services.provisioning.ProvisioningAsyncClient.delete_api_hub_instance
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]]] = () ) -> NoneDeletes a long-running operation.
See more: google.cloud.apihub_v1.services.provisioning.ProvisioningAsyncClient.delete_operation
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.ApiHubInstanceGets details of a single API Hub instance.
See more: google.cloud.apihub_v1.services.provisioning.ProvisioningAsyncClient.get_api_hub_instance
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.LocationGets information about a location.
See more: google.cloud.apihub_v1.services.provisioning.ProvisioningAsyncClient.get_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.
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.OperationGets 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 ]Returns an appropriate transport class.
See more: google.cloud.apihub_v1.services.provisioning.ProvisioningAsyncClient.get_transport_class
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.ListLocationsResponseLists 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.ListOperationsResponseLists 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.LookupApiHubInstanceResponseLooks 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.
google.cloud.apihub_v1.services.provisioning.ProvisioningAsyncClient.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.ProvisioningAsyncClient.parse_common_folder_path
google.cloud.apihub_v1.services.provisioning.ProvisioningAsyncClient.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.ProvisioningAsyncClient.parse_common_location_path
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]Parse a project path into its component segments.
See more: google.cloud.apihub_v1.services.provisioning.ProvisioningAsyncClient.parse_common_project_path
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) -> strReturns 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]]] = () ) -> NoneStarts 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) -> strReturns 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) -> strReturns a fully-qualified folder string.
See more: google.cloud.apihub_v1.services.provisioning.ProvisioningClient.common_folder_path
google.cloud.apihub_v1.services.provisioning.ProvisioningClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
See more: google.cloud.apihub_v1.services.provisioning.ProvisioningClient.common_location_path
google.cloud.apihub_v1.services.provisioning.ProvisioningClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
See more: google.cloud.apihub_v1.services.provisioning.ProvisioningClient.common_organization_path
google.cloud.apihub_v1.services.provisioning.ProvisioningClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
See more: google.cloud.apihub_v1.services.provisioning.ProvisioningClient.common_project_path
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.OperationProvisions 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.OperationDeletes the API hub instance.
See more: google.cloud.apihub_v1.services.provisioning.ProvisioningClient.delete_api_hub_instance
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]]] = () ) -> NoneDeletes a long-running operation.
See more: google.cloud.apihub_v1.services.provisioning.ProvisioningClient.delete_operation
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.ApiHubInstanceGets details of a single API Hub instance.
See more: google.cloud.apihub_v1.services.provisioning.ProvisioningClient.get_api_hub_instance
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.LocationGets information about a location.
See more: google.cloud.apihub_v1.services.provisioning.ProvisioningClient.get_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, )Deprecated.
See more: google.cloud.apihub_v1.services.provisioning.ProvisioningClient.get_mtls_endpoint_and_cert_source
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.OperationGets 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.ListLocationsResponseLists 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.ListOperationsResponseLists 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.LookupApiHubInstanceResponseLooks 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.
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]]] = () ) -> NoneStarts asynchronous cancellation on a long-running operation.
google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
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 )Attaches a runtime project to the host project.
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]]] = () ) -> NoneDeletes a long-running operation.
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]]] = () ) -> NoneDelete a runtime project attachment in the API Hub.
google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
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.LocationGets information about a 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, )Return the API endpoint and client cert source for mutual TLS.
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.OperationGets the latest state of a long-running 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 )Gets a runtime project attachment.
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 ]Returns an appropriate transport class.
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.ListLocationsResponseLists information about the supported locations for this service.
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.ListOperationsResponseLists operations that match the specified filter in the request.
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 )List runtime projects attached to the host project.
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 )Look up a runtime project attachment.
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]Parse a billing_account path into its component segments.
google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
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]Parses a runtime_project_attachment path into its component segments.
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 ) -> strReturns a fully-qualified runtime_project_attachment string.
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.
google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceClient.__exit__
__exit__(type, value, traceback)Releases underlying transport's resources.
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]]] = () ) -> NoneStarts asynchronous cancellation on a long-running operation.
google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
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 )Attaches a runtime project to the host project.
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]]] = () ) -> NoneDeletes a long-running operation.
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]]] = () ) -> NoneDelete a runtime project attachment in the API Hub.
google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
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.LocationGets information about a 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, )Deprecated.
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.OperationGets the latest state of a long-running 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 )Gets a runtime project attachment.
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.ListLocationsResponseLists information about the supported locations for this service.
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.ListOperationsResponseLists operations that match the specified filter in the request.
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 )List runtime projects attached to the host project.
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 )Look up a runtime project attachment.
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]Parse a billing_account path into its component segments.
google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.apihub_v1.services.runtime_project_attachment_service.RuntimeProjectAttachmentServiceClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
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]Parses a runtime_project_attachment path into its component segments.
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 ) -> strReturns a fully-qualified runtime_project_attachment string.
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]]] = () )Instantiates the pager.
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]]] = () )Instantiate the pager.