Package Methods (0.2.0)

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

google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient

AppPlatformAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.visionai_v1.services.app_platform.transports.base.AppPlatformTransport, typing.Callable[[...], google.cloud.visionai_v1.services.app_platform.transports.base.AppPlatformTransport]]] = '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 app platform async client.

See more: google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient

google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.add_application_stream_input

add_application_stream_input( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.platform.AddApplicationStreamInputRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.application_path

application_path(project: str, location: str, application: str) -> str

google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.cancel_operation

google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.common_location_path

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

google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.create_application

create_application( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.platform.CreateApplicationRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, application: typing.Optional[ google.cloud.visionai_v1.types.platform.Application ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

Creates a new Application in a given project and location.

See more: google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.create_application

google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.create_application_instances

create_application_instances( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.platform.CreateApplicationInstancesRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.create_draft

create_draft( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.platform.CreateDraftRequest, dict] ] = None, *, parent: typing.Optional[str] = None, draft: typing.Optional[google.cloud.visionai_v1.types.platform.Draft] = None, draft_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

Creates a new Draft in a given project and location.

See more: google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.create_draft

google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.create_processor

create_processor( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.platform.CreateProcessorRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, processor: typing.Optional[ google.cloud.visionai_v1.types.platform.Processor ] = None, processor_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

Creates a new Processor in a given project and location.

See more: google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.create_processor

google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.delete_application

delete_application( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.platform.DeleteApplicationRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.delete_application_instances

delete_application_instances( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.platform.DeleteApplicationInstancesRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

Remove target stream input to the Application, if the Application is deployed, the corresponding instance based will be deleted.

See more: google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.delete_application_instances

google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.delete_draft

delete_draft( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.platform.DeleteDraftRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.delete_processor

delete_processor( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.platform.DeleteProcessorRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.deploy_application

deploy_application( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.platform.DeployApplicationRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.draft_path

draft_path(project: str, location: str, application: str, draft: str) -> str

google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.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.visionai_v1.services.app_platform.AppPlatformAsyncClient.from_service_account_file

google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.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.visionai_v1.services.app_platform.AppPlatformAsyncClient.from_service_account_info

google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.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.visionai_v1.services.app_platform.AppPlatformAsyncClient.from_service_account_json

google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.get_application

get_application( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.platform.GetApplicationRequest, 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.visionai_v1.types.platform.Application

google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.get_draft

get_draft( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.platform.GetDraftRequest, 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.visionai_v1.types.platform.Draft

google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.get_instance

get_instance( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.platform.GetInstanceRequest, 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.visionai_v1.types.platform.Instance

google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.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.visionai_v1.services.app_platform.AppPlatformAsyncClient.get_mtls_endpoint_and_cert_source

google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.get_operation

google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.get_processor

get_processor( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.platform.GetProcessorRequest, 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.visionai_v1.types.platform.Processor

google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.get_transport_class

get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.visionai_v1.services.app_platform.transports.base.AppPlatformTransport ]

google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.instance_path

instance_path(project: str, location: str, application: str, instance: str) -> str

google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.list_applications

list_applications( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.platform.ListApplicationsRequest, 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.visionai_v1.services.app_platform.pagers.ListApplicationsAsyncPager

Lists Applications in a given project and location.

See more: google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.list_applications

google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.list_drafts

list_drafts( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.platform.ListDraftsRequest, 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.visionai_v1.services.app_platform.pagers.ListDraftsAsyncPager

Lists Drafts in a given project and location.

See more: google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.list_drafts

google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.list_instances

list_instances( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.platform.ListInstancesRequest, 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.visionai_v1.services.app_platform.pagers.ListInstancesAsyncPager

Lists Instances in a given project and location.

See more: google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.list_instances

google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.list_operations

google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.list_prebuilt_processors

list_prebuilt_processors( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.platform.ListPrebuiltProcessorsRequest, 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.visionai_v1.types.platform.ListPrebuiltProcessorsResponse

ListPrebuiltProcessors is a custom pass-through verb that Lists Prebuilt Processors.

See more: google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.list_prebuilt_processors

google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.list_processors

list_processors( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.platform.ListProcessorsRequest, 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.visionai_v1.services.app_platform.pagers.ListProcessorsAsyncPager

Lists Processors in a given project and location.

See more: google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.list_processors

google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.parse_application_path

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

Parses a application path into its component segments.

See more: google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.parse_application_path

google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.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.visionai_v1.services.app_platform.AppPlatformAsyncClient.parse_common_billing_account_path

google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.parse_common_folder_path

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

google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.parse_common_location_path

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

google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.parse_common_organization_path

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

google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.parse_common_project_path

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

google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.parse_draft_path

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

Parses a draft path into its component segments.

See more: google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.parse_draft_path

google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.parse_instance_path

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

Parses a instance path into its component segments.

See more: google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.parse_instance_path

google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.parse_processor_path

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

Parses a processor path into its component segments.

See more: google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.parse_processor_path

google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.parse_stream_path

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

Parses a stream path into its component segments.

See more: google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.parse_stream_path

google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.processor_path

processor_path(project: str, location: str, processor: str) -> str

google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.remove_application_stream_input

remove_application_stream_input( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.platform.RemoveApplicationStreamInputRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

Remove target stream input to the Application, if the Application is deployed, the corresponding instance based will be deleted.

See more: google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.remove_application_stream_input

google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.stream_path

stream_path(project: str, location: str, cluster: str, stream: str) -> str

google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.undeploy_application

undeploy_application( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.platform.UndeployApplicationRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.update_application

update_application( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.platform.UpdateApplicationRequest, dict ] ] = None, *, application: typing.Optional[ google.cloud.visionai_v1.types.platform.Application ] = 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.api_core.operation_async.AsyncOperation

Updates the parameters of a single Application.

See more: google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.update_application

google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.update_application_instances

update_application_instances( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.platform.UpdateApplicationInstancesRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, application_instances: typing.Optional[ typing.MutableSequence[ google.cloud.visionai_v1.types.platform.UpdateApplicationInstancesRequest.UpdateApplicationInstance ] ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.update_application_stream_input

update_application_stream_input( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.platform.UpdateApplicationStreamInputRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

Update target stream input to the Application, if the Application is deployed, the corresponding instance based will be deployed.

See more: google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.update_application_stream_input

google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.update_draft

update_draft( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.platform.UpdateDraftRequest, dict] ] = None, *, draft: typing.Optional[google.cloud.visionai_v1.types.platform.Draft] = 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.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1.services.app_platform.AppPlatformAsyncClient.update_processor

update_processor( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.platform.UpdateProcessorRequest, dict ] ] = None, *, processor: typing.Optional[ google.cloud.visionai_v1.types.platform.Processor ] = 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.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1.services.app_platform.AppPlatformClient

AppPlatformClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.visionai_v1.services.app_platform.transports.base.AppPlatformTransport, typing.Callable[[...], google.cloud.visionai_v1.services.app_platform.transports.base.AppPlatformTransport]]] = 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 app platform client.

See more: google.cloud.visionai_v1.services.app_platform.AppPlatformClient

google.cloud.visionai_v1.services.app_platform.AppPlatformClient.__exit__

__exit__(type, value, traceback)

Releases underlying transport's resources.

See more: google.cloud.visionai_v1.services.app_platform.AppPlatformClient.exit

google.cloud.visionai_v1.services.app_platform.AppPlatformClient.add_application_stream_input

add_application_stream_input( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.platform.AddApplicationStreamInputRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.visionai_v1.services.app_platform.AppPlatformClient.application_path

application_path(project: str, location: str, application: str) -> str

Returns a fully-qualified application string.

See more: google.cloud.visionai_v1.services.app_platform.AppPlatformClient.application_path

google.cloud.visionai_v1.services.app_platform.AppPlatformClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.visionai_v1.services.app_platform.AppPlatformClient.cancel_operation

google.cloud.visionai_v1.services.app_platform.AppPlatformClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.visionai_v1.services.app_platform.AppPlatformClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.visionai_v1.services.app_platform.AppPlatformClient.common_location_path

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

google.cloud.visionai_v1.services.app_platform.AppPlatformClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.visionai_v1.services.app_platform.AppPlatformClient.common_project_path

common_project_path(project: str) -> str

google.cloud.visionai_v1.services.app_platform.AppPlatformClient.create_application

create_application( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.platform.CreateApplicationRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, application: typing.Optional[ google.cloud.visionai_v1.types.platform.Application ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

Creates a new Application in a given project and location.

See more: google.cloud.visionai_v1.services.app_platform.AppPlatformClient.create_application

google.cloud.visionai_v1.services.app_platform.AppPlatformClient.create_application_instances

create_application_instances( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.platform.CreateApplicationInstancesRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.visionai_v1.services.app_platform.AppPlatformClient.create_draft

create_draft( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.platform.CreateDraftRequest, dict] ] = None, *, parent: typing.Optional[str] = None, draft: typing.Optional[google.cloud.visionai_v1.types.platform.Draft] = None, draft_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

Creates a new Draft in a given project and location.

See more: google.cloud.visionai_v1.services.app_platform.AppPlatformClient.create_draft

google.cloud.visionai_v1.services.app_platform.AppPlatformClient.create_processor

create_processor( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.platform.CreateProcessorRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, processor: typing.Optional[ google.cloud.visionai_v1.types.platform.Processor ] = None, processor_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

Creates a new Processor in a given project and location.

See more: google.cloud.visionai_v1.services.app_platform.AppPlatformClient.create_processor

google.cloud.visionai_v1.services.app_platform.AppPlatformClient.delete_application

delete_application( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.platform.DeleteApplicationRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.visionai_v1.services.app_platform.AppPlatformClient.delete_application_instances

delete_application_instances( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.platform.DeleteApplicationInstancesRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

Remove target stream input to the Application, if the Application is deployed, the corresponding instance based will be deleted.

See more: google.cloud.visionai_v1.services.app_platform.AppPlatformClient.delete_application_instances

google.cloud.visionai_v1.services.app_platform.AppPlatformClient.delete_draft

delete_draft( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.platform.DeleteDraftRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.visionai_v1.services.app_platform.AppPlatformClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.visionai_v1.services.app_platform.AppPlatformClient.delete_processor

delete_processor( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.platform.DeleteProcessorRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.visionai_v1.services.app_platform.AppPlatformClient.deploy_application

deploy_application( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.platform.DeployApplicationRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.visionai_v1.services.app_platform.AppPlatformClient.draft_path

draft_path(project: str, location: str, application: str, draft: str) -> str

Returns a fully-qualified draft string.

See more: google.cloud.visionai_v1.services.app_platform.AppPlatformClient.draft_path

google.cloud.visionai_v1.services.app_platform.AppPlatformClient.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.visionai_v1.services.app_platform.AppPlatformClient.from_service_account_file

google.cloud.visionai_v1.services.app_platform.AppPlatformClient.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.visionai_v1.services.app_platform.AppPlatformClient.from_service_account_info

google.cloud.visionai_v1.services.app_platform.AppPlatformClient.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.visionai_v1.services.app_platform.AppPlatformClient.from_service_account_json

google.cloud.visionai_v1.services.app_platform.AppPlatformClient.get_application

get_application( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.platform.GetApplicationRequest, 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.visionai_v1.types.platform.Application

google.cloud.visionai_v1.services.app_platform.AppPlatformClient.get_draft

get_draft( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.platform.GetDraftRequest, 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.visionai_v1.types.platform.Draft

google.cloud.visionai_v1.services.app_platform.AppPlatformClient.get_instance

get_instance( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.platform.GetInstanceRequest, 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.visionai_v1.types.platform.Instance

google.cloud.visionai_v1.services.app_platform.AppPlatformClient.get_mtls_endpoint_and_cert_source

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

google.cloud.visionai_v1.services.app_platform.AppPlatformClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.visionai_v1.services.app_platform.AppPlatformClient.get_operation

google.cloud.visionai_v1.services.app_platform.AppPlatformClient.get_processor

get_processor( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.platform.GetProcessorRequest, 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.visionai_v1.types.platform.Processor

google.cloud.visionai_v1.services.app_platform.AppPlatformClient.instance_path

instance_path(project: str, location: str, application: str, instance: str) -> str

Returns a fully-qualified instance string.

See more: google.cloud.visionai_v1.services.app_platform.AppPlatformClient.instance_path

google.cloud.visionai_v1.services.app_platform.AppPlatformClient.list_applications

list_applications( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.platform.ListApplicationsRequest, 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.visionai_v1.services.app_platform.pagers.ListApplicationsPager

Lists Applications in a given project and location.

See more: google.cloud.visionai_v1.services.app_platform.AppPlatformClient.list_applications

google.cloud.visionai_v1.services.app_platform.AppPlatformClient.list_drafts

list_drafts( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.platform.ListDraftsRequest, 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.visionai_v1.services.app_platform.pagers.ListDraftsPager

Lists Drafts in a given project and location.

See more: google.cloud.visionai_v1.services.app_platform.AppPlatformClient.list_drafts

google.cloud.visionai_v1.services.app_platform.AppPlatformClient.list_instances

list_instances( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.platform.ListInstancesRequest, 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.visionai_v1.services.app_platform.pagers.ListInstancesPager

Lists Instances in a given project and location.

See more: google.cloud.visionai_v1.services.app_platform.AppPlatformClient.list_instances

google.cloud.visionai_v1.services.app_platform.AppPlatformClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.visionai_v1.services.app_platform.AppPlatformClient.list_operations

google.cloud.visionai_v1.services.app_platform.AppPlatformClient.list_prebuilt_processors

list_prebuilt_processors( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.platform.ListPrebuiltProcessorsRequest, 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.visionai_v1.types.platform.ListPrebuiltProcessorsResponse

ListPrebuiltProcessors is a custom pass-through verb that Lists Prebuilt Processors.

See more: google.cloud.visionai_v1.services.app_platform.AppPlatformClient.list_prebuilt_processors

google.cloud.visionai_v1.services.app_platform.AppPlatformClient.list_processors

list_processors( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.platform.ListProcessorsRequest, 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.visionai_v1.services.app_platform.pagers.ListProcessorsPager

Lists Processors in a given project and location.

See more: google.cloud.visionai_v1.services.app_platform.AppPlatformClient.list_processors

google.cloud.visionai_v1.services.app_platform.AppPlatformClient.parse_application_path

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

Parses a application path into its component segments.

See more: google.cloud.visionai_v1.services.app_platform.AppPlatformClient.parse_application_path

google.cloud.visionai_v1.services.app_platform.AppPlatformClient.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.visionai_v1.services.app_platform.AppPlatformClient.parse_common_billing_account_path

google.cloud.visionai_v1.services.app_platform.AppPlatformClient.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.visionai_v1.services.app_platform.AppPlatformClient.parse_common_folder_path

google.cloud.visionai_v1.services.app_platform.AppPlatformClient.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.visionai_v1.services.app_platform.AppPlatformClient.parse_common_location_path

google.cloud.visionai_v1.services.app_platform.AppPlatformClient.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.visionai_v1.services.app_platform.AppPlatformClient.parse_common_organization_path

google.cloud.visionai_v1.services.app_platform.AppPlatformClient.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.visionai_v1.services.app_platform.AppPlatformClient.parse_common_project_path

google.cloud.visionai_v1.services.app_platform.AppPlatformClient.parse_draft_path

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

Parses a draft path into its component segments.

See more: google.cloud.visionai_v1.services.app_platform.AppPlatformClient.parse_draft_path

google.cloud.visionai_v1.services.app_platform.AppPlatformClient.parse_instance_path

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

Parses a instance path into its component segments.

See more: google.cloud.visionai_v1.services.app_platform.AppPlatformClient.parse_instance_path

google.cloud.visionai_v1.services.app_platform.AppPlatformClient.parse_processor_path

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

Parses a processor path into its component segments.

See more: google.cloud.visionai_v1.services.app_platform.AppPlatformClient.parse_processor_path

google.cloud.visionai_v1.services.app_platform.AppPlatformClient.parse_stream_path

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

Parses a stream path into its component segments.

See more: google.cloud.visionai_v1.services.app_platform.AppPlatformClient.parse_stream_path

google.cloud.visionai_v1.services.app_platform.AppPlatformClient.processor_path

processor_path(project: str, location: str, processor: str) -> str

Returns a fully-qualified processor string.

See more: google.cloud.visionai_v1.services.app_platform.AppPlatformClient.processor_path

google.cloud.visionai_v1.services.app_platform.AppPlatformClient.remove_application_stream_input

remove_application_stream_input( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.platform.RemoveApplicationStreamInputRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

Remove target stream input to the Application, if the Application is deployed, the corresponding instance based will be deleted.

See more: google.cloud.visionai_v1.services.app_platform.AppPlatformClient.remove_application_stream_input

google.cloud.visionai_v1.services.app_platform.AppPlatformClient.stream_path

stream_path(project: str, location: str, cluster: str, stream: str) -> str

Returns a fully-qualified stream string.

See more: google.cloud.visionai_v1.services.app_platform.AppPlatformClient.stream_path

google.cloud.visionai_v1.services.app_platform.AppPlatformClient.undeploy_application

undeploy_application( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.platform.UndeployApplicationRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.visionai_v1.services.app_platform.AppPlatformClient.update_application

update_application( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.platform.UpdateApplicationRequest, dict ] ] = None, *, application: typing.Optional[ google.cloud.visionai_v1.types.platform.Application ] = 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.api_core.operation.Operation

Updates the parameters of a single Application.

See more: google.cloud.visionai_v1.services.app_platform.AppPlatformClient.update_application

google.cloud.visionai_v1.services.app_platform.AppPlatformClient.update_application_instances

update_application_instances( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.platform.UpdateApplicationInstancesRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, application_instances: typing.Optional[ typing.MutableSequence[ google.cloud.visionai_v1.types.platform.UpdateApplicationInstancesRequest.UpdateApplicationInstance ] ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.visionai_v1.services.app_platform.AppPlatformClient.update_application_stream_input

update_application_stream_input( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.platform.UpdateApplicationStreamInputRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

Update target stream input to the Application, if the Application is deployed, the corresponding instance based will be deployed.

See more: google.cloud.visionai_v1.services.app_platform.AppPlatformClient.update_application_stream_input

google.cloud.visionai_v1.services.app_platform.AppPlatformClient.update_draft

update_draft( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.platform.UpdateDraftRequest, dict] ] = None, *, draft: typing.Optional[google.cloud.visionai_v1.types.platform.Draft] = 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.api_core.operation.Operation

Updates the parameters of a single Draft.

See more: google.cloud.visionai_v1.services.app_platform.AppPlatformClient.update_draft

google.cloud.visionai_v1.services.app_platform.AppPlatformClient.update_processor

update_processor( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.platform.UpdateProcessorRequest, dict ] ] = None, *, processor: typing.Optional[ google.cloud.visionai_v1.types.platform.Processor ] = 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.api_core.operation.Operation

Updates the parameters of a single Processor.

See more: google.cloud.visionai_v1.services.app_platform.AppPlatformClient.update_processor

google.cloud.visionai_v1.services.app_platform.pagers.ListApplicationsAsyncPager

ListApplicationsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.visionai_v1.types.platform.ListApplicationsResponse ], ], request: google.cloud.visionai_v1.types.platform.ListApplicationsRequest, response: google.cloud.visionai_v1.types.platform.ListApplicationsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1.services.app_platform.pagers.ListApplicationsPager

ListApplicationsPager( method: typing.Callable[ [...], google.cloud.visionai_v1.types.platform.ListApplicationsResponse ], request: google.cloud.visionai_v1.types.platform.ListApplicationsRequest, response: google.cloud.visionai_v1.types.platform.ListApplicationsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1.services.app_platform.pagers.ListDraftsAsyncPager

ListDraftsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[google.cloud.visionai_v1.types.platform.ListDraftsResponse], ], request: google.cloud.visionai_v1.types.platform.ListDraftsRequest, response: google.cloud.visionai_v1.types.platform.ListDraftsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1.services.app_platform.pagers.ListDraftsPager

ListDraftsPager( method: typing.Callable[ [...], google.cloud.visionai_v1.types.platform.ListDraftsResponse ], request: google.cloud.visionai_v1.types.platform.ListDraftsRequest, response: google.cloud.visionai_v1.types.platform.ListDraftsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1.services.app_platform.pagers.ListInstancesAsyncPager

ListInstancesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[google.cloud.visionai_v1.types.platform.ListInstancesResponse], ], request: google.cloud.visionai_v1.types.platform.ListInstancesRequest, response: google.cloud.visionai_v1.types.platform.ListInstancesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1.services.app_platform.pagers.ListInstancesPager

ListInstancesPager( method: typing.Callable[ [...], google.cloud.visionai_v1.types.platform.ListInstancesResponse ], request: google.cloud.visionai_v1.types.platform.ListInstancesRequest, response: google.cloud.visionai_v1.types.platform.ListInstancesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1.services.app_platform.pagers.ListProcessorsAsyncPager

ListProcessorsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.visionai_v1.types.platform.ListProcessorsResponse ], ], request: google.cloud.visionai_v1.types.platform.ListProcessorsRequest, response: google.cloud.visionai_v1.types.platform.ListProcessorsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1.services.app_platform.pagers.ListProcessorsPager

ListProcessorsPager( method: typing.Callable[ [...], google.cloud.visionai_v1.types.platform.ListProcessorsResponse ], request: google.cloud.visionai_v1.types.platform.ListProcessorsRequest, response: google.cloud.visionai_v1.types.platform.ListProcessorsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1.services.health_check_service.HealthCheckServiceAsyncClient

HealthCheckServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.visionai_v1.services.health_check_service.transports.base.HealthCheckServiceTransport, typing.Callable[[...], google.cloud.visionai_v1.services.health_check_service.transports.base.HealthCheckServiceTransport]]] = '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 health check service async client.

See more: google.cloud.visionai_v1.services.health_check_service.HealthCheckServiceAsyncClient

google.cloud.visionai_v1.services.health_check_service.HealthCheckServiceAsyncClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.visionai_v1.services.health_check_service.HealthCheckServiceAsyncClient.cancel_operation

google.cloud.visionai_v1.services.health_check_service.HealthCheckServiceAsyncClient.cluster_path

cluster_path(project: str, location: str, cluster: str) -> str

google.cloud.visionai_v1.services.health_check_service.HealthCheckServiceAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.visionai_v1.services.health_check_service.HealthCheckServiceAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.visionai_v1.services.health_check_service.HealthCheckServiceAsyncClient.common_location_path

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

google.cloud.visionai_v1.services.health_check_service.HealthCheckServiceAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.visionai_v1.services.health_check_service.HealthCheckServiceAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.visionai_v1.services.health_check_service.HealthCheckServiceAsyncClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.visionai_v1.services.health_check_service.HealthCheckServiceAsyncClient.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.visionai_v1.services.health_check_service.HealthCheckServiceAsyncClient.from_service_account_file

google.cloud.visionai_v1.services.health_check_service.HealthCheckServiceAsyncClient.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.visionai_v1.services.health_check_service.HealthCheckServiceAsyncClient.from_service_account_info

google.cloud.visionai_v1.services.health_check_service.HealthCheckServiceAsyncClient.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.visionai_v1.services.health_check_service.HealthCheckServiceAsyncClient.from_service_account_json

google.cloud.visionai_v1.services.health_check_service.HealthCheckServiceAsyncClient.get_mtls_endpoint_and_cert_source

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

google.cloud.visionai_v1.services.health_check_service.HealthCheckServiceAsyncClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.Operation

google.cloud.visionai_v1.services.health_check_service.HealthCheckServiceAsyncClient.get_transport_class

get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.visionai_v1.services.health_check_service.transports.base.HealthCheckServiceTransport ]

google.cloud.visionai_v1.services.health_check_service.HealthCheckServiceAsyncClient.health_check

health_check( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.health_service.HealthCheckRequest, 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]]] = () ) -> google.cloud.visionai_v1.types.health_service.HealthCheckResponse

HealthCheck method checks the health status of the cluster.

See more: google.cloud.visionai_v1.services.health_check_service.HealthCheckServiceAsyncClient.health_check

google.cloud.visionai_v1.services.health_check_service.HealthCheckServiceAsyncClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.visionai_v1.services.health_check_service.HealthCheckServiceAsyncClient.list_operations

google.cloud.visionai_v1.services.health_check_service.HealthCheckServiceAsyncClient.parse_cluster_path

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

google.cloud.visionai_v1.services.health_check_service.HealthCheckServiceAsyncClient.parse_common_billing_account_path

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

google.cloud.visionai_v1.services.health_check_service.HealthCheckServiceAsyncClient.parse_common_folder_path

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

google.cloud.visionai_v1.services.health_check_service.HealthCheckServiceAsyncClient.parse_common_location_path

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

google.cloud.visionai_v1.services.health_check_service.HealthCheckServiceAsyncClient.parse_common_organization_path

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

google.cloud.visionai_v1.services.health_check_service.HealthCheckServiceAsyncClient.parse_common_project_path

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

google.cloud.visionai_v1.services.health_check_service.HealthCheckServiceClient

HealthCheckServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.visionai_v1.services.health_check_service.transports.base.HealthCheckServiceTransport, typing.Callable[[...], google.cloud.visionai_v1.services.health_check_service.transports.base.HealthCheckServiceTransport]]] = 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 health check service client.

See more: google.cloud.visionai_v1.services.health_check_service.HealthCheckServiceClient

google.cloud.visionai_v1.services.health_check_service.HealthCheckServiceClient.__exit__

__exit__(type, value, traceback)

google.cloud.visionai_v1.services.health_check_service.HealthCheckServiceClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.visionai_v1.services.health_check_service.HealthCheckServiceClient.cancel_operation

google.cloud.visionai_v1.services.health_check_service.HealthCheckServiceClient.cluster_path

cluster_path(project: str, location: str, cluster: str) -> str

google.cloud.visionai_v1.services.health_check_service.HealthCheckServiceClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.visionai_v1.services.health_check_service.HealthCheckServiceClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.visionai_v1.services.health_check_service.HealthCheckServiceClient.common_location_path

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

google.cloud.visionai_v1.services.health_check_service.HealthCheckServiceClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.visionai_v1.services.health_check_service.HealthCheckServiceClient.common_project_path

common_project_path(project: str) -> str

google.cloud.visionai_v1.services.health_check_service.HealthCheckServiceClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.visionai_v1.services.health_check_service.HealthCheckServiceClient.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.visionai_v1.services.health_check_service.HealthCheckServiceClient.from_service_account_file

google.cloud.visionai_v1.services.health_check_service.HealthCheckServiceClient.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.visionai_v1.services.health_check_service.HealthCheckServiceClient.from_service_account_info

google.cloud.visionai_v1.services.health_check_service.HealthCheckServiceClient.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.visionai_v1.services.health_check_service.HealthCheckServiceClient.from_service_account_json

google.cloud.visionai_v1.services.health_check_service.HealthCheckServiceClient.get_mtls_endpoint_and_cert_source

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

google.cloud.visionai_v1.services.health_check_service.HealthCheckServiceClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.visionai_v1.services.health_check_service.HealthCheckServiceClient.get_operation

google.cloud.visionai_v1.services.health_check_service.HealthCheckServiceClient.health_check

health_check( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.health_service.HealthCheckRequest, 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]]] = () ) -> google.cloud.visionai_v1.types.health_service.HealthCheckResponse

HealthCheck method checks the health status of the cluster.

See more: google.cloud.visionai_v1.services.health_check_service.HealthCheckServiceClient.health_check

google.cloud.visionai_v1.services.health_check_service.HealthCheckServiceClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.visionai_v1.services.health_check_service.HealthCheckServiceClient.list_operations

google.cloud.visionai_v1.services.health_check_service.HealthCheckServiceClient.parse_cluster_path

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

google.cloud.visionai_v1.services.health_check_service.HealthCheckServiceClient.parse_common_billing_account_path

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

google.cloud.visionai_v1.services.health_check_service.HealthCheckServiceClient.parse_common_folder_path

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

google.cloud.visionai_v1.services.health_check_service.HealthCheckServiceClient.parse_common_location_path

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

google.cloud.visionai_v1.services.health_check_service.HealthCheckServiceClient.parse_common_organization_path

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

google.cloud.visionai_v1.services.health_check_service.HealthCheckServiceClient.parse_common_project_path

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

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient

LiveVideoAnalyticsAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.visionai_v1.services.live_video_analytics.transports.base.LiveVideoAnalyticsTransport, typing.Callable[[...], google.cloud.visionai_v1.services.live_video_analytics.transports.base.LiveVideoAnalyticsTransport]]] = '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 live video analytics async client.

See more: google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.analysis_path

analysis_path(project: str, location: str, cluster: str, analysis: str) -> str

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.batch_run_process

batch_run_process( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.lva_service.BatchRunProcessRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, requests: typing.Optional[ typing.MutableSequence[ google.cloud.visionai_v1.types.lva_service.CreateProcessRequest ] ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.cancel_operation

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.cluster_path

cluster_path(project: str, location: str, cluster: str) -> str

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.common_location_path

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

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.create_analysis

create_analysis( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.lva_service.CreateAnalysisRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, analysis: typing.Optional[ google.cloud.visionai_v1.types.lva_resources.Analysis ] = None, analysis_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

Creates a new Analysis in a given project and location.

See more: google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.create_analysis

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.create_operator

create_operator( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.lva_service.CreateOperatorRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, operator: typing.Optional[ google.cloud.visionai_v1.types.lva_resources.Operator ] = None, operator_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

Creates a new Operator in a given project and location.

See more: google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.create_operator

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.create_process

create_process( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.lva_service.CreateProcessRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, process: typing.Optional[ google.cloud.visionai_v1.types.lva_resources.Process ] = None, process_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

Creates a new Process in a given project and location.

See more: google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.create_process

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.delete_analysis

delete_analysis( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.lva_service.DeleteAnalysisRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.delete_operator

delete_operator( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.lva_service.DeleteOperatorRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.delete_process

delete_process( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.lva_service.DeleteProcessRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.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.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.from_service_account_file

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.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.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.from_service_account_info

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.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.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.from_service_account_json

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.get_analysis

get_analysis( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.lva_service.GetAnalysisRequest, 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.visionai_v1.types.lva_resources.Analysis

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.get_mtls_endpoint_and_cert_source

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

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.Operation

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.get_operator

get_operator( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.lva_service.GetOperatorRequest, 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.visionai_v1.types.lva_resources.Operator

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.get_process

get_process( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.lva_service.GetProcessRequest, 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.visionai_v1.types.lva_resources.Process

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.get_transport_class

get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.visionai_v1.services.live_video_analytics.transports.base.LiveVideoAnalyticsTransport ]

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.list_analyses

list_analyses( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.lva_service.ListAnalysesRequest, 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.visionai_v1.services.live_video_analytics.pagers.ListAnalysesAsyncPager )

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.list_operations

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.list_operators

list_operators( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.lva_service.ListOperatorsRequest, 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.visionai_v1.services.live_video_analytics.pagers.ListOperatorsAsyncPager )

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.list_processes

list_processes( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.lva_service.ListProcessesRequest, 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.visionai_v1.services.live_video_analytics.pagers.ListProcessesAsyncPager )

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.list_public_operators

list_public_operators( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.lva_service.ListPublicOperatorsRequest, 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.visionai_v1.services.live_video_analytics.pagers.ListPublicOperatorsAsyncPager )

ListPublicOperators returns all the operators in public registry.

See more: google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.list_public_operators

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.operator_path

operator_path(project: str, location: str, operator: str) -> str

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.parse_analysis_path

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

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.parse_cluster_path

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

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.parse_common_billing_account_path

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

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.parse_common_folder_path

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

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.parse_common_location_path

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

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.parse_common_organization_path

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

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.parse_common_project_path

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

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.parse_operator_path

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

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.parse_process_path

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

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.process_path

process_path(project: str, location: str, cluster: str, process: str) -> str

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.resolve_operator_info

resolve_operator_info( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.lva_service.ResolveOperatorInfoRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, queries: typing.Optional[ typing.MutableSequence[google.cloud.visionai_v1.types.lva_service.OperatorQuery] ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.visionai_v1.types.lva_service.ResolveOperatorInfoResponse

ResolveOperatorInfo returns the operator information based on the request.

See more: google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.resolve_operator_info

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.update_analysis

update_analysis( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.lva_service.UpdateAnalysisRequest, dict ] ] = None, *, analysis: typing.Optional[ google.cloud.visionai_v1.types.lva_resources.Analysis ] = 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.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.update_operator

update_operator( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.lva_service.UpdateOperatorRequest, dict ] ] = None, *, operator: typing.Optional[ google.cloud.visionai_v1.types.lva_resources.Operator ] = 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.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.update_process

update_process( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.lva_service.UpdateProcessRequest, dict ] ] = None, *, process: typing.Optional[ google.cloud.visionai_v1.types.lva_resources.Process ] = 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.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient

LiveVideoAnalyticsClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.visionai_v1.services.live_video_analytics.transports.base.LiveVideoAnalyticsTransport, typing.Callable[[...], google.cloud.visionai_v1.services.live_video_analytics.transports.base.LiveVideoAnalyticsTransport]]] = 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 live video analytics client.

See more: google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient.__exit__

__exit__(type, value, traceback)

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient.analysis_path

analysis_path(project: str, location: str, cluster: str, analysis: str) -> str

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient.batch_run_process

batch_run_process( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.lva_service.BatchRunProcessRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, requests: typing.Optional[ typing.MutableSequence[ google.cloud.visionai_v1.types.lva_service.CreateProcessRequest ] ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient.cancel_operation

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient.cluster_path

cluster_path(project: str, location: str, cluster: str) -> str

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient.common_location_path

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

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient.common_project_path

common_project_path(project: str) -> str

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient.create_analysis

create_analysis( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.lva_service.CreateAnalysisRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, analysis: typing.Optional[ google.cloud.visionai_v1.types.lva_resources.Analysis ] = None, analysis_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

Creates a new Analysis in a given project and location.

See more: google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient.create_analysis

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient.create_operator

create_operator( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.lva_service.CreateOperatorRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, operator: typing.Optional[ google.cloud.visionai_v1.types.lva_resources.Operator ] = None, operator_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

Creates a new Operator in a given project and location.

See more: google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient.create_operator

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient.create_process

create_process( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.lva_service.CreateProcessRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, process: typing.Optional[ google.cloud.visionai_v1.types.lva_resources.Process ] = None, process_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

Creates a new Process in a given project and location.

See more: google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient.create_process

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient.delete_analysis

delete_analysis( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.lva_service.DeleteAnalysisRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient.delete_operator

delete_operator( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.lva_service.DeleteOperatorRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient.delete_process

delete_process( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.lva_service.DeleteProcessRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient.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.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient.from_service_account_file

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient.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.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient.from_service_account_info

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient.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.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient.from_service_account_json

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient.get_analysis

get_analysis( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.lva_service.GetAnalysisRequest, 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.visionai_v1.types.lva_resources.Analysis

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient.get_mtls_endpoint_and_cert_source

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

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient.get_operation

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient.get_operator

get_operator( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.lva_service.GetOperatorRequest, 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.visionai_v1.types.lva_resources.Operator

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient.get_process

get_process( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.lva_service.GetProcessRequest, 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.visionai_v1.types.lva_resources.Process

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient.list_analyses

list_analyses( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.lva_service.ListAnalysesRequest, 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.visionai_v1.services.live_video_analytics.pagers.ListAnalysesPager

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient.list_operations

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient.list_operators

list_operators( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.lva_service.ListOperatorsRequest, 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.visionai_v1.services.live_video_analytics.pagers.ListOperatorsPager

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient.list_processes

list_processes( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.lva_service.ListProcessesRequest, 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.visionai_v1.services.live_video_analytics.pagers.ListProcessesPager

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient.list_public_operators

list_public_operators( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.lva_service.ListPublicOperatorsRequest, 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.visionai_v1.services.live_video_analytics.pagers.ListPublicOperatorsPager )

ListPublicOperators returns all the operators in public registry.

See more: google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient.list_public_operators

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient.operator_path

operator_path(project: str, location: str, operator: str) -> str

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient.parse_analysis_path

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

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient.parse_cluster_path

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

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient.parse_common_billing_account_path

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

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient.parse_common_folder_path

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

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient.parse_common_location_path

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

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient.parse_common_organization_path

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

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient.parse_common_project_path

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

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient.parse_operator_path

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

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient.parse_process_path

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

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient.process_path

process_path(project: str, location: str, cluster: str, process: str) -> str

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient.resolve_operator_info

resolve_operator_info( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.lva_service.ResolveOperatorInfoRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, queries: typing.Optional[ typing.MutableSequence[google.cloud.visionai_v1.types.lva_service.OperatorQuery] ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.visionai_v1.types.lva_service.ResolveOperatorInfoResponse

ResolveOperatorInfo returns the operator information based on the request.

See more: google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient.resolve_operator_info

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient.update_analysis

update_analysis( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.lva_service.UpdateAnalysisRequest, dict ] ] = None, *, analysis: typing.Optional[ google.cloud.visionai_v1.types.lva_resources.Analysis ] = 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.api_core.operation.Operation

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient.update_operator

update_operator( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.lva_service.UpdateOperatorRequest, dict ] ] = None, *, operator: typing.Optional[ google.cloud.visionai_v1.types.lva_resources.Operator ] = 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.api_core.operation.Operation

google.cloud.visionai_v1.services.live_video_analytics.LiveVideoAnalyticsClient.update_process

update_process( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.lva_service.UpdateProcessRequest, dict ] ] = None, *, process: typing.Optional[ google.cloud.visionai_v1.types.lva_resources.Process ] = 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.api_core.operation.Operation

google.cloud.visionai_v1.services.live_video_analytics.pagers.ListAnalysesAsyncPager

ListAnalysesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.visionai_v1.types.lva_service.ListAnalysesResponse ], ], request: google.cloud.visionai_v1.types.lva_service.ListAnalysesRequest, response: google.cloud.visionai_v1.types.lva_service.ListAnalysesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1.services.live_video_analytics.pagers.ListAnalysesPager

ListAnalysesPager( method: typing.Callable[ [...], google.cloud.visionai_v1.types.lva_service.ListAnalysesResponse ], request: google.cloud.visionai_v1.types.lva_service.ListAnalysesRequest, response: google.cloud.visionai_v1.types.lva_service.ListAnalysesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1.services.live_video_analytics.pagers.ListOperatorsAsyncPager

ListOperatorsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.visionai_v1.types.lva_service.ListOperatorsResponse ], ], request: google.cloud.visionai_v1.types.lva_service.ListOperatorsRequest, response: google.cloud.visionai_v1.types.lva_service.ListOperatorsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1.services.live_video_analytics.pagers.ListOperatorsPager

ListOperatorsPager( method: typing.Callable[ [...], google.cloud.visionai_v1.types.lva_service.ListOperatorsResponse ], request: google.cloud.visionai_v1.types.lva_service.ListOperatorsRequest, response: google.cloud.visionai_v1.types.lva_service.ListOperatorsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1.services.live_video_analytics.pagers.ListProcessesAsyncPager

ListProcessesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.visionai_v1.types.lva_service.ListProcessesResponse ], ], request: google.cloud.visionai_v1.types.lva_service.ListProcessesRequest, response: google.cloud.visionai_v1.types.lva_service.ListProcessesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1.services.live_video_analytics.pagers.ListProcessesPager

ListProcessesPager( method: typing.Callable[ [...], google.cloud.visionai_v1.types.lva_service.ListProcessesResponse ], request: google.cloud.visionai_v1.types.lva_service.ListProcessesRequest, response: google.cloud.visionai_v1.types.lva_service.ListProcessesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1.services.live_video_analytics.pagers.ListPublicOperatorsAsyncPager

ListPublicOperatorsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.visionai_v1.types.lva_service.ListPublicOperatorsResponse ], ], request: google.cloud.visionai_v1.types.lva_service.ListPublicOperatorsRequest, response: google.cloud.visionai_v1.types.lva_service.ListPublicOperatorsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1.services.live_video_analytics.pagers.ListPublicOperatorsPager

ListPublicOperatorsPager( method: typing.Callable[ [...], google.cloud.visionai_v1.types.lva_service.ListPublicOperatorsResponse ], request: google.cloud.visionai_v1.types.lva_service.ListPublicOperatorsRequest, response: google.cloud.visionai_v1.types.lva_service.ListPublicOperatorsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1.services.streaming_service.StreamingServiceAsyncClient

StreamingServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.visionai_v1.services.streaming_service.transports.base.StreamingServiceTransport, typing.Callable[[...], google.cloud.visionai_v1.services.streaming_service.transports.base.StreamingServiceTransport]]] = '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 streaming service async client.

See more: google.cloud.visionai_v1.services.streaming_service.StreamingServiceAsyncClient

google.cloud.visionai_v1.services.streaming_service.StreamingServiceAsyncClient.acquire_lease

acquire_lease( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.streaming_service.AcquireLeaseRequest, 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]]] = () ) -> google.cloud.visionai_v1.types.streaming_service.Lease

google.cloud.visionai_v1.services.streaming_service.StreamingServiceAsyncClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.visionai_v1.services.streaming_service.StreamingServiceAsyncClient.cancel_operation

google.cloud.visionai_v1.services.streaming_service.StreamingServiceAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.visionai_v1.services.streaming_service.StreamingServiceAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.visionai_v1.services.streaming_service.StreamingServiceAsyncClient.common_location_path

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

google.cloud.visionai_v1.services.streaming_service.StreamingServiceAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.visionai_v1.services.streaming_service.StreamingServiceAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.visionai_v1.services.streaming_service.StreamingServiceAsyncClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.visionai_v1.services.streaming_service.StreamingServiceAsyncClient.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.visionai_v1.services.streaming_service.StreamingServiceAsyncClient.from_service_account_file

google.cloud.visionai_v1.services.streaming_service.StreamingServiceAsyncClient.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.visionai_v1.services.streaming_service.StreamingServiceAsyncClient.from_service_account_info

google.cloud.visionai_v1.services.streaming_service.StreamingServiceAsyncClient.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.visionai_v1.services.streaming_service.StreamingServiceAsyncClient.from_service_account_json

google.cloud.visionai_v1.services.streaming_service.StreamingServiceAsyncClient.get_mtls_endpoint_and_cert_source

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

google.cloud.visionai_v1.services.streaming_service.StreamingServiceAsyncClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.visionai_v1.services.streaming_service.StreamingServiceAsyncClient.get_operation

google.cloud.visionai_v1.services.streaming_service.StreamingServiceAsyncClient.get_transport_class

get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.visionai_v1.services.streaming_service.transports.base.StreamingServiceTransport ]

google.cloud.visionai_v1.services.streaming_service.StreamingServiceAsyncClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.visionai_v1.services.streaming_service.StreamingServiceAsyncClient.list_operations

google.cloud.visionai_v1.services.streaming_service.StreamingServiceAsyncClient.parse_common_billing_account_path

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

google.cloud.visionai_v1.services.streaming_service.StreamingServiceAsyncClient.parse_common_folder_path

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

google.cloud.visionai_v1.services.streaming_service.StreamingServiceAsyncClient.parse_common_location_path

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

google.cloud.visionai_v1.services.streaming_service.StreamingServiceAsyncClient.parse_common_organization_path

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

google.cloud.visionai_v1.services.streaming_service.StreamingServiceAsyncClient.parse_common_project_path

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

google.cloud.visionai_v1.services.streaming_service.StreamingServiceAsyncClient.parse_series_path

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

google.cloud.visionai_v1.services.streaming_service.StreamingServiceAsyncClient.receive_events

receive_events( requests: typing.Optional[ typing.AsyncIterator[ google.cloud.visionai_v1.types.streaming_service.ReceiveEventsRequest ] ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> typing.Awaitable[ typing.AsyncIterable[ google.cloud.visionai_v1.types.streaming_service.ReceiveEventsResponse ] ]

google.cloud.visionai_v1.services.streaming_service.StreamingServiceAsyncClient.receive_packets

receive_packets( requests: typing.Optional[ typing.AsyncIterator[ google.cloud.visionai_v1.types.streaming_service.ReceivePacketsRequest ] ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> typing.Awaitable[ typing.AsyncIterable[ google.cloud.visionai_v1.types.streaming_service.ReceivePacketsResponse ] ]

google.cloud.visionai_v1.services.streaming_service.StreamingServiceAsyncClient.release_lease

release_lease( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.streaming_service.ReleaseLeaseRequest, 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]]] = () ) -> google.cloud.visionai_v1.types.streaming_service.ReleaseLeaseResponse

google.cloud.visionai_v1.services.streaming_service.StreamingServiceAsyncClient.renew_lease

renew_lease( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.streaming_service.RenewLeaseRequest, 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]]] = () ) -> google.cloud.visionai_v1.types.streaming_service.Lease

google.cloud.visionai_v1.services.streaming_service.StreamingServiceAsyncClient.send_packets

send_packets( requests: typing.Optional[ typing.AsyncIterator[ google.cloud.visionai_v1.types.streaming_service.SendPacketsRequest ] ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> typing.Awaitable[ typing.AsyncIterable[ google.cloud.visionai_v1.types.streaming_service.SendPacketsResponse ] ]

google.cloud.visionai_v1.services.streaming_service.StreamingServiceAsyncClient.series_path

series_path(project: str, location: str, cluster: str, series: str) -> str

google.cloud.visionai_v1.services.streaming_service.StreamingServiceClient

StreamingServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.visionai_v1.services.streaming_service.transports.base.StreamingServiceTransport, typing.Callable[[...], google.cloud.visionai_v1.services.streaming_service.transports.base.StreamingServiceTransport]]] = 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 streaming service client.

See more: google.cloud.visionai_v1.services.streaming_service.StreamingServiceClient

google.cloud.visionai_v1.services.streaming_service.StreamingServiceClient.__exit__

__exit__(type, value, traceback)

Releases underlying transport's resources.

See more: google.cloud.visionai_v1.services.streaming_service.StreamingServiceClient.exit

google.cloud.visionai_v1.services.streaming_service.StreamingServiceClient.acquire_lease

acquire_lease( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.streaming_service.AcquireLeaseRequest, 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]]] = () ) -> google.cloud.visionai_v1.types.streaming_service.Lease

google.cloud.visionai_v1.services.streaming_service.StreamingServiceClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.visionai_v1.services.streaming_service.StreamingServiceClient.cancel_operation

google.cloud.visionai_v1.services.streaming_service.StreamingServiceClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.visionai_v1.services.streaming_service.StreamingServiceClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.visionai_v1.services.streaming_service.StreamingServiceClient.common_location_path

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

google.cloud.visionai_v1.services.streaming_service.StreamingServiceClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.visionai_v1.services.streaming_service.StreamingServiceClient.common_project_path

common_project_path(project: str) -> str

google.cloud.visionai_v1.services.streaming_service.StreamingServiceClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.visionai_v1.services.streaming_service.StreamingServiceClient.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.visionai_v1.services.streaming_service.StreamingServiceClient.from_service_account_file

google.cloud.visionai_v1.services.streaming_service.StreamingServiceClient.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.visionai_v1.services.streaming_service.StreamingServiceClient.from_service_account_info

google.cloud.visionai_v1.services.streaming_service.StreamingServiceClient.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.visionai_v1.services.streaming_service.StreamingServiceClient.from_service_account_json

google.cloud.visionai_v1.services.streaming_service.StreamingServiceClient.get_mtls_endpoint_and_cert_source

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

google.cloud.visionai_v1.services.streaming_service.StreamingServiceClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.visionai_v1.services.streaming_service.StreamingServiceClient.get_operation

google.cloud.visionai_v1.services.streaming_service.StreamingServiceClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.visionai_v1.services.streaming_service.StreamingServiceClient.list_operations

google.cloud.visionai_v1.services.streaming_service.StreamingServiceClient.parse_common_billing_account_path

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

google.cloud.visionai_v1.services.streaming_service.StreamingServiceClient.parse_common_folder_path

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

google.cloud.visionai_v1.services.streaming_service.StreamingServiceClient.parse_common_location_path

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

google.cloud.visionai_v1.services.streaming_service.StreamingServiceClient.parse_common_organization_path

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

google.cloud.visionai_v1.services.streaming_service.StreamingServiceClient.parse_common_project_path

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

google.cloud.visionai_v1.services.streaming_service.StreamingServiceClient.parse_series_path

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

google.cloud.visionai_v1.services.streaming_service.StreamingServiceClient.receive_events

receive_events( requests: typing.Optional[ typing.Iterator[ google.cloud.visionai_v1.types.streaming_service.ReceiveEventsRequest ] ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> typing.Iterable[ google.cloud.visionai_v1.types.streaming_service.ReceiveEventsResponse ]

google.cloud.visionai_v1.services.streaming_service.StreamingServiceClient.receive_packets

receive_packets( requests: typing.Optional[ typing.Iterator[ google.cloud.visionai_v1.types.streaming_service.ReceivePacketsRequest ] ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> typing.Iterable[ google.cloud.visionai_v1.types.streaming_service.ReceivePacketsResponse ]

google.cloud.visionai_v1.services.streaming_service.StreamingServiceClient.release_lease

release_lease( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.streaming_service.ReleaseLeaseRequest, 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]]] = () ) -> google.cloud.visionai_v1.types.streaming_service.ReleaseLeaseResponse

google.cloud.visionai_v1.services.streaming_service.StreamingServiceClient.renew_lease

renew_lease( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.streaming_service.RenewLeaseRequest, 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]]] = () ) -> google.cloud.visionai_v1.types.streaming_service.Lease

google.cloud.visionai_v1.services.streaming_service.StreamingServiceClient.send_packets

send_packets( requests: typing.Optional[ typing.Iterator[ google.cloud.visionai_v1.types.streaming_service.SendPacketsRequest ] ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> typing.Iterable[ google.cloud.visionai_v1.types.streaming_service.SendPacketsResponse ]

google.cloud.visionai_v1.services.streaming_service.StreamingServiceClient.series_path

series_path(project: str, location: str, cluster: str, series: str) -> str

google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient

StreamsServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.visionai_v1.services.streams_service.transports.base.StreamsServiceTransport, typing.Callable[[...], google.cloud.visionai_v1.services.streams_service.transports.base.StreamsServiceTransport]]] = '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 streams service async client.

See more: google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient

google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.cancel_operation

google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.channel_path

channel_path(project: str, location: str, cluster: str, channel: str) -> str

google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.cluster_path

cluster_path(project: str, location: str, cluster: str) -> str

google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.common_location_path

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

google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.create_cluster

create_cluster( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.streams_service.CreateClusterRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, cluster: typing.Optional[google.cloud.visionai_v1.types.common.Cluster] = None, cluster_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

Creates a new Cluster in a given project and location.

See more: google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.create_cluster

google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.create_event

create_event( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.streams_service.CreateEventRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, event: typing.Optional[ google.cloud.visionai_v1.types.streams_resources.Event ] = None, event_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

Creates a new Event in a given project and location.

See more: google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.create_event

google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.create_series

create_series( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.streams_service.CreateSeriesRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, series: typing.Optional[ google.cloud.visionai_v1.types.streams_resources.Series ] = None, series_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

Creates a new Series in a given project and location.

See more: google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.create_series

google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.create_stream

create_stream( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.streams_service.CreateStreamRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, stream: typing.Optional[ google.cloud.visionai_v1.types.streams_resources.Stream ] = None, stream_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

Creates a new Stream in a given project and location.

See more: google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.create_stream

google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.delete_cluster

delete_cluster( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.streams_service.DeleteClusterRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.delete_event

delete_event( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.streams_service.DeleteEventRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.delete_series

delete_series( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.streams_service.DeleteSeriesRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.delete_stream

delete_stream( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.streams_service.DeleteStreamRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.event_path

event_path(project: str, location: str, cluster: str, event: str) -> str

google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.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.visionai_v1.services.streams_service.StreamsServiceAsyncClient.from_service_account_file

google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.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.visionai_v1.services.streams_service.StreamsServiceAsyncClient.from_service_account_info

google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.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.visionai_v1.services.streams_service.StreamsServiceAsyncClient.from_service_account_json

google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.generate_stream_hls_token

generate_stream_hls_token( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.streams_service.GenerateStreamHlsTokenRequest, dict, ] ] = None, *, stream: 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.visionai_v1.types.streams_service.GenerateStreamHlsTokenResponse

Generate the JWT auth token required to get the stream HLS contents.

See more: google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.generate_stream_hls_token

google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.get_cluster

get_cluster( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.streams_service.GetClusterRequest, 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.visionai_v1.types.common.Cluster

google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.get_event

get_event( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.streams_service.GetEventRequest, 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.visionai_v1.types.streams_resources.Event

google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.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.visionai_v1.services.streams_service.StreamsServiceAsyncClient.get_mtls_endpoint_and_cert_source

google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.get_operation

google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.get_series

get_series( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.streams_service.GetSeriesRequest, 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.visionai_v1.types.streams_resources.Series

google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.get_stream

get_stream( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.streams_service.GetStreamRequest, 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.visionai_v1.types.streams_resources.Stream

google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.get_stream_thumbnail

get_stream_thumbnail( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.streams_service.GetStreamThumbnailRequest, dict, ] ] = None, *, stream: typing.Optional[str] = None, gcs_object_name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

Gets the thumbnail (image snapshot) of a single Stream.

See more: google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.get_stream_thumbnail

google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.get_transport_class

get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.visionai_v1.services.streams_service.transports.base.StreamsServiceTransport ]

google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.list_clusters

list_clusters( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.streams_service.ListClustersRequest, 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.visionai_v1.services.streams_service.pagers.ListClustersAsyncPager

google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.list_events

list_events( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.streams_service.ListEventsRequest, 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.visionai_v1.services.streams_service.pagers.ListEventsAsyncPager

google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.list_operations

google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.list_series

list_series( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.streams_service.ListSeriesRequest, 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.visionai_v1.services.streams_service.pagers.ListSeriesAsyncPager

google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.list_streams

list_streams( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.streams_service.ListStreamsRequest, 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.visionai_v1.services.streams_service.pagers.ListStreamsAsyncPager

google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.materialize_channel

materialize_channel( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.streams_service.MaterializeChannelRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, channel: typing.Optional[ google.cloud.visionai_v1.types.streams_resources.Channel ] = None, channel_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.parse_channel_path

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

google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.parse_cluster_path

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

google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.parse_common_billing_account_path

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

google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.parse_common_folder_path

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

google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.parse_common_location_path

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

google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.parse_common_organization_path

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

google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.parse_common_project_path

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

google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.parse_event_path

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

google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.parse_series_path

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

google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.parse_stream_path

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

google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.series_path

series_path(project: str, location: str, cluster: str, series: str) -> str

google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.stream_path

stream_path(project: str, location: str, cluster: str, stream: str) -> str

google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.update_cluster

update_cluster( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.streams_service.UpdateClusterRequest, dict ] ] = None, *, cluster: typing.Optional[google.cloud.visionai_v1.types.common.Cluster] = 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.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.update_event

update_event( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.streams_service.UpdateEventRequest, dict ] ] = None, *, event: typing.Optional[ google.cloud.visionai_v1.types.streams_resources.Event ] = 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.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.update_series

update_series( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.streams_service.UpdateSeriesRequest, dict ] ] = None, *, series: typing.Optional[ google.cloud.visionai_v1.types.streams_resources.Series ] = 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.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1.services.streams_service.StreamsServiceAsyncClient.update_stream

update_stream( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.streams_service.UpdateStreamRequest, dict ] ] = None, *, stream: typing.Optional[ google.cloud.visionai_v1.types.streams_resources.Stream ] = 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.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1.services.streams_service.StreamsServiceClient

StreamsServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.visionai_v1.services.streams_service.transports.base.StreamsServiceTransport, typing.Callable[[...], google.cloud.visionai_v1.services.streams_service.transports.base.StreamsServiceTransport]]] = 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 streams service client.

See more: google.cloud.visionai_v1.services.streams_service.StreamsServiceClient

google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.__exit__

__exit__(type, value, traceback)

Releases underlying transport's resources.

See more: google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.exit

google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.cancel_operation

google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.channel_path

channel_path(project: str, location: str, cluster: str, channel: str) -> str

google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.cluster_path

cluster_path(project: str, location: str, cluster: str) -> str

google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.common_location_path

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

google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.common_project_path

common_project_path(project: str) -> str

google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.create_cluster

create_cluster( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.streams_service.CreateClusterRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, cluster: typing.Optional[google.cloud.visionai_v1.types.common.Cluster] = None, cluster_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

Creates a new Cluster in a given project and location.

See more: google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.create_cluster

google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.create_event

create_event( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.streams_service.CreateEventRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, event: typing.Optional[ google.cloud.visionai_v1.types.streams_resources.Event ] = None, event_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

Creates a new Event in a given project and location.

See more: google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.create_event

google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.create_series

create_series( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.streams_service.CreateSeriesRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, series: typing.Optional[ google.cloud.visionai_v1.types.streams_resources.Series ] = None, series_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

Creates a new Series in a given project and location.

See more: google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.create_series

google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.create_stream

create_stream( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.streams_service.CreateStreamRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, stream: typing.Optional[ google.cloud.visionai_v1.types.streams_resources.Stream ] = None, stream_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

Creates a new Stream in a given project and location.

See more: google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.create_stream

google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.delete_cluster

delete_cluster( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.streams_service.DeleteClusterRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.delete_event

delete_event( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.streams_service.DeleteEventRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.delete_series

delete_series( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.streams_service.DeleteSeriesRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.delete_stream

delete_stream( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.streams_service.DeleteStreamRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.event_path

event_path(project: str, location: str, cluster: str, event: str) -> str

google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.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.visionai_v1.services.streams_service.StreamsServiceClient.from_service_account_file

google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.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.visionai_v1.services.streams_service.StreamsServiceClient.from_service_account_info

google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.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.visionai_v1.services.streams_service.StreamsServiceClient.from_service_account_json

google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.generate_stream_hls_token

generate_stream_hls_token( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.streams_service.GenerateStreamHlsTokenRequest, dict, ] ] = None, *, stream: 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.visionai_v1.types.streams_service.GenerateStreamHlsTokenResponse

Generate the JWT auth token required to get the stream HLS contents.

See more: google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.generate_stream_hls_token

google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.get_cluster

get_cluster( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.streams_service.GetClusterRequest, 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.visionai_v1.types.common.Cluster

google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.get_event

get_event( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.streams_service.GetEventRequest, 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.visionai_v1.types.streams_resources.Event

google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.get_mtls_endpoint_and_cert_source

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

google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.get_operation

google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.get_series

get_series( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.streams_service.GetSeriesRequest, 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.visionai_v1.types.streams_resources.Series

google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.get_stream

get_stream( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.streams_service.GetStreamRequest, 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.visionai_v1.types.streams_resources.Stream

google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.get_stream_thumbnail

get_stream_thumbnail( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.streams_service.GetStreamThumbnailRequest, dict, ] ] = None, *, stream: typing.Optional[str] = None, gcs_object_name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

Gets the thumbnail (image snapshot) of a single Stream.

See more: google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.get_stream_thumbnail

google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.list_clusters

list_clusters( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.streams_service.ListClustersRequest, 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.visionai_v1.services.streams_service.pagers.ListClustersPager

Lists Clusters in a given project and location.

See more: google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.list_clusters

google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.list_events

list_events( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.streams_service.ListEventsRequest, 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.visionai_v1.services.streams_service.pagers.ListEventsPager

Lists Events in a given project and location.

See more: google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.list_events

google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.list_operations

google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.list_series

list_series( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.streams_service.ListSeriesRequest, 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.visionai_v1.services.streams_service.pagers.ListSeriesPager

Lists Series in a given project and location.

See more: google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.list_series

google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.list_streams

list_streams( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.streams_service.ListStreamsRequest, 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.visionai_v1.services.streams_service.pagers.ListStreamsPager

Lists Streams in a given project and location.

See more: google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.list_streams

google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.materialize_channel

materialize_channel( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.streams_service.MaterializeChannelRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, channel: typing.Optional[ google.cloud.visionai_v1.types.streams_resources.Channel ] = None, channel_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.parse_channel_path

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

Parses a channel path into its component segments.

See more: google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.parse_channel_path

google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.parse_cluster_path

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

Parses a cluster path into its component segments.

See more: google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.parse_cluster_path

google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.parse_common_billing_account_path

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

google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.parse_common_folder_path

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

google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.parse_common_location_path

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

google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.parse_common_organization_path

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

google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.parse_common_project_path

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

google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.parse_event_path

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

Parses a event path into its component segments.

See more: google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.parse_event_path

google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.parse_series_path

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

Parses a series path into its component segments.

See more: google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.parse_series_path

google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.parse_stream_path

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

Parses a stream path into its component segments.

See more: google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.parse_stream_path

google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.series_path

series_path(project: str, location: str, cluster: str, series: str) -> str

google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.stream_path

stream_path(project: str, location: str, cluster: str, stream: str) -> str

google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.update_cluster

update_cluster( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.streams_service.UpdateClusterRequest, dict ] ] = None, *, cluster: typing.Optional[google.cloud.visionai_v1.types.common.Cluster] = 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.api_core.operation.Operation

google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.update_event

update_event( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.streams_service.UpdateEventRequest, dict ] ] = None, *, event: typing.Optional[ google.cloud.visionai_v1.types.streams_resources.Event ] = 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.api_core.operation.Operation

google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.update_series

update_series( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.streams_service.UpdateSeriesRequest, dict ] ] = None, *, series: typing.Optional[ google.cloud.visionai_v1.types.streams_resources.Series ] = 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.api_core.operation.Operation

google.cloud.visionai_v1.services.streams_service.StreamsServiceClient.update_stream

update_stream( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.streams_service.UpdateStreamRequest, dict ] ] = None, *, stream: typing.Optional[ google.cloud.visionai_v1.types.streams_resources.Stream ] = 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.api_core.operation.Operation

google.cloud.visionai_v1.services.streams_service.pagers.ListClustersAsyncPager

ListClustersAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.visionai_v1.types.streams_service.ListClustersResponse ], ], request: google.cloud.visionai_v1.types.streams_service.ListClustersRequest, response: google.cloud.visionai_v1.types.streams_service.ListClustersResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1.services.streams_service.pagers.ListClustersPager

ListClustersPager( method: typing.Callable[ [...], google.cloud.visionai_v1.types.streams_service.ListClustersResponse ], request: google.cloud.visionai_v1.types.streams_service.ListClustersRequest, response: google.cloud.visionai_v1.types.streams_service.ListClustersResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1.services.streams_service.pagers.ListEventsAsyncPager

ListEventsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.visionai_v1.types.streams_service.ListEventsResponse ], ], request: google.cloud.visionai_v1.types.streams_service.ListEventsRequest, response: google.cloud.visionai_v1.types.streams_service.ListEventsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1.services.streams_service.pagers.ListEventsPager

ListEventsPager( method: typing.Callable[ [...], google.cloud.visionai_v1.types.streams_service.ListEventsResponse ], request: google.cloud.visionai_v1.types.streams_service.ListEventsRequest, response: google.cloud.visionai_v1.types.streams_service.ListEventsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1.services.streams_service.pagers.ListSeriesAsyncPager

ListSeriesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.visionai_v1.types.streams_service.ListSeriesResponse ], ], request: google.cloud.visionai_v1.types.streams_service.ListSeriesRequest, response: google.cloud.visionai_v1.types.streams_service.ListSeriesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1.services.streams_service.pagers.ListSeriesPager

ListSeriesPager( method: typing.Callable[ [...], google.cloud.visionai_v1.types.streams_service.ListSeriesResponse ], request: google.cloud.visionai_v1.types.streams_service.ListSeriesRequest, response: google.cloud.visionai_v1.types.streams_service.ListSeriesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1.services.streams_service.pagers.ListStreamsAsyncPager

ListStreamsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.visionai_v1.types.streams_service.ListStreamsResponse ], ], request: google.cloud.visionai_v1.types.streams_service.ListStreamsRequest, response: google.cloud.visionai_v1.types.streams_service.ListStreamsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1.services.streams_service.pagers.ListStreamsPager

ListStreamsPager( method: typing.Callable[ [...], google.cloud.visionai_v1.types.streams_service.ListStreamsResponse ], request: google.cloud.visionai_v1.types.streams_service.ListStreamsRequest, response: google.cloud.visionai_v1.types.streams_service.ListStreamsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient

WarehouseAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.visionai_v1.services.warehouse.transports.base.WarehouseTransport, typing.Callable[[...], google.cloud.visionai_v1.services.warehouse.transports.base.WarehouseTransport]]] = '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 warehouse async client.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.add_collection_item

add_collection_item( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.AddCollectionItemRequest, dict ] ] = None, *, item: typing.Optional[ google.cloud.visionai_v1.types.warehouse.CollectionItem ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.visionai_v1.types.warehouse.AddCollectionItemResponse

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.analyze_asset

analyze_asset( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.warehouse.AnalyzeAssetRequest, 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]]] = () ) -> google.api_core.operation_async.AsyncOperation

Analyze asset to power search capability.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.analyze_asset

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.analyze_corpus

analyze_corpus( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.AnalyzeCorpusRequest, 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]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.annotation_path

annotation_path( project_number: str, location: str, corpus: str, asset: str, annotation: str ) -> str

Returns a fully-qualified annotation string.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.annotation_path

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.asset_path

asset_path(project_number: str, location: str, corpus: str, asset: str) -> str

Returns a fully-qualified asset string.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.asset_path

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.cancel_operation

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.clip_asset

clip_asset( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.warehouse.ClipAssetRequest, 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]]] = () ) -> google.cloud.visionai_v1.types.warehouse.ClipAssetResponse

Supported by STREAM_VIDEO corpus type.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.clip_asset

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.collection_path

collection_path( project_number: str, location: str, corpus: str, collection: str ) -> str

Returns a fully-qualified collection string.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.collection_path

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.common_location_path

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

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.corpus_path

corpus_path(project_number: str, location: str, corpus: str) -> str

Returns a fully-qualified corpus string.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.corpus_path

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.create_annotation

create_annotation( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.CreateAnnotationRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, annotation: typing.Optional[ google.cloud.visionai_v1.types.warehouse.Annotation ] = None, annotation_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.visionai_v1.types.warehouse.Annotation

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.create_asset

create_asset( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.warehouse.CreateAssetRequest, dict] ] = None, *, parent: typing.Optional[str] = None, asset: typing.Optional[google.cloud.visionai_v1.types.warehouse.Asset] = None, asset_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.visionai_v1.types.warehouse.Asset

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.create_collection

create_collection( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.CreateCollectionRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, collection: typing.Optional[ google.cloud.visionai_v1.types.warehouse.Collection ] = None, collection_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.create_corpus

create_corpus( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.warehouse.CreateCorpusRequest, dict] ] = None, *, parent: typing.Optional[str] = None, corpus: typing.Optional[google.cloud.visionai_v1.types.warehouse.Corpus] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.create_data_schema

create_data_schema( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.CreateDataSchemaRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, data_schema: typing.Optional[ google.cloud.visionai_v1.types.warehouse.DataSchema ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.visionai_v1.types.warehouse.DataSchema

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.create_index

create_index( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.warehouse.CreateIndexRequest, dict] ] = None, *, parent: typing.Optional[str] = None, index: typing.Optional[google.cloud.visionai_v1.types.warehouse.Index] = None, index_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.create_index_endpoint

create_index_endpoint( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.CreateIndexEndpointRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, index_endpoint: typing.Optional[ google.cloud.visionai_v1.types.warehouse.IndexEndpoint ] = None, index_endpoint_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.create_search_config

create_search_config( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.CreateSearchConfigRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, search_config: typing.Optional[ google.cloud.visionai_v1.types.warehouse.SearchConfig ] = None, search_config_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.visionai_v1.types.warehouse.SearchConfig

Creates a search configuration inside a corpus.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.create_search_config

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.create_search_hypernym

create_search_hypernym( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.CreateSearchHypernymRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, search_hypernym: typing.Optional[ google.cloud.visionai_v1.types.warehouse.SearchHypernym ] = None, search_hypernym_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.visionai_v1.types.warehouse.SearchHypernym

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.data_schema_path

data_schema_path( project_number: str, location: str, corpus: str, data_schema: str ) -> str

Returns a fully-qualified data_schema string.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.data_schema_path

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.delete_annotation

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

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.delete_asset

delete_asset( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.warehouse.DeleteAssetRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.delete_collection

delete_collection( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.DeleteCollectionRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.delete_corpus

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

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.delete_data_schema

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

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.delete_index

delete_index( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.warehouse.DeleteIndexRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.delete_index_endpoint

delete_index_endpoint( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.DeleteIndexEndpointRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.delete_search_config

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

Deletes a search configuration inside a corpus.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.delete_search_config

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.delete_search_hypernym

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

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.deploy_index

deploy_index( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.warehouse.DeployIndexRequest, 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]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.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.visionai_v1.services.warehouse.WarehouseAsyncClient.from_service_account_file

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.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.visionai_v1.services.warehouse.WarehouseAsyncClient.from_service_account_info

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.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.visionai_v1.services.warehouse.WarehouseAsyncClient.from_service_account_json

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.generate_hls_uri

generate_hls_uri( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.GenerateHlsUriRequest, 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]]] = () ) -> google.cloud.visionai_v1.types.warehouse.GenerateHlsUriResponse

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.generate_retrieval_url

generate_retrieval_url( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.GenerateRetrievalUrlRequest, 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]]] = () ) -> google.cloud.visionai_v1.types.warehouse.GenerateRetrievalUrlResponse

Generates a signed url for downloading the asset.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.generate_retrieval_url

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.get_annotation

get_annotation( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.GetAnnotationRequest, 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.visionai_v1.types.warehouse.Annotation

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.get_asset

get_asset( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.warehouse.GetAssetRequest, 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.visionai_v1.types.warehouse.Asset

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.get_collection

get_collection( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.GetCollectionRequest, 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.visionai_v1.types.warehouse.Collection

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.get_corpus

get_corpus( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.warehouse.GetCorpusRequest, 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.visionai_v1.types.warehouse.Corpus

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.get_data_schema

get_data_schema( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.GetDataSchemaRequest, 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.visionai_v1.types.warehouse.DataSchema

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.get_index

get_index( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.warehouse.GetIndexRequest, 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.visionai_v1.types.warehouse.Index

Gets the details of a single Index under a Corpus.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.get_index

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.get_index_endpoint

get_index_endpoint( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.GetIndexEndpointRequest, 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.visionai_v1.types.warehouse.IndexEndpoint

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.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.visionai_v1.services.warehouse.WarehouseAsyncClient.get_mtls_endpoint_and_cert_source

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.get_operation

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.get_search_config

get_search_config( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.GetSearchConfigRequest, 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.visionai_v1.types.warehouse.SearchConfig

Gets a search configuration inside a corpus.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.get_search_config

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.get_search_hypernym

get_search_hypernym( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.GetSearchHypernymRequest, 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.visionai_v1.types.warehouse.SearchHypernym

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.get_transport_class

get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.visionai_v1.services.warehouse.transports.base.WarehouseTransport ]

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.import_assets

import_assets( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.warehouse.ImportAssetsRequest, 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]]] = () ) -> google.api_core.operation_async.AsyncOperation

Imports assets (images plus annotations) from a meta file on cloud storage.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.import_assets

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.index_asset

index_asset( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.warehouse.IndexAssetRequest, 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]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.index_endpoint_path

index_endpoint_path(project: str, location: str, index_endpoint: str) -> str

Returns a fully-qualified index_endpoint string.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.index_endpoint_path

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.index_path

index_path(project_number: str, location: str, corpus: str, index: str) -> str

Returns a fully-qualified index string.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.index_path

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.ingest_asset

ingest_asset( requests: typing.Optional[ typing.AsyncIterator[ google.cloud.visionai_v1.types.warehouse.IngestAssetRequest ] ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> typing.Awaitable[ typing.AsyncIterable[google.cloud.visionai_v1.types.warehouse.IngestAssetResponse] ]

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.list_annotations

list_annotations( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.ListAnnotationsRequest, 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.visionai_v1.services.warehouse.pagers.ListAnnotationsAsyncPager

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.list_assets

list_assets( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.warehouse.ListAssetsRequest, 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.visionai_v1.services.warehouse.pagers.ListAssetsAsyncPager

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.list_collections

list_collections( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.ListCollectionsRequest, 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.visionai_v1.services.warehouse.pagers.ListCollectionsAsyncPager

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.list_corpora

list_corpora( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.warehouse.ListCorporaRequest, 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.visionai_v1.services.warehouse.pagers.ListCorporaAsyncPager

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.list_data_schemas

list_data_schemas( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.ListDataSchemasRequest, 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.visionai_v1.services.warehouse.pagers.ListDataSchemasAsyncPager

Lists a list of data schemas inside corpus.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.list_data_schemas

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.list_index_endpoints

list_index_endpoints( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.ListIndexEndpointsRequest, 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.visionai_v1.services.warehouse.pagers.ListIndexEndpointsAsyncPager

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.list_indexes

list_indexes( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.warehouse.ListIndexesRequest, 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.visionai_v1.services.warehouse.pagers.ListIndexesAsyncPager

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.list_operations

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.list_search_configs

list_search_configs( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.ListSearchConfigsRequest, 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.visionai_v1.services.warehouse.pagers.ListSearchConfigsAsyncPager

Lists all search configurations inside a corpus.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.list_search_configs

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.list_search_hypernyms

list_search_hypernyms( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.ListSearchHypernymsRequest, 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.visionai_v1.services.warehouse.pagers.ListSearchHypernymsAsyncPager

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.parse_annotation_path

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

Parses a annotation path into its component segments.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.parse_annotation_path

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.parse_asset_path

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

Parses a asset path into its component segments.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.parse_asset_path

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.parse_collection_path

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

Parses a collection path into its component segments.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.parse_collection_path

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.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.visionai_v1.services.warehouse.WarehouseAsyncClient.parse_common_billing_account_path

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.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.visionai_v1.services.warehouse.WarehouseAsyncClient.parse_common_folder_path

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.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.visionai_v1.services.warehouse.WarehouseAsyncClient.parse_common_location_path

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.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.visionai_v1.services.warehouse.WarehouseAsyncClient.parse_common_organization_path

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.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.visionai_v1.services.warehouse.WarehouseAsyncClient.parse_common_project_path

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.parse_corpus_path

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

Parses a corpus path into its component segments.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.parse_corpus_path

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.parse_data_schema_path

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

Parses a data_schema path into its component segments.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.parse_data_schema_path

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.parse_index_endpoint_path

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

Parses a index_endpoint path into its component segments.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.parse_index_endpoint_path

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.parse_index_path

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

Parses a index path into its component segments.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.parse_index_path

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.parse_search_config_path

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

Parses a search_config path into its component segments.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.parse_search_config_path

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.parse_search_hypernym_path

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

Parses a search_hypernym path into its component segments.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.parse_search_hypernym_path

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.remove_collection_item

remove_collection_item( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.RemoveCollectionItemRequest, dict ] ] = None, *, item: typing.Optional[ google.cloud.visionai_v1.types.warehouse.CollectionItem ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.visionai_v1.types.warehouse.RemoveCollectionItemResponse

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.remove_index_asset

remove_index_asset( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.RemoveIndexAssetRequest, 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]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.search_assets

search_assets( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.warehouse.SearchAssetsRequest, 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]]] = () ) -> google.cloud.visionai_v1.services.warehouse.pagers.SearchAssetsAsyncPager

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.search_config_path

search_config_path( project_number: str, location: str, corpus: str, search_config: str ) -> str

Returns a fully-qualified search_config string.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.search_config_path

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.search_hypernym_path

search_hypernym_path( project_number: str, location: str, corpus: str, search_hypernym: str ) -> str

Returns a fully-qualified search_hypernym string.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.search_hypernym_path

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.search_index_endpoint

search_index_endpoint( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.SearchIndexEndpointRequest, 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]]] = () ) -> google.cloud.visionai_v1.services.warehouse.pagers.SearchIndexEndpointAsyncPager

Search a deployed index endpoint (IMAGE corpus type only).

See more: google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.search_index_endpoint

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.undeploy_index

undeploy_index( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.UndeployIndexRequest, 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]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.update_annotation

update_annotation( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.UpdateAnnotationRequest, dict ] ] = None, *, annotation: typing.Optional[ google.cloud.visionai_v1.types.warehouse.Annotation ] = 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.visionai_v1.types.warehouse.Annotation

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.update_asset

update_asset( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.warehouse.UpdateAssetRequest, dict] ] = None, *, asset: typing.Optional[google.cloud.visionai_v1.types.warehouse.Asset] = 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.visionai_v1.types.warehouse.Asset

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.update_collection

update_collection( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.UpdateCollectionRequest, dict ] ] = None, *, collection: typing.Optional[ google.cloud.visionai_v1.types.warehouse.Collection ] = 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.visionai_v1.types.warehouse.Collection

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.update_corpus

update_corpus( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.warehouse.UpdateCorpusRequest, dict] ] = None, *, corpus: typing.Optional[google.cloud.visionai_v1.types.warehouse.Corpus] = 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.visionai_v1.types.warehouse.Corpus

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.update_data_schema

update_data_schema( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.UpdateDataSchemaRequest, dict ] ] = None, *, data_schema: typing.Optional[ google.cloud.visionai_v1.types.warehouse.DataSchema ] = 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.visionai_v1.types.warehouse.DataSchema

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.update_index

update_index( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.warehouse.UpdateIndexRequest, dict] ] = None, *, index: typing.Optional[google.cloud.visionai_v1.types.warehouse.Index] = 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.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.update_index_endpoint

update_index_endpoint( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.UpdateIndexEndpointRequest, dict ] ] = None, *, index_endpoint: typing.Optional[ google.cloud.visionai_v1.types.warehouse.IndexEndpoint ] = 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.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.update_search_config

update_search_config( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.UpdateSearchConfigRequest, dict ] ] = None, *, search_config: typing.Optional[ google.cloud.visionai_v1.types.warehouse.SearchConfig ] = 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.visionai_v1.types.warehouse.SearchConfig

Updates a search configuration inside a corpus.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.update_search_config

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.update_search_hypernym

update_search_hypernym( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.UpdateSearchHypernymRequest, dict ] ] = None, *, search_hypernym: typing.Optional[ google.cloud.visionai_v1.types.warehouse.SearchHypernym ] = 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.visionai_v1.types.warehouse.SearchHypernym

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.upload_asset

upload_asset( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.warehouse.UploadAssetRequest, 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]]] = () ) -> google.api_core.operation_async.AsyncOperation

Upload asset by specifing the asset Cloud Storage uri.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.upload_asset

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.view_collection_items

view_collection_items( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.ViewCollectionItemsRequest, dict ] ] = None, *, collection: 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.visionai_v1.services.warehouse.pagers.ViewCollectionItemsAsyncPager

google.cloud.visionai_v1.services.warehouse.WarehouseAsyncClient.view_indexed_assets

view_indexed_assets( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.ViewIndexedAssetsRequest, dict ] ] = None, *, index: 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.visionai_v1.services.warehouse.pagers.ViewIndexedAssetsAsyncPager

google.cloud.visionai_v1.services.warehouse.WarehouseClient

WarehouseClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.visionai_v1.services.warehouse.transports.base.WarehouseTransport, typing.Callable[[...], google.cloud.visionai_v1.services.warehouse.transports.base.WarehouseTransport]]] = 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 warehouse client.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseClient

google.cloud.visionai_v1.services.warehouse.WarehouseClient.__exit__

__exit__(type, value, traceback)

Releases underlying transport's resources.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseClient.exit

google.cloud.visionai_v1.services.warehouse.WarehouseClient.add_collection_item

add_collection_item( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.AddCollectionItemRequest, dict ] ] = None, *, item: typing.Optional[ google.cloud.visionai_v1.types.warehouse.CollectionItem ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.visionai_v1.types.warehouse.AddCollectionItemResponse

google.cloud.visionai_v1.services.warehouse.WarehouseClient.analyze_asset

analyze_asset( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.warehouse.AnalyzeAssetRequest, 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]]] = () ) -> google.api_core.operation.Operation

Analyze asset to power search capability.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseClient.analyze_asset

google.cloud.visionai_v1.services.warehouse.WarehouseClient.analyze_corpus

analyze_corpus( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.AnalyzeCorpusRequest, 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]]] = () ) -> google.api_core.operation.Operation

google.cloud.visionai_v1.services.warehouse.WarehouseClient.annotation_path

annotation_path( project_number: str, location: str, corpus: str, asset: str, annotation: str ) -> str

Returns a fully-qualified annotation string.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseClient.annotation_path

google.cloud.visionai_v1.services.warehouse.WarehouseClient.asset_path

asset_path(project_number: str, location: str, corpus: str, asset: str) -> str

Returns a fully-qualified asset string.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseClient.asset_path

google.cloud.visionai_v1.services.warehouse.WarehouseClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseClient.cancel_operation

google.cloud.visionai_v1.services.warehouse.WarehouseClient.clip_asset

clip_asset( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.warehouse.ClipAssetRequest, 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]]] = () ) -> google.cloud.visionai_v1.types.warehouse.ClipAssetResponse

Supported by STREAM_VIDEO corpus type.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseClient.clip_asset

google.cloud.visionai_v1.services.warehouse.WarehouseClient.collection_path

collection_path( project_number: str, location: str, corpus: str, collection: str ) -> str

Returns a fully-qualified collection string.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseClient.collection_path

google.cloud.visionai_v1.services.warehouse.WarehouseClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

Returns a fully-qualified billing_account string.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseClient.common_billing_account_path

google.cloud.visionai_v1.services.warehouse.WarehouseClient.common_folder_path

common_folder_path(folder: str) -> str

Returns a fully-qualified folder string.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseClient.common_folder_path

google.cloud.visionai_v1.services.warehouse.WarehouseClient.common_location_path

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

Returns a fully-qualified location string.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseClient.common_location_path

google.cloud.visionai_v1.services.warehouse.WarehouseClient.common_organization_path

common_organization_path(organization: str) -> str

Returns a fully-qualified organization string.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseClient.common_organization_path

google.cloud.visionai_v1.services.warehouse.WarehouseClient.common_project_path

common_project_path(project: str) -> str

Returns a fully-qualified project string.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseClient.common_project_path

google.cloud.visionai_v1.services.warehouse.WarehouseClient.corpus_path

corpus_path(project_number: str, location: str, corpus: str) -> str

Returns a fully-qualified corpus string.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseClient.corpus_path

google.cloud.visionai_v1.services.warehouse.WarehouseClient.create_annotation

create_annotation( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.CreateAnnotationRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, annotation: typing.Optional[ google.cloud.visionai_v1.types.warehouse.Annotation ] = None, annotation_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.visionai_v1.types.warehouse.Annotation

google.cloud.visionai_v1.services.warehouse.WarehouseClient.create_asset

create_asset( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.warehouse.CreateAssetRequest, dict] ] = None, *, parent: typing.Optional[str] = None, asset: typing.Optional[google.cloud.visionai_v1.types.warehouse.Asset] = None, asset_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.visionai_v1.types.warehouse.Asset

google.cloud.visionai_v1.services.warehouse.WarehouseClient.create_collection

create_collection( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.CreateCollectionRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, collection: typing.Optional[ google.cloud.visionai_v1.types.warehouse.Collection ] = None, collection_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.visionai_v1.services.warehouse.WarehouseClient.create_corpus

create_corpus( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.warehouse.CreateCorpusRequest, dict] ] = None, *, parent: typing.Optional[str] = None, corpus: typing.Optional[google.cloud.visionai_v1.types.warehouse.Corpus] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.visionai_v1.services.warehouse.WarehouseClient.create_data_schema

create_data_schema( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.CreateDataSchemaRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, data_schema: typing.Optional[ google.cloud.visionai_v1.types.warehouse.DataSchema ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.visionai_v1.types.warehouse.DataSchema

google.cloud.visionai_v1.services.warehouse.WarehouseClient.create_index

create_index( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.warehouse.CreateIndexRequest, dict] ] = None, *, parent: typing.Optional[str] = None, index: typing.Optional[google.cloud.visionai_v1.types.warehouse.Index] = None, index_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.visionai_v1.services.warehouse.WarehouseClient.create_index_endpoint

create_index_endpoint( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.CreateIndexEndpointRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, index_endpoint: typing.Optional[ google.cloud.visionai_v1.types.warehouse.IndexEndpoint ] = None, index_endpoint_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.visionai_v1.services.warehouse.WarehouseClient.create_search_config

create_search_config( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.CreateSearchConfigRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, search_config: typing.Optional[ google.cloud.visionai_v1.types.warehouse.SearchConfig ] = None, search_config_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.visionai_v1.types.warehouse.SearchConfig

Creates a search configuration inside a corpus.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseClient.create_search_config

google.cloud.visionai_v1.services.warehouse.WarehouseClient.create_search_hypernym

create_search_hypernym( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.CreateSearchHypernymRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, search_hypernym: typing.Optional[ google.cloud.visionai_v1.types.warehouse.SearchHypernym ] = None, search_hypernym_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.visionai_v1.types.warehouse.SearchHypernym

google.cloud.visionai_v1.services.warehouse.WarehouseClient.data_schema_path

data_schema_path( project_number: str, location: str, corpus: str, data_schema: str ) -> str

Returns a fully-qualified data_schema string.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseClient.data_schema_path

google.cloud.visionai_v1.services.warehouse.WarehouseClient.delete_annotation

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

google.cloud.visionai_v1.services.warehouse.WarehouseClient.delete_asset

delete_asset( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.warehouse.DeleteAssetRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.visionai_v1.services.warehouse.WarehouseClient.delete_collection

delete_collection( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.DeleteCollectionRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.visionai_v1.services.warehouse.WarehouseClient.delete_corpus

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

google.cloud.visionai_v1.services.warehouse.WarehouseClient.delete_data_schema

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

google.cloud.visionai_v1.services.warehouse.WarehouseClient.delete_index

delete_index( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.warehouse.DeleteIndexRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.visionai_v1.services.warehouse.WarehouseClient.delete_index_endpoint

delete_index_endpoint( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.DeleteIndexEndpointRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.visionai_v1.services.warehouse.WarehouseClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.visionai_v1.services.warehouse.WarehouseClient.delete_search_config

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

Deletes a search configuration inside a corpus.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseClient.delete_search_config

google.cloud.visionai_v1.services.warehouse.WarehouseClient.delete_search_hypernym

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

google.cloud.visionai_v1.services.warehouse.WarehouseClient.deploy_index

deploy_index( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.warehouse.DeployIndexRequest, 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]]] = () ) -> google.api_core.operation.Operation

google.cloud.visionai_v1.services.warehouse.WarehouseClient.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.visionai_v1.services.warehouse.WarehouseClient.from_service_account_file

google.cloud.visionai_v1.services.warehouse.WarehouseClient.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.visionai_v1.services.warehouse.WarehouseClient.from_service_account_info

google.cloud.visionai_v1.services.warehouse.WarehouseClient.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.visionai_v1.services.warehouse.WarehouseClient.from_service_account_json

google.cloud.visionai_v1.services.warehouse.WarehouseClient.generate_hls_uri

generate_hls_uri( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.GenerateHlsUriRequest, 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]]] = () ) -> google.cloud.visionai_v1.types.warehouse.GenerateHlsUriResponse

google.cloud.visionai_v1.services.warehouse.WarehouseClient.generate_retrieval_url

generate_retrieval_url( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.GenerateRetrievalUrlRequest, 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]]] = () ) -> google.cloud.visionai_v1.types.warehouse.GenerateRetrievalUrlResponse

Generates a signed url for downloading the asset.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseClient.generate_retrieval_url

google.cloud.visionai_v1.services.warehouse.WarehouseClient.get_annotation

get_annotation( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.GetAnnotationRequest, 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.visionai_v1.types.warehouse.Annotation

google.cloud.visionai_v1.services.warehouse.WarehouseClient.get_asset

get_asset( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.warehouse.GetAssetRequest, 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.visionai_v1.types.warehouse.Asset

google.cloud.visionai_v1.services.warehouse.WarehouseClient.get_collection

get_collection( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.GetCollectionRequest, 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.visionai_v1.types.warehouse.Collection

google.cloud.visionai_v1.services.warehouse.WarehouseClient.get_corpus

get_corpus( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.warehouse.GetCorpusRequest, 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.visionai_v1.types.warehouse.Corpus

Gets corpus details inside a project.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseClient.get_corpus

google.cloud.visionai_v1.services.warehouse.WarehouseClient.get_data_schema

get_data_schema( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.GetDataSchemaRequest, 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.visionai_v1.types.warehouse.DataSchema

google.cloud.visionai_v1.services.warehouse.WarehouseClient.get_index

get_index( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.warehouse.GetIndexRequest, 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.visionai_v1.types.warehouse.Index

Gets the details of a single Index under a Corpus.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseClient.get_index

google.cloud.visionai_v1.services.warehouse.WarehouseClient.get_index_endpoint

get_index_endpoint( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.GetIndexEndpointRequest, 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.visionai_v1.types.warehouse.IndexEndpoint

google.cloud.visionai_v1.services.warehouse.WarehouseClient.get_mtls_endpoint_and_cert_source

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

google.cloud.visionai_v1.services.warehouse.WarehouseClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseClient.get_operation

google.cloud.visionai_v1.services.warehouse.WarehouseClient.get_search_config

get_search_config( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.GetSearchConfigRequest, 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.visionai_v1.types.warehouse.SearchConfig

Gets a search configuration inside a corpus.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseClient.get_search_config

google.cloud.visionai_v1.services.warehouse.WarehouseClient.get_search_hypernym

get_search_hypernym( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.GetSearchHypernymRequest, 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.visionai_v1.types.warehouse.SearchHypernym

google.cloud.visionai_v1.services.warehouse.WarehouseClient.import_assets

import_assets( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.warehouse.ImportAssetsRequest, 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]]] = () ) -> google.api_core.operation.Operation

Imports assets (images plus annotations) from a meta file on cloud storage.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseClient.import_assets

google.cloud.visionai_v1.services.warehouse.WarehouseClient.index_asset

index_asset( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.warehouse.IndexAssetRequest, 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]]] = () ) -> google.api_core.operation.Operation

google.cloud.visionai_v1.services.warehouse.WarehouseClient.index_endpoint_path

index_endpoint_path(project: str, location: str, index_endpoint: str) -> str

Returns a fully-qualified index_endpoint string.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseClient.index_endpoint_path

google.cloud.visionai_v1.services.warehouse.WarehouseClient.index_path

index_path(project_number: str, location: str, corpus: str, index: str) -> str

Returns a fully-qualified index string.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseClient.index_path

google.cloud.visionai_v1.services.warehouse.WarehouseClient.ingest_asset

ingest_asset( requests: typing.Optional[ typing.Iterator[google.cloud.visionai_v1.types.warehouse.IngestAssetRequest] ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> typing.Iterable[google.cloud.visionai_v1.types.warehouse.IngestAssetResponse]

google.cloud.visionai_v1.services.warehouse.WarehouseClient.list_annotations

list_annotations( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.ListAnnotationsRequest, 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.visionai_v1.services.warehouse.pagers.ListAnnotationsPager

Lists a list of annotations inside asset.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseClient.list_annotations

google.cloud.visionai_v1.services.warehouse.WarehouseClient.list_assets

list_assets( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.warehouse.ListAssetsRequest, 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.visionai_v1.services.warehouse.pagers.ListAssetsPager

Lists an list of assets inside corpus.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseClient.list_assets

google.cloud.visionai_v1.services.warehouse.WarehouseClient.list_collections

list_collections( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.ListCollectionsRequest, 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.visionai_v1.services.warehouse.pagers.ListCollectionsPager

google.cloud.visionai_v1.services.warehouse.WarehouseClient.list_corpora

list_corpora( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.warehouse.ListCorporaRequest, 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.visionai_v1.services.warehouse.pagers.ListCorporaPager

google.cloud.visionai_v1.services.warehouse.WarehouseClient.list_data_schemas

list_data_schemas( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.ListDataSchemasRequest, 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.visionai_v1.services.warehouse.pagers.ListDataSchemasPager

Lists a list of data schemas inside corpus.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseClient.list_data_schemas

google.cloud.visionai_v1.services.warehouse.WarehouseClient.list_index_endpoints

list_index_endpoints( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.ListIndexEndpointsRequest, 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.visionai_v1.services.warehouse.pagers.ListIndexEndpointsPager

google.cloud.visionai_v1.services.warehouse.WarehouseClient.list_indexes

list_indexes( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.warehouse.ListIndexesRequest, 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.visionai_v1.services.warehouse.pagers.ListIndexesPager

google.cloud.visionai_v1.services.warehouse.WarehouseClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseClient.list_operations

google.cloud.visionai_v1.services.warehouse.WarehouseClient.list_search_configs

list_search_configs( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.ListSearchConfigsRequest, 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.visionai_v1.services.warehouse.pagers.ListSearchConfigsPager

Lists all search configurations inside a corpus.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseClient.list_search_configs

google.cloud.visionai_v1.services.warehouse.WarehouseClient.list_search_hypernyms

list_search_hypernyms( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.ListSearchHypernymsRequest, 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.visionai_v1.services.warehouse.pagers.ListSearchHypernymsPager

google.cloud.visionai_v1.services.warehouse.WarehouseClient.parse_annotation_path

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

Parses a annotation path into its component segments.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseClient.parse_annotation_path

google.cloud.visionai_v1.services.warehouse.WarehouseClient.parse_asset_path

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

Parses a asset path into its component segments.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseClient.parse_asset_path

google.cloud.visionai_v1.services.warehouse.WarehouseClient.parse_collection_path

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

Parses a collection path into its component segments.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseClient.parse_collection_path

google.cloud.visionai_v1.services.warehouse.WarehouseClient.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.visionai_v1.services.warehouse.WarehouseClient.parse_common_billing_account_path

google.cloud.visionai_v1.services.warehouse.WarehouseClient.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.visionai_v1.services.warehouse.WarehouseClient.parse_common_folder_path

google.cloud.visionai_v1.services.warehouse.WarehouseClient.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.visionai_v1.services.warehouse.WarehouseClient.parse_common_location_path

google.cloud.visionai_v1.services.warehouse.WarehouseClient.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.visionai_v1.services.warehouse.WarehouseClient.parse_common_organization_path

google.cloud.visionai_v1.services.warehouse.WarehouseClient.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.visionai_v1.services.warehouse.WarehouseClient.parse_common_project_path

google.cloud.visionai_v1.services.warehouse.WarehouseClient.parse_corpus_path

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

Parses a corpus path into its component segments.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseClient.parse_corpus_path

google.cloud.visionai_v1.services.warehouse.WarehouseClient.parse_data_schema_path

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

Parses a data_schema path into its component segments.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseClient.parse_data_schema_path

google.cloud.visionai_v1.services.warehouse.WarehouseClient.parse_index_endpoint_path

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

Parses a index_endpoint path into its component segments.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseClient.parse_index_endpoint_path

google.cloud.visionai_v1.services.warehouse.WarehouseClient.parse_index_path

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

Parses a index path into its component segments.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseClient.parse_index_path

google.cloud.visionai_v1.services.warehouse.WarehouseClient.parse_search_config_path

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

Parses a search_config path into its component segments.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseClient.parse_search_config_path

google.cloud.visionai_v1.services.warehouse.WarehouseClient.parse_search_hypernym_path

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

Parses a search_hypernym path into its component segments.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseClient.parse_search_hypernym_path

google.cloud.visionai_v1.services.warehouse.WarehouseClient.remove_collection_item

remove_collection_item( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.RemoveCollectionItemRequest, dict ] ] = None, *, item: typing.Optional[ google.cloud.visionai_v1.types.warehouse.CollectionItem ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.visionai_v1.types.warehouse.RemoveCollectionItemResponse

google.cloud.visionai_v1.services.warehouse.WarehouseClient.remove_index_asset

remove_index_asset( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.RemoveIndexAssetRequest, 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]]] = () ) -> google.api_core.operation.Operation

Remove one asset's index data for search.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseClient.remove_index_asset

google.cloud.visionai_v1.services.warehouse.WarehouseClient.search_assets

search_assets( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.warehouse.SearchAssetsRequest, 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]]] = () ) -> google.cloud.visionai_v1.services.warehouse.pagers.SearchAssetsPager

google.cloud.visionai_v1.services.warehouse.WarehouseClient.search_config_path

search_config_path( project_number: str, location: str, corpus: str, search_config: str ) -> str

Returns a fully-qualified search_config string.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseClient.search_config_path

google.cloud.visionai_v1.services.warehouse.WarehouseClient.search_hypernym_path

search_hypernym_path( project_number: str, location: str, corpus: str, search_hypernym: str ) -> str

Returns a fully-qualified search_hypernym string.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseClient.search_hypernym_path

google.cloud.visionai_v1.services.warehouse.WarehouseClient.search_index_endpoint

search_index_endpoint( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.SearchIndexEndpointRequest, 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]]] = () ) -> google.cloud.visionai_v1.services.warehouse.pagers.SearchIndexEndpointPager

Search a deployed index endpoint (IMAGE corpus type only).

See more: google.cloud.visionai_v1.services.warehouse.WarehouseClient.search_index_endpoint

google.cloud.visionai_v1.services.warehouse.WarehouseClient.undeploy_index

undeploy_index( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.UndeployIndexRequest, 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]]] = () ) -> google.api_core.operation.Operation

Undeploys an Index from IndexEndpoint.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseClient.undeploy_index

google.cloud.visionai_v1.services.warehouse.WarehouseClient.update_annotation

update_annotation( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.UpdateAnnotationRequest, dict ] ] = None, *, annotation: typing.Optional[ google.cloud.visionai_v1.types.warehouse.Annotation ] = 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.visionai_v1.types.warehouse.Annotation

google.cloud.visionai_v1.services.warehouse.WarehouseClient.update_asset

update_asset( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.warehouse.UpdateAssetRequest, dict] ] = None, *, asset: typing.Optional[google.cloud.visionai_v1.types.warehouse.Asset] = 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.visionai_v1.types.warehouse.Asset

google.cloud.visionai_v1.services.warehouse.WarehouseClient.update_collection

update_collection( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.UpdateCollectionRequest, dict ] ] = None, *, collection: typing.Optional[ google.cloud.visionai_v1.types.warehouse.Collection ] = 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.visionai_v1.types.warehouse.Collection

google.cloud.visionai_v1.services.warehouse.WarehouseClient.update_corpus

update_corpus( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.warehouse.UpdateCorpusRequest, dict] ] = None, *, corpus: typing.Optional[google.cloud.visionai_v1.types.warehouse.Corpus] = 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.visionai_v1.types.warehouse.Corpus

google.cloud.visionai_v1.services.warehouse.WarehouseClient.update_data_schema

update_data_schema( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.UpdateDataSchemaRequest, dict ] ] = None, *, data_schema: typing.Optional[ google.cloud.visionai_v1.types.warehouse.DataSchema ] = 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.visionai_v1.types.warehouse.DataSchema

google.cloud.visionai_v1.services.warehouse.WarehouseClient.update_index

update_index( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.warehouse.UpdateIndexRequest, dict] ] = None, *, index: typing.Optional[google.cloud.visionai_v1.types.warehouse.Index] = 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.api_core.operation.Operation

google.cloud.visionai_v1.services.warehouse.WarehouseClient.update_index_endpoint

update_index_endpoint( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.UpdateIndexEndpointRequest, dict ] ] = None, *, index_endpoint: typing.Optional[ google.cloud.visionai_v1.types.warehouse.IndexEndpoint ] = 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.api_core.operation.Operation

google.cloud.visionai_v1.services.warehouse.WarehouseClient.update_search_config

update_search_config( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.UpdateSearchConfigRequest, dict ] ] = None, *, search_config: typing.Optional[ google.cloud.visionai_v1.types.warehouse.SearchConfig ] = 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.visionai_v1.types.warehouse.SearchConfig

Updates a search configuration inside a corpus.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseClient.update_search_config

google.cloud.visionai_v1.services.warehouse.WarehouseClient.update_search_hypernym

update_search_hypernym( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.UpdateSearchHypernymRequest, dict ] ] = None, *, search_hypernym: typing.Optional[ google.cloud.visionai_v1.types.warehouse.SearchHypernym ] = 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.visionai_v1.types.warehouse.SearchHypernym

google.cloud.visionai_v1.services.warehouse.WarehouseClient.upload_asset

upload_asset( request: typing.Optional[ typing.Union[google.cloud.visionai_v1.types.warehouse.UploadAssetRequest, 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]]] = () ) -> google.api_core.operation.Operation

Upload asset by specifing the asset Cloud Storage uri.

See more: google.cloud.visionai_v1.services.warehouse.WarehouseClient.upload_asset

google.cloud.visionai_v1.services.warehouse.WarehouseClient.view_collection_items

view_collection_items( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.ViewCollectionItemsRequest, dict ] ] = None, *, collection: 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.visionai_v1.services.warehouse.pagers.ViewCollectionItemsPager

google.cloud.visionai_v1.services.warehouse.WarehouseClient.view_indexed_assets

view_indexed_assets( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1.types.warehouse.ViewIndexedAssetsRequest, dict ] ] = None, *, index: 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.visionai_v1.services.warehouse.pagers.ViewIndexedAssetsPager

google.cloud.visionai_v1.services.warehouse.pagers.ListAnnotationsAsyncPager

ListAnnotationsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.visionai_v1.types.warehouse.ListAnnotationsResponse ], ], request: google.cloud.visionai_v1.types.warehouse.ListAnnotationsRequest, response: google.cloud.visionai_v1.types.warehouse.ListAnnotationsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1.services.warehouse.pagers.ListAnnotationsPager

ListAnnotationsPager( method: typing.Callable[ [...], google.cloud.visionai_v1.types.warehouse.ListAnnotationsResponse ], request: google.cloud.visionai_v1.types.warehouse.ListAnnotationsRequest, response: google.cloud.visionai_v1.types.warehouse.ListAnnotationsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1.services.warehouse.pagers.ListAssetsAsyncPager

ListAssetsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[google.cloud.visionai_v1.types.warehouse.ListAssetsResponse], ], request: google.cloud.visionai_v1.types.warehouse.ListAssetsRequest, response: google.cloud.visionai_v1.types.warehouse.ListAssetsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1.services.warehouse.pagers.ListAssetsPager

ListAssetsPager( method: typing.Callable[ [...], google.cloud.visionai_v1.types.warehouse.ListAssetsResponse ], request: google.cloud.visionai_v1.types.warehouse.ListAssetsRequest, response: google.cloud.visionai_v1.types.warehouse.ListAssetsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1.services.warehouse.pagers.ListCollectionsAsyncPager

ListCollectionsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.visionai_v1.types.warehouse.ListCollectionsResponse ], ], request: google.cloud.visionai_v1.types.warehouse.ListCollectionsRequest, response: google.cloud.visionai_v1.types.warehouse.ListCollectionsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1.services.warehouse.pagers.ListCollectionsPager

ListCollectionsPager( method: typing.Callable[ [...], google.cloud.visionai_v1.types.warehouse.ListCollectionsResponse ], request: google.cloud.visionai_v1.types.warehouse.ListCollectionsRequest, response: google.cloud.visionai_v1.types.warehouse.ListCollectionsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1.services.warehouse.pagers.ListCorporaAsyncPager

ListCorporaAsyncPager( method: typing.Callable[ [...], typing.Awaitable[google.cloud.visionai_v1.types.warehouse.ListCorporaResponse], ], request: google.cloud.visionai_v1.types.warehouse.ListCorporaRequest, response: google.cloud.visionai_v1.types.warehouse.ListCorporaResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1.services.warehouse.pagers.ListCorporaPager

ListCorporaPager( method: typing.Callable[ [...], google.cloud.visionai_v1.types.warehouse.ListCorporaResponse ], request: google.cloud.visionai_v1.types.warehouse.ListCorporaRequest, response: google.cloud.visionai_v1.types.warehouse.ListCorporaResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1.services.warehouse.pagers.ListDataSchemasAsyncPager

ListDataSchemasAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.visionai_v1.types.warehouse.ListDataSchemasResponse ], ], request: google.cloud.visionai_v1.types.warehouse.ListDataSchemasRequest, response: google.cloud.visionai_v1.types.warehouse.ListDataSchemasResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1.services.warehouse.pagers.ListDataSchemasPager

ListDataSchemasPager( method: typing.Callable[ [...], google.cloud.visionai_v1.types.warehouse.ListDataSchemasResponse ], request: google.cloud.visionai_v1.types.warehouse.ListDataSchemasRequest, response: google.cloud.visionai_v1.types.warehouse.ListDataSchemasResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1.services.warehouse.pagers.ListIndexEndpointsAsyncPager

ListIndexEndpointsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.visionai_v1.types.warehouse.ListIndexEndpointsResponse ], ], request: google.cloud.visionai_v1.types.warehouse.ListIndexEndpointsRequest, response: google.cloud.visionai_v1.types.warehouse.ListIndexEndpointsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1.services.warehouse.pagers.ListIndexEndpointsPager

ListIndexEndpointsPager( method: typing.Callable[ [...], google.cloud.visionai_v1.types.warehouse.ListIndexEndpointsResponse ], request: google.cloud.visionai_v1.types.warehouse.ListIndexEndpointsRequest, response: google.cloud.visionai_v1.types.warehouse.ListIndexEndpointsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1.services.warehouse.pagers.ListIndexesAsyncPager

ListIndexesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[google.cloud.visionai_v1.types.warehouse.ListIndexesResponse], ], request: google.cloud.visionai_v1.types.warehouse.ListIndexesRequest, response: google.cloud.visionai_v1.types.warehouse.ListIndexesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1.services.warehouse.pagers.ListIndexesPager

ListIndexesPager( method: typing.Callable[ [...], google.cloud.visionai_v1.types.warehouse.ListIndexesResponse ], request: google.cloud.visionai_v1.types.warehouse.ListIndexesRequest, response: google.cloud.visionai_v1.types.warehouse.ListIndexesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1.services.warehouse.pagers.ListSearchConfigsAsyncPager

ListSearchConfigsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.visionai_v1.types.warehouse.ListSearchConfigsResponse ], ], request: google.cloud.visionai_v1.types.warehouse.ListSearchConfigsRequest, response: google.cloud.visionai_v1.types.warehouse.ListSearchConfigsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1.services.warehouse.pagers.ListSearchConfigsPager

ListSearchConfigsPager( method: typing.Callable[ [...], google.cloud.visionai_v1.types.warehouse.ListSearchConfigsResponse ], request: google.cloud.visionai_v1.types.warehouse.ListSearchConfigsRequest, response: google.cloud.visionai_v1.types.warehouse.ListSearchConfigsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1.services.warehouse.pagers.ListSearchHypernymsAsyncPager

ListSearchHypernymsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.visionai_v1.types.warehouse.ListSearchHypernymsResponse ], ], request: google.cloud.visionai_v1.types.warehouse.ListSearchHypernymsRequest, response: google.cloud.visionai_v1.types.warehouse.ListSearchHypernymsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1.services.warehouse.pagers.ListSearchHypernymsPager

ListSearchHypernymsPager( method: typing.Callable[ [...], google.cloud.visionai_v1.types.warehouse.ListSearchHypernymsResponse ], request: google.cloud.visionai_v1.types.warehouse.ListSearchHypernymsRequest, response: google.cloud.visionai_v1.types.warehouse.ListSearchHypernymsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1.services.warehouse.pagers.SearchAssetsAsyncPager

SearchAssetsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[google.cloud.visionai_v1.types.warehouse.SearchAssetsResponse], ], request: google.cloud.visionai_v1.types.warehouse.SearchAssetsRequest, response: google.cloud.visionai_v1.types.warehouse.SearchAssetsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1.services.warehouse.pagers.SearchAssetsPager

SearchAssetsPager( method: typing.Callable[ [...], google.cloud.visionai_v1.types.warehouse.SearchAssetsResponse ], request: google.cloud.visionai_v1.types.warehouse.SearchAssetsRequest, response: google.cloud.visionai_v1.types.warehouse.SearchAssetsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1.services.warehouse.pagers.SearchIndexEndpointAsyncPager

SearchIndexEndpointAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.visionai_v1.types.warehouse.SearchIndexEndpointResponse ], ], request: google.cloud.visionai_v1.types.warehouse.SearchIndexEndpointRequest, response: google.cloud.visionai_v1.types.warehouse.SearchIndexEndpointResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1.services.warehouse.pagers.SearchIndexEndpointPager

SearchIndexEndpointPager( method: typing.Callable[ [...], google.cloud.visionai_v1.types.warehouse.SearchIndexEndpointResponse ], request: google.cloud.visionai_v1.types.warehouse.SearchIndexEndpointRequest, response: google.cloud.visionai_v1.types.warehouse.SearchIndexEndpointResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1.services.warehouse.pagers.ViewCollectionItemsAsyncPager

ViewCollectionItemsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.visionai_v1.types.warehouse.ViewCollectionItemsResponse ], ], request: google.cloud.visionai_v1.types.warehouse.ViewCollectionItemsRequest, response: google.cloud.visionai_v1.types.warehouse.ViewCollectionItemsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1.services.warehouse.pagers.ViewCollectionItemsPager

ViewCollectionItemsPager( method: typing.Callable[ [...], google.cloud.visionai_v1.types.warehouse.ViewCollectionItemsResponse ], request: google.cloud.visionai_v1.types.warehouse.ViewCollectionItemsRequest, response: google.cloud.visionai_v1.types.warehouse.ViewCollectionItemsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1.services.warehouse.pagers.ViewIndexedAssetsAsyncPager

ViewIndexedAssetsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.visionai_v1.types.warehouse.ViewIndexedAssetsResponse ], ], request: google.cloud.visionai_v1.types.warehouse.ViewIndexedAssetsRequest, response: google.cloud.visionai_v1.types.warehouse.ViewIndexedAssetsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1.services.warehouse.pagers.ViewIndexedAssetsPager

