Package Methods (0.9.10)

Summary of entries of Methods for lifesciences.

google.cloud.lifesciences_v2beta.services.workflows_service_v2_beta.WorkflowsServiceV2BetaAsyncClient

WorkflowsServiceV2BetaAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.lifesciences_v2beta.services.workflows_service_v2_beta.transports.base.WorkflowsServiceV2BetaTransport, typing.Callable[[...], google.cloud.lifesciences_v2beta.services.workflows_service_v2_beta.transports.base.WorkflowsServiceV2BetaTransport]]] = '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 workflows service v2 beta async client.

See more: google.cloud.lifesciences_v2beta.services.workflows_service_v2_beta.WorkflowsServiceV2BetaAsyncClient

google.cloud.lifesciences_v2beta.services.workflows_service_v2_beta.WorkflowsServiceV2BetaAsyncClient.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, str]] = ()
) -> None

google.cloud.lifesciences_v2beta.services.workflows_service_v2_beta.WorkflowsServiceV2BetaAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.lifesciences_v2beta.services.workflows_service_v2_beta.WorkflowsServiceV2BetaAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.lifesciences_v2beta.services.workflows_service_v2_beta.WorkflowsServiceV2BetaAsyncClient.common_location_path

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

google.cloud.lifesciences_v2beta.services.workflows_service_v2_beta.WorkflowsServiceV2BetaAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.lifesciences_v2beta.services.workflows_service_v2_beta.WorkflowsServiceV2BetaAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.lifesciences_v2beta.services.workflows_service_v2_beta.WorkflowsServiceV2BetaAsyncClient.from_service_account_file

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

google.cloud.lifesciences_v2beta.services.workflows_service_v2_beta.WorkflowsServiceV2BetaAsyncClient.from_service_account_info

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

google.cloud.lifesciences_v2beta.services.workflows_service_v2_beta.WorkflowsServiceV2BetaAsyncClient.from_service_account_json

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

google.cloud.lifesciences_v2beta.services.workflows_service_v2_beta.WorkflowsServiceV2BetaAsyncClient.get_location

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

google.cloud.lifesciences_v2beta.services.workflows_service_v2_beta.WorkflowsServiceV2BetaAsyncClient.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.lifesciences_v2beta.services.workflows_service_v2_beta.WorkflowsServiceV2BetaAsyncClient.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, str]] = ()
) -> google.longrunning.operations_pb2.Operation

google.cloud.lifesciences_v2beta.services.workflows_service_v2_beta.WorkflowsServiceV2BetaAsyncClient.get_transport_class

get_transport_class() -> (
    typing.Type[
        google.cloud.lifesciences_v2beta.services.workflows_service_v2_beta.transports.base.WorkflowsServiceV2BetaTransport
    ]
)

google.cloud.lifesciences_v2beta.services.workflows_service_v2_beta.WorkflowsServiceV2BetaAsyncClient.list_locations

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

google.cloud.lifesciences_v2beta.services.workflows_service_v2_beta.WorkflowsServiceV2BetaAsyncClient.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, str]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponse

google.cloud.lifesciences_v2beta.services.workflows_service_v2_beta.WorkflowsServiceV2BetaAsyncClient.parse_common_billing_account_path

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

google.cloud.lifesciences_v2beta.services.workflows_service_v2_beta.WorkflowsServiceV2BetaAsyncClient.parse_common_folder_path

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

google.cloud.lifesciences_v2beta.services.workflows_service_v2_beta.WorkflowsServiceV2BetaAsyncClient.parse_common_location_path

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

google.cloud.lifesciences_v2beta.services.workflows_service_v2_beta.WorkflowsServiceV2BetaAsyncClient.parse_common_organization_path

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

google.cloud.lifesciences_v2beta.services.workflows_service_v2_beta.WorkflowsServiceV2BetaAsyncClient.parse_common_project_path

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

google.cloud.lifesciences_v2beta.services.workflows_service_v2_beta.WorkflowsServiceV2BetaAsyncClient.run_pipeline

run_pipeline(
    request: typing.Optional[
        typing.Union[
            google.cloud.lifesciences_v2beta.types.workflows.RunPipelineRequest, dict
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation_async.AsyncOperation

google.cloud.lifesciences_v2beta.services.workflows_service_v2_beta.WorkflowsServiceV2BetaClient

WorkflowsServiceV2BetaClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.lifesciences_v2beta.services.workflows_service_v2_beta.transports.base.WorkflowsServiceV2BetaTransport, typing.Callable[[...], google.cloud.lifesciences_v2beta.services.workflows_service_v2_beta.transports.base.WorkflowsServiceV2BetaTransport]]] = None, client_options: typing.Optional[typing.Union[google.api_core.client_options.ClientOptions, dict]] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo = 

google.cloud.lifesciences_v2beta.services.workflows_service_v2_beta.WorkflowsServiceV2BetaClient.__exit__

__exit__(type, value, traceback)

google.cloud.lifesciences_v2beta.services.workflows_service_v2_beta.WorkflowsServiceV2BetaClient.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, str]] = ()
) -> None

google.cloud.lifesciences_v2beta.services.workflows_service_v2_beta.WorkflowsServiceV2BetaClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.lifesciences_v2beta.services.workflows_service_v2_beta.WorkflowsServiceV2BetaClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.lifesciences_v2beta.services.workflows_service_v2_beta.WorkflowsServiceV2BetaClient.common_location_path

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

google.cloud.lifesciences_v2beta.services.workflows_service_v2_beta.WorkflowsServiceV2BetaClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.lifesciences_v2beta.services.workflows_service_v2_beta.WorkflowsServiceV2BetaClient.common_project_path

common_project_path(project: str) -> str

google.cloud.lifesciences_v2beta.services.workflows_service_v2_beta.WorkflowsServiceV2BetaClient.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.lifesciences_v2beta.services.workflows_service_v2_beta.WorkflowsServiceV2BetaClient.from_service_account_file

google.cloud.lifesciences_v2beta.services.workflows_service_v2_beta.WorkflowsServiceV2BetaClient.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.lifesciences_v2beta.services.workflows_service_v2_beta.WorkflowsServiceV2BetaClient.from_service_account_info

google.cloud.lifesciences_v2beta.services.workflows_service_v2_beta.WorkflowsServiceV2BetaClient.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.lifesciences_v2beta.services.workflows_service_v2_beta.WorkflowsServiceV2BetaClient.from_service_account_json

google.cloud.lifesciences_v2beta.services.workflows_service_v2_beta.WorkflowsServiceV2BetaClient.get_location

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

google.cloud.lifesciences_v2beta.services.workflows_service_v2_beta.WorkflowsServiceV2BetaClient.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.lifesciences_v2beta.services.workflows_service_v2_beta.WorkflowsServiceV2BetaClient.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, str]] = ()
) -> google.longrunning.operations_pb2.Operation

google.cloud.lifesciences_v2beta.services.workflows_service_v2_beta.WorkflowsServiceV2BetaClient.list_locations

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

Lists information about the supported locations for this service.

See more: google.cloud.lifesciences_v2beta.services.workflows_service_v2_beta.WorkflowsServiceV2BetaClient.list_locations

google.cloud.lifesciences_v2beta.services.workflows_service_v2_beta.WorkflowsServiceV2BetaClient.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, str]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.lifesciences_v2beta.services.workflows_service_v2_beta.WorkflowsServiceV2BetaClient.list_operations

google.cloud.lifesciences_v2beta.services.workflows_service_v2_beta.WorkflowsServiceV2BetaClient.parse_common_billing_account_path

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

google.cloud.lifesciences_v2beta.services.workflows_service_v2_beta.WorkflowsServiceV2BetaClient.parse_common_folder_path

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

google.cloud.lifesciences_v2beta.services.workflows_service_v2_beta.WorkflowsServiceV2BetaClient.parse_common_location_path

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

google.cloud.lifesciences_v2beta.services.workflows_service_v2_beta.WorkflowsServiceV2BetaClient.parse_common_organization_path

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

google.cloud.lifesciences_v2beta.services.workflows_service_v2_beta.WorkflowsServiceV2BetaClient.parse_common_project_path

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

google.cloud.lifesciences_v2beta.services.workflows_service_v2_beta.WorkflowsServiceV2BetaClient.run_pipeline

run_pipeline(
    request: typing.Optional[
        typing.Union[
            google.cloud.lifesciences_v2beta.types.workflows.RunPipelineRequest, dict
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation.Operation