ViewIndexedAssetsPager( method: typing.Callable[ [...], google.cloud.visionai_v1.types.warehouse.ViewIndexedAssetsResponse ], request: google.cloud.visionai_v1.types.warehouse.ViewIndexedAssetsRequest, response: google.cloud.visionai_v1.types.warehouse.ViewIndexedAssetsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient

AppPlatformAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.visionai_v1alpha1.services.app_platform.transports.base.AppPlatformTransport, typing.Callable[[...], google.cloud.visionai_v1alpha1.services.app_platform.transports.base.AppPlatformTransport]]] = '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 app platform async client.

See more: google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.add_application_stream_input

add_application_stream_input( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.platform.AddApplicationStreamInputRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.application_path

application_path(project: str, location: str, application: str) -> str

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.cancel_operation

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.common_location_path

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

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.create_application

create_application( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.platform.CreateApplicationRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, application: typing.Optional[ google.cloud.visionai_v1alpha1.types.platform.Application ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

Creates a new Application in a given project and location.

See more: google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.create_application

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.create_application_instances

create_application_instances( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.platform.CreateApplicationInstancesRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.create_draft

create_draft( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.platform.CreateDraftRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, draft: typing.Optional[google.cloud.visionai_v1alpha1.types.platform.Draft] = None, draft_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

Creates a new Draft in a given project and location.

See more: google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.create_draft

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.create_processor

create_processor( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.platform.CreateProcessorRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, processor: typing.Optional[ google.cloud.visionai_v1alpha1.types.platform.Processor ] = None, processor_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

Creates a new Processor in a given project and location.

See more: google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.create_processor

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.delete_application

delete_application( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.platform.DeleteApplicationRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.delete_application_instances

delete_application_instances( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.platform.DeleteApplicationInstancesRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

Remove target stream input to the Application, if the Application is deployed, the corresponding instance based will be deleted.

See more: google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.delete_application_instances

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.delete_draft

delete_draft( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.platform.DeleteDraftRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.delete_processor

delete_processor( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.platform.DeleteProcessorRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.deploy_application

deploy_application( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.platform.DeployApplicationRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.draft_path

draft_path(project: str, location: str, application: str, draft: str) -> str

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.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.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.from_service_account_file

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.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.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.from_service_account_info

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.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.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.from_service_account_json

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.get_application

get_application( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.platform.GetApplicationRequest, 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.visionai_v1alpha1.types.platform.Application

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.get_draft

get_draft( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.platform.GetDraftRequest, 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.visionai_v1alpha1.types.platform.Draft

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.get_iam_policy

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

Gets the IAM access control policy for a function.

See more: google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.get_iam_policy

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.get_instance

get_instance( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.platform.GetInstanceRequest, 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.visionai_v1alpha1.types.platform.Instance

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.get_location

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

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.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.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.get_mtls_endpoint_and_cert_source

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.get_operation

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.get_processor

get_processor( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.platform.GetProcessorRequest, 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.visionai_v1alpha1.types.platform.Processor

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.get_transport_class

get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.visionai_v1alpha1.services.app_platform.transports.base.AppPlatformTransport ]

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.instance_path

instance_path(project: str, location: str, application: str, instance: str) -> str

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.list_applications

list_applications( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.platform.ListApplicationsRequest, 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.visionai_v1alpha1.services.app_platform.pagers.ListApplicationsAsyncPager )

Lists Applications in a given project and location.

See more: google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.list_applications

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.list_drafts

list_drafts( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.platform.ListDraftsRequest, 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.visionai_v1alpha1.services.app_platform.pagers.ListDraftsAsyncPager

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.list_instances

list_instances( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.platform.ListInstancesRequest, 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.visionai_v1alpha1.services.app_platform.pagers.ListInstancesAsyncPager )

Lists Instances in a given project and location.

See more: google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.list_instances

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.list_locations

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

Lists information about the supported locations for this service.

See more: google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.list_locations

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.list_operations

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.list_prebuilt_processors

list_prebuilt_processors( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.platform.ListPrebuiltProcessorsRequest, 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.visionai_v1alpha1.types.platform.ListPrebuiltProcessorsResponse

ListPrebuiltProcessors is a custom pass-through verb that Lists Prebuilt Processors.

See more: google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.list_prebuilt_processors

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.list_processors

list_processors( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.platform.ListProcessorsRequest, 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.visionai_v1alpha1.services.app_platform.pagers.ListProcessorsAsyncPager )

Lists Processors in a given project and location.

See more: google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.list_processors

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.parse_application_path

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

Parses a application path into its component segments.

See more: google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.parse_application_path

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.parse_common_billing_account_path

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

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.parse_common_folder_path

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

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.parse_common_location_path

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

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.parse_common_organization_path

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

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.parse_common_project_path

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

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.parse_draft_path

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

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.parse_instance_path

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

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.parse_processor_path

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

Parses a processor path into its component segments.

See more: google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.parse_processor_path

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.parse_stream_path

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

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.processor_path

processor_path(project: str, location: str, processor: str) -> str

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.remove_application_stream_input

remove_application_stream_input( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.platform.RemoveApplicationStreamInputRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

Remove target stream input to the Application, if the Application is deployed, the corresponding instance based will be deleted.

See more: google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.remove_application_stream_input

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.set_iam_policy

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

Sets the IAM access control policy on the specified function.

See more: google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.set_iam_policy

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.stream_path

stream_path(project: str, location: str, cluster: str, stream: str) -> str

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.test_iam_permissions

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

Tests the specified IAM permissions against the IAM access control policy for a function.

See more: google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.test_iam_permissions

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.undeploy_application

undeploy_application( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.platform.UndeployApplicationRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.update_application

update_application( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.platform.UpdateApplicationRequest, dict ] ] = None, *, application: typing.Optional[ google.cloud.visionai_v1alpha1.types.platform.Application ] = 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.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.update_application_instances

update_application_instances( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.platform.UpdateApplicationInstancesRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, application_instances: typing.Optional[ typing.MutableSequence[ google.cloud.visionai_v1alpha1.types.platform.UpdateApplicationInstancesRequest.UpdateApplicationInstance ] ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.update_application_stream_input

update_application_stream_input( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.platform.UpdateApplicationStreamInputRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

Update target stream input to the Application, if the Application is deployed, the corresponding instance based will be deployed.

See more: google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.update_application_stream_input

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.update_draft

update_draft( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.platform.UpdateDraftRequest, dict ] ] = None, *, draft: typing.Optional[google.cloud.visionai_v1alpha1.types.platform.Draft] = 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.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformAsyncClient.update_processor

update_processor( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.platform.UpdateProcessorRequest, dict ] ] = None, *, processor: typing.Optional[ google.cloud.visionai_v1alpha1.types.platform.Processor ] = 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.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient

AppPlatformClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.visionai_v1alpha1.services.app_platform.transports.base.AppPlatformTransport, typing.Callable[[...], google.cloud.visionai_v1alpha1.services.app_platform.transports.base.AppPlatformTransport]]] = 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 app platform client.

See more: google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.__exit__

__exit__(type, value, traceback)

Releases underlying transport's resources.

See more: google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.exit

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.add_application_stream_input

add_application_stream_input( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.platform.AddApplicationStreamInputRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.application_path

application_path(project: str, location: str, application: str) -> str

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.cancel_operation

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.common_location_path

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

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.common_project_path

common_project_path(project: str) -> str

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.create_application

create_application( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.platform.CreateApplicationRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, application: typing.Optional[ google.cloud.visionai_v1alpha1.types.platform.Application ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

Creates a new Application in a given project and location.

See more: google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.create_application

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.create_application_instances

create_application_instances( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.platform.CreateApplicationInstancesRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.create_draft

create_draft( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.platform.CreateDraftRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, draft: typing.Optional[google.cloud.visionai_v1alpha1.types.platform.Draft] = None, draft_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

Creates a new Draft in a given project and location.

See more: google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.create_draft

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.create_processor

create_processor( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.platform.CreateProcessorRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, processor: typing.Optional[ google.cloud.visionai_v1alpha1.types.platform.Processor ] = None, processor_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

Creates a new Processor in a given project and location.

See more: google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.create_processor

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.delete_application

delete_application( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.platform.DeleteApplicationRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.delete_application_instances

delete_application_instances( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.platform.DeleteApplicationInstancesRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

Remove target stream input to the Application, if the Application is deployed, the corresponding instance based will be deleted.

See more: google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.delete_application_instances

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.delete_draft

delete_draft( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.platform.DeleteDraftRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.delete_processor

delete_processor( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.platform.DeleteProcessorRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.deploy_application

deploy_application( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.platform.DeployApplicationRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.draft_path

draft_path(project: str, location: str, application: str, draft: str) -> str

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.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.visionai_v1alpha1.services.app_platform.AppPlatformClient.from_service_account_file

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.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.visionai_v1alpha1.services.app_platform.AppPlatformClient.from_service_account_info

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.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.visionai_v1alpha1.services.app_platform.AppPlatformClient.from_service_account_json

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.get_application

get_application( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.platform.GetApplicationRequest, 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.visionai_v1alpha1.types.platform.Application

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.get_draft

get_draft( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.platform.GetDraftRequest, 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.visionai_v1alpha1.types.platform.Draft

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.get_iam_policy

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

Gets the IAM access control policy for a function.

See more: google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.get_iam_policy

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.get_instance

get_instance( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.platform.GetInstanceRequest, 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.visionai_v1alpha1.types.platform.Instance

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.get_location

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

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.get_mtls_endpoint_and_cert_source

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

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.get_operation

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.get_processor

get_processor( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.platform.GetProcessorRequest, 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.visionai_v1alpha1.types.platform.Processor

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.instance_path

instance_path(project: str, location: str, application: str, instance: str) -> str

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.list_applications

list_applications( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.platform.ListApplicationsRequest, 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.visionai_v1alpha1.services.app_platform.pagers.ListApplicationsPager

Lists Applications in a given project and location.

See more: google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.list_applications

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.list_drafts

list_drafts( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.platform.ListDraftsRequest, 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.visionai_v1alpha1.services.app_platform.pagers.ListDraftsPager

Lists Drafts in a given project and location.

See more: google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.list_drafts

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.list_instances

list_instances( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.platform.ListInstancesRequest, 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.visionai_v1alpha1.services.app_platform.pagers.ListInstancesPager

Lists Instances in a given project and location.

See more: google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.list_instances

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.list_locations

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

Lists information about the supported locations for this service.

See more: google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.list_locations

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.list_operations

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.list_prebuilt_processors

list_prebuilt_processors( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.platform.ListPrebuiltProcessorsRequest, 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.visionai_v1alpha1.types.platform.ListPrebuiltProcessorsResponse

ListPrebuiltProcessors is a custom pass-through verb that Lists Prebuilt Processors.

See more: google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.list_prebuilt_processors

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.list_processors

list_processors( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.platform.ListProcessorsRequest, 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.visionai_v1alpha1.services.app_platform.pagers.ListProcessorsPager

Lists Processors in a given project and location.

See more: google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.list_processors

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.parse_application_path

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

Parses a application path into its component segments.

See more: google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.parse_application_path

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.parse_common_billing_account_path

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

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.parse_common_folder_path

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

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.parse_common_location_path

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

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.parse_common_organization_path

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

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.parse_common_project_path

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

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.parse_draft_path

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

Parses a draft path into its component segments.

See more: google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.parse_draft_path

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.parse_instance_path

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

Parses a instance path into its component segments.

See more: google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.parse_instance_path

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.parse_processor_path

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

Parses a processor path into its component segments.

See more: google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.parse_processor_path

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.parse_stream_path

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

Parses a stream path into its component segments.

See more: google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.parse_stream_path

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.processor_path

processor_path(project: str, location: str, processor: str) -> str

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.remove_application_stream_input

remove_application_stream_input( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.platform.RemoveApplicationStreamInputRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

Remove target stream input to the Application, if the Application is deployed, the corresponding instance based will be deleted.

See more: google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.remove_application_stream_input

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.set_iam_policy

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

Sets the IAM access control policy on the specified function.

See more: google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.set_iam_policy

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.stream_path

stream_path(project: str, location: str, cluster: str, stream: str) -> str

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.test_iam_permissions

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

Tests the specified IAM permissions against the IAM access control policy for a function.

See more: google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.test_iam_permissions

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.undeploy_application

undeploy_application( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.platform.UndeployApplicationRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.update_application

update_application( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.platform.UpdateApplicationRequest, dict ] ] = None, *, application: typing.Optional[ google.cloud.visionai_v1alpha1.types.platform.Application ] = 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.api_core.operation.Operation

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.update_application_instances

update_application_instances( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.platform.UpdateApplicationInstancesRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, application_instances: typing.Optional[ typing.MutableSequence[ google.cloud.visionai_v1alpha1.types.platform.UpdateApplicationInstancesRequest.UpdateApplicationInstance ] ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.update_application_stream_input

update_application_stream_input( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.platform.UpdateApplicationStreamInputRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

Update target stream input to the Application, if the Application is deployed, the corresponding instance based will be deployed.

See more: google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.update_application_stream_input

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.update_draft

update_draft( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.platform.UpdateDraftRequest, dict ] ] = None, *, draft: typing.Optional[google.cloud.visionai_v1alpha1.types.platform.Draft] = 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.api_core.operation.Operation

google.cloud.visionai_v1alpha1.services.app_platform.AppPlatformClient.update_processor

update_processor( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.platform.UpdateProcessorRequest, dict ] ] = None, *, processor: typing.Optional[ google.cloud.visionai_v1alpha1.types.platform.Processor ] = 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.api_core.operation.Operation

google.cloud.visionai_v1alpha1.services.app_platform.pagers.ListApplicationsAsyncPager

ListApplicationsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.visionai_v1alpha1.types.platform.ListApplicationsResponse ], ], request: google.cloud.visionai_v1alpha1.types.platform.ListApplicationsRequest, response: google.cloud.visionai_v1alpha1.types.platform.ListApplicationsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1alpha1.services.app_platform.pagers.ListApplicationsPager

ListApplicationsPager( method: typing.Callable[ [...], google.cloud.visionai_v1alpha1.types.platform.ListApplicationsResponse ], request: google.cloud.visionai_v1alpha1.types.platform.ListApplicationsRequest, response: google.cloud.visionai_v1alpha1.types.platform.ListApplicationsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1alpha1.services.app_platform.pagers.ListDraftsAsyncPager

ListDraftsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.visionai_v1alpha1.types.platform.ListDraftsResponse ], ], request: google.cloud.visionai_v1alpha1.types.platform.ListDraftsRequest, response: google.cloud.visionai_v1alpha1.types.platform.ListDraftsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1alpha1.services.app_platform.pagers.ListDraftsPager

ListDraftsPager( method: typing.Callable[ [...], google.cloud.visionai_v1alpha1.types.platform.ListDraftsResponse ], request: google.cloud.visionai_v1alpha1.types.platform.ListDraftsRequest, response: google.cloud.visionai_v1alpha1.types.platform.ListDraftsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1alpha1.services.app_platform.pagers.ListInstancesAsyncPager

ListInstancesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.visionai_v1alpha1.types.platform.ListInstancesResponse ], ], request: google.cloud.visionai_v1alpha1.types.platform.ListInstancesRequest, response: google.cloud.visionai_v1alpha1.types.platform.ListInstancesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1alpha1.services.app_platform.pagers.ListInstancesPager

ListInstancesPager( method: typing.Callable[ [...], google.cloud.visionai_v1alpha1.types.platform.ListInstancesResponse ], request: google.cloud.visionai_v1alpha1.types.platform.ListInstancesRequest, response: google.cloud.visionai_v1alpha1.types.platform.ListInstancesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1alpha1.services.app_platform.pagers.ListProcessorsAsyncPager

ListProcessorsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.visionai_v1alpha1.types.platform.ListProcessorsResponse ], ], request: google.cloud.visionai_v1alpha1.types.platform.ListProcessorsRequest, response: google.cloud.visionai_v1alpha1.types.platform.ListProcessorsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1alpha1.services.app_platform.pagers.ListProcessorsPager

ListProcessorsPager( method: typing.Callable[ [...], google.cloud.visionai_v1alpha1.types.platform.ListProcessorsResponse ], request: google.cloud.visionai_v1alpha1.types.platform.ListProcessorsRequest, response: google.cloud.visionai_v1alpha1.types.platform.ListProcessorsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient

LiveVideoAnalyticsAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.visionai_v1alpha1.services.live_video_analytics.transports.base.LiveVideoAnalyticsTransport, typing.Callable[[...], google.cloud.visionai_v1alpha1.services.live_video_analytics.transports.base.LiveVideoAnalyticsTransport]]] = '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 live video analytics async client.

See more: google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.analysis_path

analysis_path(project: str, location: str, cluster: str, analysis: str) -> str

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.cancel_operation

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.cluster_path

cluster_path(project: str, location: str, cluster: str) -> str

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.common_location_path

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

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.create_analysis

create_analysis( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.lva_service.CreateAnalysisRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, analysis: typing.Optional[ google.cloud.visionai_v1alpha1.types.lva_resources.Analysis ] = None, analysis_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.delete_analysis

delete_analysis( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.lva_service.DeleteAnalysisRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.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.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.from_service_account_file

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.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.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.from_service_account_info

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.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.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.from_service_account_json

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.get_analysis

get_analysis( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.lva_service.GetAnalysisRequest, 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.visionai_v1alpha1.types.lva_resources.Analysis

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.get_iam_policy

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

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.get_location

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

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.get_mtls_endpoint_and_cert_source

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

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.Operation

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.get_transport_class

get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.visionai_v1alpha1.services.live_video_analytics.transports.base.LiveVideoAnalyticsTransport ]

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.list_analyses

list_analyses( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.lva_service.ListAnalysesRequest, 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.visionai_v1alpha1.services.live_video_analytics.pagers.ListAnalysesAsyncPager )

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.list_locations

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

Lists information about the supported locations for this service.

See more: google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.list_locations

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.list_operations

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.parse_analysis_path

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

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.parse_cluster_path

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

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.parse_common_billing_account_path

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

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.parse_common_folder_path

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

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.parse_common_location_path

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

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.parse_common_organization_path

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

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.parse_common_project_path

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

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.set_iam_policy

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

Sets the IAM access control policy on the specified function.

See more: google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.set_iam_policy

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.test_iam_permissions

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

Tests the specified IAM permissions against the IAM access control policy for a function.

See more: google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.test_iam_permissions

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsAsyncClient.update_analysis

update_analysis( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.lva_service.UpdateAnalysisRequest, dict ] ] = None, *, analysis: typing.Optional[ google.cloud.visionai_v1alpha1.types.lva_resources.Analysis ] = 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.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsClient

LiveVideoAnalyticsClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.visionai_v1alpha1.services.live_video_analytics.transports.base.LiveVideoAnalyticsTransport, typing.Callable[[...], google.cloud.visionai_v1alpha1.services.live_video_analytics.transports.base.LiveVideoAnalyticsTransport]]] = 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 live video analytics client.

See more: google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsClient

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsClient.__exit__

__exit__(type, value, traceback)

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsClient.analysis_path

analysis_path(project: str, location: str, cluster: str, analysis: str) -> str

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsClient.cancel_operation

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsClient.cluster_path

cluster_path(project: str, location: str, cluster: str) -> str

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsClient.common_location_path

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

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsClient.common_project_path

common_project_path(project: str) -> str

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsClient.create_analysis

create_analysis( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.lva_service.CreateAnalysisRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, analysis: typing.Optional[ google.cloud.visionai_v1alpha1.types.lva_resources.Analysis ] = None, analysis_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsClient.delete_analysis

delete_analysis( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.lva_service.DeleteAnalysisRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsClient.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.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsClient.from_service_account_file

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsClient.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.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsClient.from_service_account_info

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsClient.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.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsClient.from_service_account_json

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsClient.get_analysis

get_analysis( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.lva_service.GetAnalysisRequest, 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.visionai_v1alpha1.types.lva_resources.Analysis

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsClient.get_iam_policy

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

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsClient.get_location

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

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsClient.get_mtls_endpoint_and_cert_source

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

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.Operation

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsClient.list_analyses

list_analyses( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.lva_service.ListAnalysesRequest, 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.visionai_v1alpha1.services.live_video_analytics.pagers.ListAnalysesPager )

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsClient.list_locations

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

Lists information about the supported locations for this service.

See more: google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsClient.list_locations

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsClient.list_operations

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsClient.parse_analysis_path

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

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsClient.parse_cluster_path

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

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsClient.parse_common_billing_account_path

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

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsClient.parse_common_folder_path

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

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsClient.parse_common_location_path

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

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsClient.parse_common_organization_path

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

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsClient.parse_common_project_path

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

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsClient.set_iam_policy

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

Sets the IAM access control policy on the specified function.

See more: google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsClient.set_iam_policy

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsClient.test_iam_permissions

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

Tests the specified IAM permissions against the IAM access control policy for a function.

See more: google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsClient.test_iam_permissions

google.cloud.visionai_v1alpha1.services.live_video_analytics.LiveVideoAnalyticsClient.update_analysis

update_analysis( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.lva_service.UpdateAnalysisRequest, dict ] ] = None, *, analysis: typing.Optional[ google.cloud.visionai_v1alpha1.types.lva_resources.Analysis ] = 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.api_core.operation.Operation

google.cloud.visionai_v1alpha1.services.live_video_analytics.pagers.ListAnalysesAsyncPager

ListAnalysesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.visionai_v1alpha1.types.lva_service.ListAnalysesResponse ], ], request: google.cloud.visionai_v1alpha1.types.lva_service.ListAnalysesRequest, response: google.cloud.visionai_v1alpha1.types.lva_service.ListAnalysesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1alpha1.services.live_video_analytics.pagers.ListAnalysesPager

ListAnalysesPager( method: typing.Callable[ [...], google.cloud.visionai_v1alpha1.types.lva_service.ListAnalysesResponse ], request: google.cloud.visionai_v1alpha1.types.lva_service.ListAnalysesRequest, response: google.cloud.visionai_v1alpha1.types.lva_service.ListAnalysesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceAsyncClient

StreamingServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.visionai_v1alpha1.services.streaming_service.transports.base.StreamingServiceTransport, typing.Callable[[...], google.cloud.visionai_v1alpha1.services.streaming_service.transports.base.StreamingServiceTransport]]] = '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 streaming service async client.

See more: google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceAsyncClient

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceAsyncClient.acquire_lease

acquire_lease( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.streaming_service.AcquireLeaseRequest, 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]]] = () ) -> google.cloud.visionai_v1alpha1.types.streaming_service.Lease

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceAsyncClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceAsyncClient.cancel_operation

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceAsyncClient.common_location_path

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

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceAsyncClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceAsyncClient.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.visionai_v1alpha1.services.streaming_service.StreamingServiceAsyncClient.from_service_account_file

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceAsyncClient.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.visionai_v1alpha1.services.streaming_service.StreamingServiceAsyncClient.from_service_account_info

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceAsyncClient.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.visionai_v1alpha1.services.streaming_service.StreamingServiceAsyncClient.from_service_account_json

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceAsyncClient.get_iam_policy

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

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceAsyncClient.get_location

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

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceAsyncClient.get_mtls_endpoint_and_cert_source

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

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceAsyncClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.Operation

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceAsyncClient.get_transport_class

get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.visionai_v1alpha1.services.streaming_service.transports.base.StreamingServiceTransport ]

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceAsyncClient.list_locations

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

Lists information about the supported locations for this service.

See more: google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceAsyncClient.list_locations

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceAsyncClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceAsyncClient.list_operations

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceAsyncClient.parse_common_billing_account_path

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

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceAsyncClient.parse_common_folder_path

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

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceAsyncClient.parse_common_location_path

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

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceAsyncClient.parse_common_organization_path

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

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceAsyncClient.parse_common_project_path

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

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceAsyncClient.parse_series_path

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

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceAsyncClient.receive_events

receive_events( requests: typing.Optional[ typing.AsyncIterator[ google.cloud.visionai_v1alpha1.types.streaming_service.ReceiveEventsRequest ] ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> typing.Awaitable[ typing.AsyncIterable[ google.cloud.visionai_v1alpha1.types.streaming_service.ReceiveEventsResponse ] ]

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceAsyncClient.receive_packets

receive_packets( requests: typing.Optional[ typing.AsyncIterator[ google.cloud.visionai_v1alpha1.types.streaming_service.ReceivePacketsRequest ] ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> typing.Awaitable[ typing.AsyncIterable[ google.cloud.visionai_v1alpha1.types.streaming_service.ReceivePacketsResponse ] ]

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceAsyncClient.release_lease

release_lease( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.streaming_service.ReleaseLeaseRequest, 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]]] = () ) -> google.cloud.visionai_v1alpha1.types.streaming_service.ReleaseLeaseResponse

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceAsyncClient.renew_lease

renew_lease( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.streaming_service.RenewLeaseRequest, 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]]] = () ) -> google.cloud.visionai_v1alpha1.types.streaming_service.Lease

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceAsyncClient.send_packets

send_packets( requests: typing.Optional[ typing.AsyncIterator[ google.cloud.visionai_v1alpha1.types.streaming_service.SendPacketsRequest ] ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> typing.Awaitable[ typing.AsyncIterable[ google.cloud.visionai_v1alpha1.types.streaming_service.SendPacketsResponse ] ]

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceAsyncClient.series_path

series_path(project: str, location: str, cluster: str, series: str) -> str

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceAsyncClient.set_iam_policy

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

Sets the IAM access control policy on the specified function.

See more: google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceAsyncClient.set_iam_policy

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceAsyncClient.test_iam_permissions

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

Tests the specified IAM permissions against the IAM access control policy for a function.

See more: google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceAsyncClient.test_iam_permissions

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceClient

StreamingServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.visionai_v1alpha1.services.streaming_service.transports.base.StreamingServiceTransport, typing.Callable[[...], google.cloud.visionai_v1alpha1.services.streaming_service.transports.base.StreamingServiceTransport]]] = 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 streaming service client.

See more: google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceClient

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceClient.__exit__

__exit__(type, value, traceback)

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceClient.acquire_lease

acquire_lease( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.streaming_service.AcquireLeaseRequest, 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]]] = () ) -> google.cloud.visionai_v1alpha1.types.streaming_service.Lease

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceClient.cancel_operation

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceClient.common_location_path

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

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceClient.common_project_path

common_project_path(project: str) -> str

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceClient.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.visionai_v1alpha1.services.streaming_service.StreamingServiceClient.from_service_account_file

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceClient.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.visionai_v1alpha1.services.streaming_service.StreamingServiceClient.from_service_account_info

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceClient.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.visionai_v1alpha1.services.streaming_service.StreamingServiceClient.from_service_account_json

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceClient.get_iam_policy

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

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceClient.get_location

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

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceClient.get_mtls_endpoint_and_cert_source

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

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.Operation

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceClient.list_locations

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

Lists information about the supported locations for this service.

See more: google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceClient.list_locations

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceClient.list_operations

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceClient.parse_common_billing_account_path

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

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceClient.parse_common_folder_path

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

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceClient.parse_common_location_path

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

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceClient.parse_common_organization_path

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

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceClient.parse_common_project_path

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

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceClient.parse_series_path

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

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceClient.receive_events

receive_events( requests: typing.Optional[ typing.Iterator[ google.cloud.visionai_v1alpha1.types.streaming_service.ReceiveEventsRequest ] ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> typing.Iterable[ google.cloud.visionai_v1alpha1.types.streaming_service.ReceiveEventsResponse ]

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceClient.receive_packets

receive_packets( requests: typing.Optional[ typing.Iterator[ google.cloud.visionai_v1alpha1.types.streaming_service.ReceivePacketsRequest ] ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> typing.Iterable[ google.cloud.visionai_v1alpha1.types.streaming_service.ReceivePacketsResponse ]

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceClient.release_lease

release_lease( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.streaming_service.ReleaseLeaseRequest, 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]]] = () ) -> google.cloud.visionai_v1alpha1.types.streaming_service.ReleaseLeaseResponse

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceClient.renew_lease

renew_lease( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.streaming_service.RenewLeaseRequest, 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]]] = () ) -> google.cloud.visionai_v1alpha1.types.streaming_service.Lease

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceClient.send_packets

send_packets( requests: typing.Optional[ typing.Iterator[ google.cloud.visionai_v1alpha1.types.streaming_service.SendPacketsRequest ] ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> typing.Iterable[ google.cloud.visionai_v1alpha1.types.streaming_service.SendPacketsResponse ]

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceClient.series_path

series_path(project: str, location: str, cluster: str, series: str) -> str

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceClient.set_iam_policy

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

Sets the IAM access control policy on the specified function.

See more: google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceClient.set_iam_policy

google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceClient.test_iam_permissions

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

Tests the specified IAM permissions against the IAM access control policy for a function.

See more: google.cloud.visionai_v1alpha1.services.streaming_service.StreamingServiceClient.test_iam_permissions

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient

StreamsServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.visionai_v1alpha1.services.streams_service.transports.base.StreamsServiceTransport, typing.Callable[[...], google.cloud.visionai_v1alpha1.services.streams_service.transports.base.StreamsServiceTransport]]] = '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 streams service async client.

See more: google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.cancel_operation

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.channel_path

channel_path(project: str, location: str, cluster: str, channel: str) -> str

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.cluster_path

cluster_path(project: str, location: str, cluster: str) -> str

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.common_location_path

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

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.create_cluster

create_cluster( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.streams_service.CreateClusterRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, cluster: typing.Optional[ google.cloud.visionai_v1alpha1.types.common.Cluster ] = None, cluster_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

Creates a new Cluster in a given project and location.

See more: google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.create_cluster

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.create_event

create_event( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.streams_service.CreateEventRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, event: typing.Optional[ google.cloud.visionai_v1alpha1.types.streams_resources.Event ] = None, event_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

Creates a new Event in a given project and location.

See more: google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.create_event

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.create_series

create_series( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.streams_service.CreateSeriesRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, series: typing.Optional[ google.cloud.visionai_v1alpha1.types.streams_resources.Series ] = None, series_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

Creates a new Series in a given project and location.

See more: google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.create_series

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.create_stream

create_stream( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.streams_service.CreateStreamRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, stream: typing.Optional[ google.cloud.visionai_v1alpha1.types.streams_resources.Stream ] = None, stream_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

Creates a new Stream in a given project and location.

See more: google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.create_stream

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.delete_cluster

delete_cluster( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.streams_service.DeleteClusterRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.delete_event

delete_event( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.streams_service.DeleteEventRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.delete_series

delete_series( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.streams_service.DeleteSeriesRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.delete_stream

delete_stream( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.streams_service.DeleteStreamRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.event_path

event_path(project: str, location: str, cluster: str, event: str) -> str

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.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.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.from_service_account_file

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.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.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.from_service_account_info

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.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.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.from_service_account_json

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.generate_stream_hls_token

generate_stream_hls_token( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.streams_service.GenerateStreamHlsTokenRequest, dict, ] ] = None, *, stream: 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.visionai_v1alpha1.types.streams_service.GenerateStreamHlsTokenResponse )

Generate the JWT auth token required to get the stream HLS contents.

See more: google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.generate_stream_hls_token

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.get_cluster

get_cluster( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.streams_service.GetClusterRequest, 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.visionai_v1alpha1.types.common.Cluster

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.get_event

get_event( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.streams_service.GetEventRequest, 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.visionai_v1alpha1.types.streams_resources.Event

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.get_iam_policy

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

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.get_location

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

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.get_mtls_endpoint_and_cert_source

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

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.Operation

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.get_series

get_series( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.streams_service.GetSeriesRequest, 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.visionai_v1alpha1.types.streams_resources.Series

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.get_stream

get_stream( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.streams_service.GetStreamRequest, 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.visionai_v1alpha1.types.streams_resources.Stream

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.get_transport_class

get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.visionai_v1alpha1.services.streams_service.transports.base.StreamsServiceTransport ]

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.list_clusters

list_clusters( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.streams_service.ListClustersRequest, 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.visionai_v1alpha1.services.streams_service.pagers.ListClustersAsyncPager )

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.list_events

list_events( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.streams_service.ListEventsRequest, 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.visionai_v1alpha1.services.streams_service.pagers.ListEventsAsyncPager )

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.list_locations

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

Lists information about the supported locations for this service.

See more: google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.list_locations

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.list_operations

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.list_series

list_series( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.streams_service.ListSeriesRequest, 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.visionai_v1alpha1.services.streams_service.pagers.ListSeriesAsyncPager )

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.list_streams

list_streams( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.streams_service.ListStreamsRequest, 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.visionai_v1alpha1.services.streams_service.pagers.ListStreamsAsyncPager )

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.materialize_channel

materialize_channel( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.streams_service.MaterializeChannelRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, channel: typing.Optional[ google.cloud.visionai_v1alpha1.types.streams_resources.Channel ] = None, channel_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.parse_channel_path

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

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.parse_cluster_path

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

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.parse_common_billing_account_path

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

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.parse_common_folder_path

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

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.parse_common_location_path

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

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.parse_common_organization_path

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

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.parse_common_project_path

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

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.parse_event_path

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

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.parse_series_path

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

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.parse_stream_path

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

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.series_path

series_path(project: str, location: str, cluster: str, series: str) -> str

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.set_iam_policy

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

Sets the IAM access control policy on the specified function.

See more: google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.set_iam_policy

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.stream_path

stream_path(project: str, location: str, cluster: str, stream: str) -> str

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.test_iam_permissions

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

Tests the specified IAM permissions against the IAM access control policy for a function.

See more: google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.test_iam_permissions

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.update_cluster

update_cluster( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.streams_service.UpdateClusterRequest, dict, ] ] = None, *, cluster: typing.Optional[ google.cloud.visionai_v1alpha1.types.common.Cluster ] = 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.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.update_event

update_event( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.streams_service.UpdateEventRequest, dict, ] ] = None, *, event: typing.Optional[ google.cloud.visionai_v1alpha1.types.streams_resources.Event ] = 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.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.update_series

update_series( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.streams_service.UpdateSeriesRequest, dict, ] ] = None, *, series: typing.Optional[ google.cloud.visionai_v1alpha1.types.streams_resources.Series ] = 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.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceAsyncClient.update_stream

update_stream( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.streams_service.UpdateStreamRequest, dict, ] ] = None, *, stream: typing.Optional[ google.cloud.visionai_v1alpha1.types.streams_resources.Stream ] = 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.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient

StreamsServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.visionai_v1alpha1.services.streams_service.transports.base.StreamsServiceTransport, typing.Callable[[...], google.cloud.visionai_v1alpha1.services.streams_service.transports.base.StreamsServiceTransport]]] = 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 streams service client.

See more: google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.__exit__

__exit__(type, value, traceback)

Releases underlying transport's resources.

See more: google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.exit

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.cancel_operation

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.channel_path

channel_path(project: str, location: str, cluster: str, channel: str) -> str

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.cluster_path

cluster_path(project: str, location: str, cluster: str) -> str

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.common_location_path

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

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.common_project_path

common_project_path(project: str) -> str

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.create_cluster

create_cluster( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.streams_service.CreateClusterRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, cluster: typing.Optional[ google.cloud.visionai_v1alpha1.types.common.Cluster ] = None, cluster_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

Creates a new Cluster in a given project and location.

See more: google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.create_cluster

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.create_event

create_event( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.streams_service.CreateEventRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, event: typing.Optional[ google.cloud.visionai_v1alpha1.types.streams_resources.Event ] = None, event_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

Creates a new Event in a given project and location.

See more: google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.create_event

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.create_series

create_series( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.streams_service.CreateSeriesRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, series: typing.Optional[ google.cloud.visionai_v1alpha1.types.streams_resources.Series ] = None, series_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

Creates a new Series in a given project and location.

See more: google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.create_series

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.create_stream

create_stream( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.streams_service.CreateStreamRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, stream: typing.Optional[ google.cloud.visionai_v1alpha1.types.streams_resources.Stream ] = None, stream_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

Creates a new Stream in a given project and location.

See more: google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.create_stream

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.delete_cluster

delete_cluster( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.streams_service.DeleteClusterRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.delete_event

delete_event( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.streams_service.DeleteEventRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.delete_series

delete_series( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.streams_service.DeleteSeriesRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.delete_stream

delete_stream( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.streams_service.DeleteStreamRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.event_path

event_path(project: str, location: str, cluster: str, event: str) -> str

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.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.visionai_v1alpha1.services.streams_service.StreamsServiceClient.from_service_account_file

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.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.visionai_v1alpha1.services.streams_service.StreamsServiceClient.from_service_account_info

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.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.visionai_v1alpha1.services.streams_service.StreamsServiceClient.from_service_account_json

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.generate_stream_hls_token

generate_stream_hls_token( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.streams_service.GenerateStreamHlsTokenRequest, dict, ] ] = None, *, stream: 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.visionai_v1alpha1.types.streams_service.GenerateStreamHlsTokenResponse )

Generate the JWT auth token required to get the stream HLS contents.

See more: google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.generate_stream_hls_token

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.get_cluster

get_cluster( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.streams_service.GetClusterRequest, 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.visionai_v1alpha1.types.common.Cluster

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.get_event

get_event( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.streams_service.GetEventRequest, 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.visionai_v1alpha1.types.streams_resources.Event

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.get_iam_policy

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

Gets the IAM access control policy for a function.

See more: google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.get_iam_policy

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.get_location

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

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.get_mtls_endpoint_and_cert_source

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

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.get_operation

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.get_series

get_series( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.streams_service.GetSeriesRequest, 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.visionai_v1alpha1.types.streams_resources.Series

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.get_stream

get_stream( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.streams_service.GetStreamRequest, 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.visionai_v1alpha1.types.streams_resources.Stream

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.list_clusters

list_clusters( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.streams_service.ListClustersRequest, 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.visionai_v1alpha1.services.streams_service.pagers.ListClustersPager

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.list_events

list_events( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.streams_service.ListEventsRequest, 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.visionai_v1alpha1.services.streams_service.pagers.ListEventsPager

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.list_locations

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

Lists information about the supported locations for this service.

See more: google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.list_locations

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.list_operations

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.list_series

list_series( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.streams_service.ListSeriesRequest, 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.visionai_v1alpha1.services.streams_service.pagers.ListSeriesPager

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.list_streams

list_streams( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.streams_service.ListStreamsRequest, 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.visionai_v1alpha1.services.streams_service.pagers.ListStreamsPager

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.materialize_channel

materialize_channel( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.streams_service.MaterializeChannelRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, channel: typing.Optional[ google.cloud.visionai_v1alpha1.types.streams_resources.Channel ] = None, channel_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.parse_channel_path

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

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.parse_cluster_path

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

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.parse_common_billing_account_path

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

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.parse_common_folder_path

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

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.parse_common_location_path

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

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.parse_common_organization_path

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

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.parse_common_project_path

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

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.parse_event_path

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

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.parse_series_path

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

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.parse_stream_path

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

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.series_path

series_path(project: str, location: str, cluster: str, series: str) -> str

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.set_iam_policy

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

Sets the IAM access control policy on the specified function.

See more: google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.set_iam_policy

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.stream_path

stream_path(project: str, location: str, cluster: str, stream: str) -> str

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.test_iam_permissions

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

Tests the specified IAM permissions against the IAM access control policy for a function.

See more: google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.test_iam_permissions

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.update_cluster

update_cluster( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.streams_service.UpdateClusterRequest, dict, ] ] = None, *, cluster: typing.Optional[ google.cloud.visionai_v1alpha1.types.common.Cluster ] = 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.api_core.operation.Operation

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.update_event

update_event( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.streams_service.UpdateEventRequest, dict, ] ] = None, *, event: typing.Optional[ google.cloud.visionai_v1alpha1.types.streams_resources.Event ] = 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.api_core.operation.Operation

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.update_series

update_series( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.streams_service.UpdateSeriesRequest, dict, ] ] = None, *, series: typing.Optional[ google.cloud.visionai_v1alpha1.types.streams_resources.Series ] = 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.api_core.operation.Operation

google.cloud.visionai_v1alpha1.services.streams_service.StreamsServiceClient.update_stream

update_stream( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.streams_service.UpdateStreamRequest, dict, ] ] = None, *, stream: typing.Optional[ google.cloud.visionai_v1alpha1.types.streams_resources.Stream ] = 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.api_core.operation.Operation

google.cloud.visionai_v1alpha1.services.streams_service.pagers.ListClustersAsyncPager

ListClustersAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.visionai_v1alpha1.types.streams_service.ListClustersResponse ], ], request: google.cloud.visionai_v1alpha1.types.streams_service.ListClustersRequest, response: google.cloud.visionai_v1alpha1.types.streams_service.ListClustersResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1alpha1.services.streams_service.pagers.ListClustersPager

ListClustersPager( method: typing.Callable[ [...], google.cloud.visionai_v1alpha1.types.streams_service.ListClustersResponse ], request: google.cloud.visionai_v1alpha1.types.streams_service.ListClustersRequest, response: google.cloud.visionai_v1alpha1.types.streams_service.ListClustersResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1alpha1.services.streams_service.pagers.ListEventsAsyncPager

ListEventsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.visionai_v1alpha1.types.streams_service.ListEventsResponse ], ], request: google.cloud.visionai_v1alpha1.types.streams_service.ListEventsRequest, response: google.cloud.visionai_v1alpha1.types.streams_service.ListEventsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1alpha1.services.streams_service.pagers.ListEventsPager

ListEventsPager( method: typing.Callable[ [...], google.cloud.visionai_v1alpha1.types.streams_service.ListEventsResponse ], request: google.cloud.visionai_v1alpha1.types.streams_service.ListEventsRequest, response: google.cloud.visionai_v1alpha1.types.streams_service.ListEventsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1alpha1.services.streams_service.pagers.ListSeriesAsyncPager

ListSeriesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.visionai_v1alpha1.types.streams_service.ListSeriesResponse ], ], request: google.cloud.visionai_v1alpha1.types.streams_service.ListSeriesRequest, response: google.cloud.visionai_v1alpha1.types.streams_service.ListSeriesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1alpha1.services.streams_service.pagers.ListSeriesPager

ListSeriesPager( method: typing.Callable[ [...], google.cloud.visionai_v1alpha1.types.streams_service.ListSeriesResponse ], request: google.cloud.visionai_v1alpha1.types.streams_service.ListSeriesRequest, response: google.cloud.visionai_v1alpha1.types.streams_service.ListSeriesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1alpha1.services.streams_service.pagers.ListStreamsAsyncPager

ListStreamsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.visionai_v1alpha1.types.streams_service.ListStreamsResponse ], ], request: google.cloud.visionai_v1alpha1.types.streams_service.ListStreamsRequest, response: google.cloud.visionai_v1alpha1.types.streams_service.ListStreamsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1alpha1.services.streams_service.pagers.ListStreamsPager

ListStreamsPager( method: typing.Callable[ [...], google.cloud.visionai_v1alpha1.types.streams_service.ListStreamsResponse ], request: google.cloud.visionai_v1alpha1.types.streams_service.ListStreamsRequest, response: google.cloud.visionai_v1alpha1.types.streams_service.ListStreamsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient

WarehouseAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.visionai_v1alpha1.services.warehouse.transports.base.WarehouseTransport, typing.Callable[[...], google.cloud.visionai_v1alpha1.services.warehouse.transports.base.WarehouseTransport]]] = '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 warehouse async client.

See more: google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.annotation_path

annotation_path( project_number: str, location: str, corpus: str, asset: str, annotation: str ) -> str

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.asset_path

asset_path(project_number: str, location: str, corpus: str, asset: str) -> str

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.cancel_operation

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.clip_asset

clip_asset( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.warehouse.ClipAssetRequest, 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]]] = () ) -> google.cloud.visionai_v1alpha1.types.warehouse.ClipAssetResponse

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.common_location_path

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

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.corpus_path

corpus_path(project_number: str, location: str, corpus: str) -> str

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.create_annotation

create_annotation( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.warehouse.CreateAnnotationRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, annotation: typing.Optional[ google.cloud.visionai_v1alpha1.types.warehouse.Annotation ] = None, annotation_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.visionai_v1alpha1.types.warehouse.Annotation

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.create_asset

create_asset( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.warehouse.CreateAssetRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, asset: typing.Optional[google.cloud.visionai_v1alpha1.types.warehouse.Asset] = None, asset_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.visionai_v1alpha1.types.warehouse.Asset

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.create_corpus

create_corpus( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.warehouse.CreateCorpusRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, corpus: typing.Optional[ google.cloud.visionai_v1alpha1.types.warehouse.Corpus ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.create_data_schema

create_data_schema( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.warehouse.CreateDataSchemaRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, data_schema: typing.Optional[ google.cloud.visionai_v1alpha1.types.warehouse.DataSchema ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.visionai_v1alpha1.types.warehouse.DataSchema

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.create_search_config

create_search_config( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.warehouse.CreateSearchConfigRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, search_config: typing.Optional[ google.cloud.visionai_v1alpha1.types.warehouse.SearchConfig ] = None, search_config_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.visionai_v1alpha1.types.warehouse.SearchConfig

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.data_schema_path

data_schema_path( project_number: str, location: str, corpus: str, data_schema: str ) -> str

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.delete_annotation

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

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.delete_asset

delete_asset( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.warehouse.DeleteAssetRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.delete_corpus

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

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.delete_data_schema

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

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.delete_search_config

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

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.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.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.from_service_account_file

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.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.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.from_service_account_info

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.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.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.from_service_account_json

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.generate_hls_uri

generate_hls_uri( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.warehouse.GenerateHlsUriRequest, 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]]] = () ) -> google.cloud.visionai_v1alpha1.types.warehouse.GenerateHlsUriResponse

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.get_annotation

get_annotation( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.warehouse.GetAnnotationRequest, 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.visionai_v1alpha1.types.warehouse.Annotation

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.get_asset

get_asset( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.warehouse.GetAssetRequest, 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.visionai_v1alpha1.types.warehouse.Asset

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.get_corpus

get_corpus( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.warehouse.GetCorpusRequest, 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.visionai_v1alpha1.types.warehouse.Corpus

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.get_data_schema

get_data_schema( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.warehouse.GetDataSchemaRequest, 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.visionai_v1alpha1.types.warehouse.DataSchema

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.get_iam_policy

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

Gets the IAM access control policy for a function.

See more: google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.get_iam_policy

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.get_location

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

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.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.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.get_mtls_endpoint_and_cert_source

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.get_operation

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.get_search_config

get_search_config( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.warehouse.GetSearchConfigRequest, 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.visionai_v1alpha1.types.warehouse.SearchConfig

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.get_transport_class

get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.visionai_v1alpha1.services.warehouse.transports.base.WarehouseTransport ]

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.ingest_asset

ingest_asset( requests: typing.Optional[ typing.AsyncIterator[ google.cloud.visionai_v1alpha1.types.warehouse.IngestAssetRequest ] ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> typing.Awaitable[ typing.AsyncIterable[ google.cloud.visionai_v1alpha1.types.warehouse.IngestAssetResponse ] ]

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.list_annotations

list_annotations( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.warehouse.ListAnnotationsRequest, 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.visionai_v1alpha1.services.warehouse.pagers.ListAnnotationsAsyncPager

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.list_assets

list_assets( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.warehouse.ListAssetsRequest, 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.visionai_v1alpha1.services.warehouse.pagers.ListAssetsAsyncPager

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.list_corpora

list_corpora( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.warehouse.ListCorporaRequest, 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.visionai_v1alpha1.services.warehouse.pagers.ListCorporaAsyncPager

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.list_data_schemas

list_data_schemas( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.warehouse.ListDataSchemasRequest, 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.visionai_v1alpha1.services.warehouse.pagers.ListDataSchemasAsyncPager

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.list_locations

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

Lists information about the supported locations for this service.

See more: google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.list_locations

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.list_operations

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.list_search_configs

list_search_configs( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.warehouse.ListSearchConfigsRequest, 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.visionai_v1alpha1.services.warehouse.pagers.ListSearchConfigsAsyncPager )

Lists all search configurations inside a corpus.

See more: google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.list_search_configs

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.parse_annotation_path

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

Parses a annotation path into its component segments.

See more: google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.parse_annotation_path

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.parse_asset_path

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

Parses a asset path into its component segments.

See more: google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.parse_asset_path

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.parse_common_billing_account_path

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

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.parse_common_folder_path

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

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.parse_common_location_path

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

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.parse_common_organization_path

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

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.parse_common_project_path

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

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.parse_corpus_path

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

Parses a corpus path into its component segments.

See more: google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.parse_corpus_path

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.parse_data_schema_path

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

Parses a data_schema path into its component segments.

See more: google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.parse_data_schema_path

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.parse_search_config_path

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

Parses a search_config path into its component segments.

See more: google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.parse_search_config_path

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.search_assets

search_assets( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.warehouse.SearchAssetsRequest, 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]]] = () ) -> google.cloud.visionai_v1alpha1.services.warehouse.pagers.SearchAssetsAsyncPager

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.search_config_path

search_config_path( project_number: str, location: str, corpus: str, search_config: str ) -> str

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.set_iam_policy

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

Sets the IAM access control policy on the specified function.

See more: google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.set_iam_policy

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.test_iam_permissions

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

Tests the specified IAM permissions against the IAM access control policy for a function.

See more: google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.test_iam_permissions

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.update_annotation

update_annotation( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.warehouse.UpdateAnnotationRequest, dict ] ] = None, *, annotation: typing.Optional[ google.cloud.visionai_v1alpha1.types.warehouse.Annotation ] = 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.visionai_v1alpha1.types.warehouse.Annotation

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.update_asset

update_asset( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.warehouse.UpdateAssetRequest, dict ] ] = None, *, asset: typing.Optional[google.cloud.visionai_v1alpha1.types.warehouse.Asset] = 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.visionai_v1alpha1.types.warehouse.Asset

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.update_corpus

update_corpus( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.warehouse.UpdateCorpusRequest, dict ] ] = None, *, corpus: typing.Optional[ google.cloud.visionai_v1alpha1.types.warehouse.Corpus ] = 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.visionai_v1alpha1.types.warehouse.Corpus

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.update_data_schema

update_data_schema( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.warehouse.UpdateDataSchemaRequest, dict ] ] = None, *, data_schema: typing.Optional[ google.cloud.visionai_v1alpha1.types.warehouse.DataSchema ] = 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.visionai_v1alpha1.types.warehouse.DataSchema

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseAsyncClient.update_search_config

update_search_config( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.warehouse.UpdateSearchConfigRequest, dict, ] ] = None, *, search_config: typing.Optional[ google.cloud.visionai_v1alpha1.types.warehouse.SearchConfig ] = 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.visionai_v1alpha1.types.warehouse.SearchConfig

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient

WarehouseClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.visionai_v1alpha1.services.warehouse.transports.base.WarehouseTransport, typing.Callable[[...], google.cloud.visionai_v1alpha1.services.warehouse.transports.base.WarehouseTransport]]] = 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 warehouse client.

See more: google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.__exit__

__exit__(type, value, traceback)

Releases underlying transport's resources.

See more: google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.exit

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.annotation_path

annotation_path( project_number: str, location: str, corpus: str, asset: str, annotation: str ) -> str

Returns a fully-qualified annotation string.

See more: google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.annotation_path

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.asset_path

asset_path(project_number: str, location: str, corpus: str, asset: str) -> str

Returns a fully-qualified asset string.

See more: google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.asset_path

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.cancel_operation

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.clip_asset

clip_asset( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.warehouse.ClipAssetRequest, 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]]] = () ) -> google.cloud.visionai_v1alpha1.types.warehouse.ClipAssetResponse

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.common_location_path

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

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.common_project_path

common_project_path(project: str) -> str

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.corpus_path

corpus_path(project_number: str, location: str, corpus: str) -> str

Returns a fully-qualified corpus string.

See more: google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.corpus_path

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.create_annotation

create_annotation( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.warehouse.CreateAnnotationRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, annotation: typing.Optional[ google.cloud.visionai_v1alpha1.types.warehouse.Annotation ] = None, annotation_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.visionai_v1alpha1.types.warehouse.Annotation

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.create_asset

create_asset( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.warehouse.CreateAssetRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, asset: typing.Optional[google.cloud.visionai_v1alpha1.types.warehouse.Asset] = None, asset_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.visionai_v1alpha1.types.warehouse.Asset

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.create_corpus

create_corpus( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.warehouse.CreateCorpusRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, corpus: typing.Optional[ google.cloud.visionai_v1alpha1.types.warehouse.Corpus ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.create_data_schema

create_data_schema( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.warehouse.CreateDataSchemaRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, data_schema: typing.Optional[ google.cloud.visionai_v1alpha1.types.warehouse.DataSchema ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.visionai_v1alpha1.types.warehouse.DataSchema

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.create_search_config

create_search_config( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.warehouse.CreateSearchConfigRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, search_config: typing.Optional[ google.cloud.visionai_v1alpha1.types.warehouse.SearchConfig ] = None, search_config_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.visionai_v1alpha1.types.warehouse.SearchConfig

Creates a search configuration inside a corpus.

See more: google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.create_search_config

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.data_schema_path

data_schema_path( project_number: str, location: str, corpus: str, data_schema: str ) -> str

Returns a fully-qualified data_schema string.

See more: google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.data_schema_path

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.delete_annotation

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

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.delete_asset

delete_asset( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.warehouse.DeleteAssetRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.delete_corpus

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

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.delete_data_schema

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

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.delete_search_config

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

Deletes a search configuration inside a corpus.

See more: google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.delete_search_config

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.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.visionai_v1alpha1.services.warehouse.WarehouseClient.from_service_account_file

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.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.visionai_v1alpha1.services.warehouse.WarehouseClient.from_service_account_info

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.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.visionai_v1alpha1.services.warehouse.WarehouseClient.from_service_account_json

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.generate_hls_uri

generate_hls_uri( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.warehouse.GenerateHlsUriRequest, 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]]] = () ) -> google.cloud.visionai_v1alpha1.types.warehouse.GenerateHlsUriResponse

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.get_annotation

get_annotation( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.warehouse.GetAnnotationRequest, 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.visionai_v1alpha1.types.warehouse.Annotation

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.get_asset

get_asset( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.warehouse.GetAssetRequest, 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.visionai_v1alpha1.types.warehouse.Asset

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.get_corpus

get_corpus( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.warehouse.GetCorpusRequest, 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.visionai_v1alpha1.types.warehouse.Corpus

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.get_data_schema

get_data_schema( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.warehouse.GetDataSchemaRequest, 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.visionai_v1alpha1.types.warehouse.DataSchema

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.get_iam_policy

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

Gets the IAM access control policy for a function.

See more: google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.get_iam_policy

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.get_location

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

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.get_mtls_endpoint_and_cert_source

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

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.get_operation

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.get_search_config

get_search_config( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.warehouse.GetSearchConfigRequest, 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.visionai_v1alpha1.types.warehouse.SearchConfig

Gets a search configuration inside a corpus.

See more: google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.get_search_config

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.ingest_asset

ingest_asset( requests: typing.Optional[ typing.Iterator[ google.cloud.visionai_v1alpha1.types.warehouse.IngestAssetRequest ] ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> typing.Iterable[ google.cloud.visionai_v1alpha1.types.warehouse.IngestAssetResponse ]

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.list_annotations

list_annotations( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.warehouse.ListAnnotationsRequest, 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.visionai_v1alpha1.services.warehouse.pagers.ListAnnotationsPager

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.list_assets

list_assets( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.warehouse.ListAssetsRequest, 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.visionai_v1alpha1.services.warehouse.pagers.ListAssetsPager

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.list_corpora

list_corpora( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.warehouse.ListCorporaRequest, 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.visionai_v1alpha1.services.warehouse.pagers.ListCorporaPager

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.list_data_schemas

list_data_schemas( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.warehouse.ListDataSchemasRequest, 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.visionai_v1alpha1.services.warehouse.pagers.ListDataSchemasPager

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.list_locations

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

Lists information about the supported locations for this service.

See more: google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.list_locations

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.list_operations

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.list_search_configs

list_search_configs( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.warehouse.ListSearchConfigsRequest, 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.visionai_v1alpha1.services.warehouse.pagers.ListSearchConfigsPager

Lists all search configurations inside a corpus.

See more: google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.list_search_configs

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.parse_annotation_path

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

Parses a annotation path into its component segments.

See more: google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.parse_annotation_path

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.parse_asset_path

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

Parses a asset path into its component segments.

See more: google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.parse_asset_path

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.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.visionai_v1alpha1.services.warehouse.WarehouseClient.parse_common_billing_account_path

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.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.visionai_v1alpha1.services.warehouse.WarehouseClient.parse_common_folder_path

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.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.visionai_v1alpha1.services.warehouse.WarehouseClient.parse_common_location_path

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.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.visionai_v1alpha1.services.warehouse.WarehouseClient.parse_common_organization_path

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.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.visionai_v1alpha1.services.warehouse.WarehouseClient.parse_common_project_path

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.parse_corpus_path

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

Parses a corpus path into its component segments.

See more: google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.parse_corpus_path

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.parse_data_schema_path

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

Parses a data_schema path into its component segments.

See more: google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.parse_data_schema_path

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.parse_search_config_path

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

Parses a search_config path into its component segments.

See more: google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.parse_search_config_path

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.search_assets

search_assets( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.warehouse.SearchAssetsRequest, 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]]] = () ) -> google.cloud.visionai_v1alpha1.services.warehouse.pagers.SearchAssetsPager

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.search_config_path

search_config_path( project_number: str, location: str, corpus: str, search_config: str ) -> str

Returns a fully-qualified search_config string.

See more: google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.search_config_path

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.set_iam_policy

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

Sets the IAM access control policy on the specified function.

See more: google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.set_iam_policy

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.test_iam_permissions

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

Tests the specified IAM permissions against the IAM access control policy for a function.

See more: google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.test_iam_permissions

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.update_annotation

update_annotation( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.warehouse.UpdateAnnotationRequest, dict ] ] = None, *, annotation: typing.Optional[ google.cloud.visionai_v1alpha1.types.warehouse.Annotation ] = 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.visionai_v1alpha1.types.warehouse.Annotation

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.update_asset

update_asset( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.warehouse.UpdateAssetRequest, dict ] ] = None, *, asset: typing.Optional[google.cloud.visionai_v1alpha1.types.warehouse.Asset] = 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.visionai_v1alpha1.types.warehouse.Asset

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.update_corpus

update_corpus( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.warehouse.UpdateCorpusRequest, dict ] ] = None, *, corpus: typing.Optional[ google.cloud.visionai_v1alpha1.types.warehouse.Corpus ] = 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.visionai_v1alpha1.types.warehouse.Corpus

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.update_data_schema

update_data_schema( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.warehouse.UpdateDataSchemaRequest, dict ] ] = None, *, data_schema: typing.Optional[ google.cloud.visionai_v1alpha1.types.warehouse.DataSchema ] = 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.visionai_v1alpha1.types.warehouse.DataSchema

google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.update_search_config

update_search_config( request: typing.Optional[ typing.Union[ google.cloud.visionai_v1alpha1.types.warehouse.UpdateSearchConfigRequest, dict, ] ] = None, *, search_config: typing.Optional[ google.cloud.visionai_v1alpha1.types.warehouse.SearchConfig ] = 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.visionai_v1alpha1.types.warehouse.SearchConfig

Updates a search configuration inside a corpus.

See more: google.cloud.visionai_v1alpha1.services.warehouse.WarehouseClient.update_search_config

google.cloud.visionai_v1alpha1.services.warehouse.pagers.ListAnnotationsAsyncPager

ListAnnotationsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.visionai_v1alpha1.types.warehouse.ListAnnotationsResponse ], ], request: google.cloud.visionai_v1alpha1.types.warehouse.ListAnnotationsRequest, response: google.cloud.visionai_v1alpha1.types.warehouse.ListAnnotationsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1alpha1.services.warehouse.pagers.ListAnnotationsPager

ListAnnotationsPager( method: typing.Callable[ [...], google.cloud.visionai_v1alpha1.types.warehouse.ListAnnotationsResponse ], request: google.cloud.visionai_v1alpha1.types.warehouse.ListAnnotationsRequest, response: google.cloud.visionai_v1alpha1.types.warehouse.ListAnnotationsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1alpha1.services.warehouse.pagers.ListAssetsAsyncPager

ListAssetsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.visionai_v1alpha1.types.warehouse.ListAssetsResponse ], ], request: google.cloud.visionai_v1alpha1.types.warehouse.ListAssetsRequest, response: google.cloud.visionai_v1alpha1.types.warehouse.ListAssetsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1alpha1.services.warehouse.pagers.ListAssetsPager

ListAssetsPager( method: typing.Callable[ [...], google.cloud.visionai_v1alpha1.types.warehouse.ListAssetsResponse ], request: google.cloud.visionai_v1alpha1.types.warehouse.ListAssetsRequest, response: google.cloud.visionai_v1alpha1.types.warehouse.ListAssetsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1alpha1.services.warehouse.pagers.ListCorporaAsyncPager

ListCorporaAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.visionai_v1alpha1.types.warehouse.ListCorporaResponse ], ], request: google.cloud.visionai_v1alpha1.types.warehouse.ListCorporaRequest, response: google.cloud.visionai_v1alpha1.types.warehouse.ListCorporaResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1alpha1.services.warehouse.pagers.ListCorporaPager

ListCorporaPager( method: typing.Callable[ [...], google.cloud.visionai_v1alpha1.types.warehouse.ListCorporaResponse ], request: google.cloud.visionai_v1alpha1.types.warehouse.ListCorporaRequest, response: google.cloud.visionai_v1alpha1.types.warehouse.ListCorporaResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1alpha1.services.warehouse.pagers.ListDataSchemasAsyncPager

ListDataSchemasAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.visionai_v1alpha1.types.warehouse.ListDataSchemasResponse ], ], request: google.cloud.visionai_v1alpha1.types.warehouse.ListDataSchemasRequest, response: google.cloud.visionai_v1alpha1.types.warehouse.ListDataSchemasResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1alpha1.services.warehouse.pagers.ListDataSchemasPager

ListDataSchemasPager( method: typing.Callable[ [...], google.cloud.visionai_v1alpha1.types.warehouse.ListDataSchemasResponse ], request: google.cloud.visionai_v1alpha1.types.warehouse.ListDataSchemasRequest, response: google.cloud.visionai_v1alpha1.types.warehouse.ListDataSchemasResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1alpha1.services.warehouse.pagers.ListSearchConfigsAsyncPager

ListSearchConfigsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.visionai_v1alpha1.types.warehouse.ListSearchConfigsResponse ], ], request: google.cloud.visionai_v1alpha1.types.warehouse.ListSearchConfigsRequest, response: google.cloud.visionai_v1alpha1.types.warehouse.ListSearchConfigsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1alpha1.services.warehouse.pagers.ListSearchConfigsPager

ListSearchConfigsPager( method: typing.Callable[ [...], google.cloud.visionai_v1alpha1.types.warehouse.ListSearchConfigsResponse ], request: google.cloud.visionai_v1alpha1.types.warehouse.ListSearchConfigsRequest, response: google.cloud.visionai_v1alpha1.types.warehouse.ListSearchConfigsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1alpha1.services.warehouse.pagers.SearchAssetsAsyncPager

SearchAssetsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.visionai_v1alpha1.types.warehouse.SearchAssetsResponse ], ], request: google.cloud.visionai_v1alpha1.types.warehouse.SearchAssetsRequest, response: google.cloud.visionai_v1alpha1.types.warehouse.SearchAssetsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.visionai_v1alpha1.services.warehouse.pagers.SearchAssetsPager

SearchAssetsPager( method: typing.Callable[ [...], google.cloud.visionai_v1alpha1.types.warehouse.SearchAssetsResponse ], request: google.cloud.visionai_v1alpha1.types.warehouse.SearchAssetsRequest, response: google.cloud.visionai_v1alpha1.types.warehouse.SearchAssetsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )