Summary of entries of Methods for run.
google.cloud.run_v2.services.builds.BuildsAsyncClient
BuildsAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.run_v2.services.builds.transports.base.BuildsTransport, typing.Callable[[...], google.cloud.run_v2.services.builds.transports.base.BuildsTransport]]] = '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 builds async client.
See more: google.cloud.run_v2.services.builds.BuildsAsyncClient
google.cloud.run_v2.services.builds.BuildsAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
See more: google.cloud.run_v2.services.builds.BuildsAsyncClient.common_billing_account_path
google.cloud.run_v2.services.builds.BuildsAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.run_v2.services.builds.BuildsAsyncClient.common_folder_path
google.cloud.run_v2.services.builds.BuildsAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
See more: google.cloud.run_v2.services.builds.BuildsAsyncClient.common_location_path
google.cloud.run_v2.services.builds.BuildsAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
See more: google.cloud.run_v2.services.builds.BuildsAsyncClient.common_organization_path
google.cloud.run_v2.services.builds.BuildsAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
See more: google.cloud.run_v2.services.builds.BuildsAsyncClient.common_project_path
google.cloud.run_v2.services.builds.BuildsAsyncClient.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, str]] = ()
) -> None
Deletes a long-running operation.
See more: google.cloud.run_v2.services.builds.BuildsAsyncClient.delete_operation
google.cloud.run_v2.services.builds.BuildsAsyncClient.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.run_v2.services.builds.BuildsAsyncClient.from_service_account_file
google.cloud.run_v2.services.builds.BuildsAsyncClient.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.run_v2.services.builds.BuildsAsyncClient.from_service_account_info
google.cloud.run_v2.services.builds.BuildsAsyncClient.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.run_v2.services.builds.BuildsAsyncClient.from_service_account_json
google.cloud.run_v2.services.builds.BuildsAsyncClient.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.run_v2.services.builds.BuildsAsyncClient.get_mtls_endpoint_and_cert_source
google.cloud.run_v2.services.builds.BuildsAsyncClient.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
Gets the latest state of a long-running operation.
See more: google.cloud.run_v2.services.builds.BuildsAsyncClient.get_operation
google.cloud.run_v2.services.builds.BuildsAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[google.cloud.run_v2.services.builds.transports.base.BuildsTransport]
Returns an appropriate transport class.
See more: google.cloud.run_v2.services.builds.BuildsAsyncClient.get_transport_class
google.cloud.run_v2.services.builds.BuildsAsyncClient.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
Lists operations that match the specified filter in the request.
See more: google.cloud.run_v2.services.builds.BuildsAsyncClient.list_operations
google.cloud.run_v2.services.builds.BuildsAsyncClient.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.run_v2.services.builds.BuildsAsyncClient.parse_common_billing_account_path
google.cloud.run_v2.services.builds.BuildsAsyncClient.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.run_v2.services.builds.BuildsAsyncClient.parse_common_folder_path
google.cloud.run_v2.services.builds.BuildsAsyncClient.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.run_v2.services.builds.BuildsAsyncClient.parse_common_location_path
google.cloud.run_v2.services.builds.BuildsAsyncClient.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.run_v2.services.builds.BuildsAsyncClient.parse_common_organization_path
google.cloud.run_v2.services.builds.BuildsAsyncClient.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.run_v2.services.builds.BuildsAsyncClient.parse_common_project_path
google.cloud.run_v2.services.builds.BuildsAsyncClient.parse_worker_pool_path
parse_worker_pool_path(path: str) -> typing.Dict[str, str]
Parses a worker_pool path into its component segments.
See more: google.cloud.run_v2.services.builds.BuildsAsyncClient.parse_worker_pool_path
google.cloud.run_v2.services.builds.BuildsAsyncClient.submit_build
submit_build(
request: typing.Optional[
typing.Union[google.cloud.run_v2.types.build.SubmitBuildRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.run_v2.types.build.SubmitBuildResponse
Submits a build in a given project.
See more: google.cloud.run_v2.services.builds.BuildsAsyncClient.submit_build
google.cloud.run_v2.services.builds.BuildsAsyncClient.wait_operation
wait_operation(
request: typing.Optional[
google.longrunning.operations_pb2.WaitOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
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
Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state.
See more: google.cloud.run_v2.services.builds.BuildsAsyncClient.wait_operation
google.cloud.run_v2.services.builds.BuildsAsyncClient.worker_pool_path
worker_pool_path(project: str, location: str, worker_pool: str) -> str
Returns a fully-qualified worker_pool string.
See more: google.cloud.run_v2.services.builds.BuildsAsyncClient.worker_pool_path
google.cloud.run_v2.services.builds.BuildsClient
BuildsClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.run_v2.services.builds.transports.base.BuildsTransport, typing.Callable[[...], google.cloud.run_v2.services.builds.transports.base.BuildsTransport]]] = 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 builds client.
google.cloud.run_v2.services.builds.BuildsClient.__exit__
__exit__(type, value, traceback)
Releases underlying transport's resources.
See more: google.cloud.run_v2.services.builds.BuildsClient.exit
google.cloud.run_v2.services.builds.BuildsClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
See more: google.cloud.run_v2.services.builds.BuildsClient.common_billing_account_path
google.cloud.run_v2.services.builds.BuildsClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.run_v2.services.builds.BuildsClient.common_folder_path
google.cloud.run_v2.services.builds.BuildsClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
See more: google.cloud.run_v2.services.builds.BuildsClient.common_location_path
google.cloud.run_v2.services.builds.BuildsClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
See more: google.cloud.run_v2.services.builds.BuildsClient.common_organization_path
google.cloud.run_v2.services.builds.BuildsClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
See more: google.cloud.run_v2.services.builds.BuildsClient.common_project_path
google.cloud.run_v2.services.builds.BuildsClient.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, str]] = ()
) -> None
Deletes a long-running operation.
See more: google.cloud.run_v2.services.builds.BuildsClient.delete_operation
google.cloud.run_v2.services.builds.BuildsClient.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.run_v2.services.builds.BuildsClient.from_service_account_file
google.cloud.run_v2.services.builds.BuildsClient.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.run_v2.services.builds.BuildsClient.from_service_account_info
google.cloud.run_v2.services.builds.BuildsClient.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.run_v2.services.builds.BuildsClient.from_service_account_json
google.cloud.run_v2.services.builds.BuildsClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)
Deprecated.
See more: google.cloud.run_v2.services.builds.BuildsClient.get_mtls_endpoint_and_cert_source
google.cloud.run_v2.services.builds.BuildsClient.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
Gets the latest state of a long-running operation.
See more: google.cloud.run_v2.services.builds.BuildsClient.get_operation
google.cloud.run_v2.services.builds.BuildsClient.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.run_v2.services.builds.BuildsClient.list_operations
google.cloud.run_v2.services.builds.BuildsClient.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.run_v2.services.builds.BuildsClient.parse_common_billing_account_path
google.cloud.run_v2.services.builds.BuildsClient.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.run_v2.services.builds.BuildsClient.parse_common_folder_path
google.cloud.run_v2.services.builds.BuildsClient.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.run_v2.services.builds.BuildsClient.parse_common_location_path
google.cloud.run_v2.services.builds.BuildsClient.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.run_v2.services.builds.BuildsClient.parse_common_organization_path
google.cloud.run_v2.services.builds.BuildsClient.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.run_v2.services.builds.BuildsClient.parse_common_project_path
google.cloud.run_v2.services.builds.BuildsClient.parse_worker_pool_path
parse_worker_pool_path(path: str) -> typing.Dict[str, str]
Parses a worker_pool path into its component segments.
See more: google.cloud.run_v2.services.builds.BuildsClient.parse_worker_pool_path
google.cloud.run_v2.services.builds.BuildsClient.submit_build
submit_build(
request: typing.Optional[
typing.Union[google.cloud.run_v2.types.build.SubmitBuildRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.run_v2.types.build.SubmitBuildResponse
Submits a build in a given project.
See more: google.cloud.run_v2.services.builds.BuildsClient.submit_build
google.cloud.run_v2.services.builds.BuildsClient.wait_operation
wait_operation(
request: typing.Optional[
google.longrunning.operations_pb2.WaitOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
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
Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state.
See more: google.cloud.run_v2.services.builds.BuildsClient.wait_operation
google.cloud.run_v2.services.builds.BuildsClient.worker_pool_path
worker_pool_path(project: str, location: str, worker_pool: str) -> str
Returns a fully-qualified worker_pool string.
See more: google.cloud.run_v2.services.builds.BuildsClient.worker_pool_path
google.cloud.run_v2.services.executions.ExecutionsAsyncClient
ExecutionsAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.run_v2.services.executions.transports.base.ExecutionsTransport, typing.Callable[[...], google.cloud.run_v2.services.executions.transports.base.ExecutionsTransport]]] = '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 executions async client.
See more: google.cloud.run_v2.services.executions.ExecutionsAsyncClient
google.cloud.run_v2.services.executions.ExecutionsAsyncClient.cancel_execution
cancel_execution(
request: typing.Optional[
typing.Union[google.cloud.run_v2.types.execution.CancelExecutionRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Cancels an Execution.
See more: google.cloud.run_v2.services.executions.ExecutionsAsyncClient.cancel_execution
google.cloud.run_v2.services.executions.ExecutionsAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
See more: google.cloud.run_v2.services.executions.ExecutionsAsyncClient.common_billing_account_path
google.cloud.run_v2.services.executions.ExecutionsAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.run_v2.services.executions.ExecutionsAsyncClient.common_folder_path
google.cloud.run_v2.services.executions.ExecutionsAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
See more: google.cloud.run_v2.services.executions.ExecutionsAsyncClient.common_location_path
google.cloud.run_v2.services.executions.ExecutionsAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
See more: google.cloud.run_v2.services.executions.ExecutionsAsyncClient.common_organization_path
google.cloud.run_v2.services.executions.ExecutionsAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
See more: google.cloud.run_v2.services.executions.ExecutionsAsyncClient.common_project_path
google.cloud.run_v2.services.executions.ExecutionsAsyncClient.connector_path
connector_path(project: str, location: str, connector: str) -> str
Returns a fully-qualified connector string.
See more: google.cloud.run_v2.services.executions.ExecutionsAsyncClient.connector_path
google.cloud.run_v2.services.executions.ExecutionsAsyncClient.crypto_key_path
crypto_key_path(project: str, location: str, key_ring: str, crypto_key: str) -> str
Returns a fully-qualified crypto_key string.
See more: google.cloud.run_v2.services.executions.ExecutionsAsyncClient.crypto_key_path
google.cloud.run_v2.services.executions.ExecutionsAsyncClient.delete_execution
delete_execution(
request: typing.Optional[
typing.Union[google.cloud.run_v2.types.execution.DeleteExecutionRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Deletes an Execution.
See more: google.cloud.run_v2.services.executions.ExecutionsAsyncClient.delete_execution
google.cloud.run_v2.services.executions.ExecutionsAsyncClient.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, str]] = ()
) -> None
Deletes a long-running operation.
See more: google.cloud.run_v2.services.executions.ExecutionsAsyncClient.delete_operation
google.cloud.run_v2.services.executions.ExecutionsAsyncClient.execution_path
execution_path(project: str, location: str, job: str, execution: str) -> str
Returns a fully-qualified execution string.
See more: google.cloud.run_v2.services.executions.ExecutionsAsyncClient.execution_path
google.cloud.run_v2.services.executions.ExecutionsAsyncClient.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.run_v2.services.executions.ExecutionsAsyncClient.from_service_account_file
google.cloud.run_v2.services.executions.ExecutionsAsyncClient.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.run_v2.services.executions.ExecutionsAsyncClient.from_service_account_info
google.cloud.run_v2.services.executions.ExecutionsAsyncClient.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.run_v2.services.executions.ExecutionsAsyncClient.from_service_account_json
google.cloud.run_v2.services.executions.ExecutionsAsyncClient.get_execution
get_execution(
request: typing.Optional[
typing.Union[google.cloud.run_v2.types.execution.GetExecutionRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.run_v2.types.execution.Execution
Gets information about an Execution.
See more: google.cloud.run_v2.services.executions.ExecutionsAsyncClient.get_execution
google.cloud.run_v2.services.executions.ExecutionsAsyncClient.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.run_v2.services.executions.ExecutionsAsyncClient.get_mtls_endpoint_and_cert_source
google.cloud.run_v2.services.executions.ExecutionsAsyncClient.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
Gets the latest state of a long-running operation.
See more: google.cloud.run_v2.services.executions.ExecutionsAsyncClient.get_operation
google.cloud.run_v2.services.executions.ExecutionsAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.run_v2.services.executions.transports.base.ExecutionsTransport
]
Returns an appropriate transport class.
See more: google.cloud.run_v2.services.executions.ExecutionsAsyncClient.get_transport_class
google.cloud.run_v2.services.executions.ExecutionsAsyncClient.job_path
job_path(project: str, location: str, job: str) -> str
Returns a fully-qualified job string.
See more: google.cloud.run_v2.services.executions.ExecutionsAsyncClient.job_path
google.cloud.run_v2.services.executions.ExecutionsAsyncClient.list_executions
list_executions(
request: typing.Optional[
typing.Union[google.cloud.run_v2.types.execution.ListExecutionsRequest, dict]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.run_v2.services.executions.pagers.ListExecutionsAsyncPager
Lists Executions from a Job.
See more: google.cloud.run_v2.services.executions.ExecutionsAsyncClient.list_executions
google.cloud.run_v2.services.executions.ExecutionsAsyncClient.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
Lists operations that match the specified filter in the request.
See more: google.cloud.run_v2.services.executions.ExecutionsAsyncClient.list_operations
google.cloud.run_v2.services.executions.ExecutionsAsyncClient.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.run_v2.services.executions.ExecutionsAsyncClient.parse_common_billing_account_path
google.cloud.run_v2.services.executions.ExecutionsAsyncClient.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.run_v2.services.executions.ExecutionsAsyncClient.parse_common_folder_path
google.cloud.run_v2.services.executions.ExecutionsAsyncClient.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.run_v2.services.executions.ExecutionsAsyncClient.parse_common_location_path
google.cloud.run_v2.services.executions.ExecutionsAsyncClient.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.run_v2.services.executions.ExecutionsAsyncClient.parse_common_organization_path
google.cloud.run_v2.services.executions.ExecutionsAsyncClient.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.run_v2.services.executions.ExecutionsAsyncClient.parse_common_project_path
google.cloud.run_v2.services.executions.ExecutionsAsyncClient.parse_connector_path
parse_connector_path(path: str) -> typing.Dict[str, str]
Parses a connector path into its component segments.
See more: google.cloud.run_v2.services.executions.ExecutionsAsyncClient.parse_connector_path
google.cloud.run_v2.services.executions.ExecutionsAsyncClient.parse_crypto_key_path
parse_crypto_key_path(path: str) -> typing.Dict[str, str]
Parses a crypto_key path into its component segments.
See more: google.cloud.run_v2.services.executions.ExecutionsAsyncClient.parse_crypto_key_path
google.cloud.run_v2.services.executions.ExecutionsAsyncClient.parse_execution_path
parse_execution_path(path: str) -> typing.Dict[str, str]
Parses a execution path into its component segments.
See more: google.cloud.run_v2.services.executions.ExecutionsAsyncClient.parse_execution_path
google.cloud.run_v2.services.executions.ExecutionsAsyncClient.parse_job_path
parse_job_path(path: str) -> typing.Dict[str, str]
Parses a job path into its component segments.
See more: google.cloud.run_v2.services.executions.ExecutionsAsyncClient.parse_job_path
google.cloud.run_v2.services.executions.ExecutionsAsyncClient.parse_secret_path
parse_secret_path(path: str) -> typing.Dict[str, str]
Parses a secret path into its component segments.
See more: google.cloud.run_v2.services.executions.ExecutionsAsyncClient.parse_secret_path
google.cloud.run_v2.services.executions.ExecutionsAsyncClient.parse_secret_version_path
parse_secret_version_path(path: str) -> typing.Dict[str, str]
Parses a secret_version path into its component segments.
See more: google.cloud.run_v2.services.executions.ExecutionsAsyncClient.parse_secret_version_path
google.cloud.run_v2.services.executions.ExecutionsAsyncClient.secret_path
secret_path(project: str, secret: str) -> str
Returns a fully-qualified secret string.
See more: google.cloud.run_v2.services.executions.ExecutionsAsyncClient.secret_path
google.cloud.run_v2.services.executions.ExecutionsAsyncClient.secret_version_path
secret_version_path(project: str, secret: str, version: str) -> str
Returns a fully-qualified secret_version string.
See more: google.cloud.run_v2.services.executions.ExecutionsAsyncClient.secret_version_path
google.cloud.run_v2.services.executions.ExecutionsAsyncClient.wait_operation
wait_operation(
request: typing.Optional[
google.longrunning.operations_pb2.WaitOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
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
Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state.
See more: google.cloud.run_v2.services.executions.ExecutionsAsyncClient.wait_operation
google.cloud.run_v2.services.executions.ExecutionsClient
ExecutionsClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.run_v2.services.executions.transports.base.ExecutionsTransport, typing.Callable[[...], google.cloud.run_v2.services.executions.transports.base.ExecutionsTransport]]] = 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 executions client.
See more: google.cloud.run_v2.services.executions.ExecutionsClient
google.cloud.run_v2.services.executions.ExecutionsClient.__exit__
__exit__(type, value, traceback)
Releases underlying transport's resources.
See more: google.cloud.run_v2.services.executions.ExecutionsClient.exit
google.cloud.run_v2.services.executions.ExecutionsClient.cancel_execution
cancel_execution(
request: typing.Optional[
typing.Union[google.cloud.run_v2.types.execution.CancelExecutionRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation.Operation
Cancels an Execution.
See more: google.cloud.run_v2.services.executions.ExecutionsClient.cancel_execution
google.cloud.run_v2.services.executions.ExecutionsClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
See more: google.cloud.run_v2.services.executions.ExecutionsClient.common_billing_account_path
google.cloud.run_v2.services.executions.ExecutionsClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.run_v2.services.executions.ExecutionsClient.common_folder_path
google.cloud.run_v2.services.executions.ExecutionsClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
See more: google.cloud.run_v2.services.executions.ExecutionsClient.common_location_path
google.cloud.run_v2.services.executions.ExecutionsClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
See more: google.cloud.run_v2.services.executions.ExecutionsClient.common_organization_path
google.cloud.run_v2.services.executions.ExecutionsClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
See more: google.cloud.run_v2.services.executions.ExecutionsClient.common_project_path
google.cloud.run_v2.services.executions.ExecutionsClient.connector_path
connector_path(project: str, location: str, connector: str) -> str
Returns a fully-qualified connector string.
See more: google.cloud.run_v2.services.executions.ExecutionsClient.connector_path
google.cloud.run_v2.services.executions.ExecutionsClient.crypto_key_path
crypto_key_path(project: str, location: str, key_ring: str, crypto_key: str) -> str
Returns a fully-qualified crypto_key string.
See more: google.cloud.run_v2.services.executions.ExecutionsClient.crypto_key_path
google.cloud.run_v2.services.executions.ExecutionsClient.delete_execution
delete_execution(
request: typing.Optional[
typing.Union[google.cloud.run_v2.types.execution.DeleteExecutionRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation.Operation
Deletes an Execution.
See more: google.cloud.run_v2.services.executions.ExecutionsClient.delete_execution
google.cloud.run_v2.services.executions.ExecutionsClient.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, str]] = ()
) -> None
Deletes a long-running operation.
See more: google.cloud.run_v2.services.executions.ExecutionsClient.delete_operation
google.cloud.run_v2.services.executions.ExecutionsClient.execution_path
execution_path(project: str, location: str, job: str, execution: str) -> str
Returns a fully-qualified execution string.
See more: google.cloud.run_v2.services.executions.ExecutionsClient.execution_path
google.cloud.run_v2.services.executions.ExecutionsClient.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.run_v2.services.executions.ExecutionsClient.from_service_account_file
google.cloud.run_v2.services.executions.ExecutionsClient.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.run_v2.services.executions.ExecutionsClient.from_service_account_info
google.cloud.run_v2.services.executions.ExecutionsClient.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.run_v2.services.executions.ExecutionsClient.from_service_account_json
google.cloud.run_v2.services.executions.ExecutionsClient.get_execution
get_execution(
request: typing.Optional[
typing.Union[google.cloud.run_v2.types.execution.GetExecutionRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.run_v2.types.execution.Execution
Gets information about an Execution.
See more: google.cloud.run_v2.services.executions.ExecutionsClient.get_execution
google.cloud.run_v2.services.executions.ExecutionsClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)
Deprecated.
See more: google.cloud.run_v2.services.executions.ExecutionsClient.get_mtls_endpoint_and_cert_source
google.cloud.run_v2.services.executions.ExecutionsClient.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
Gets the latest state of a long-running operation.
See more: google.cloud.run_v2.services.executions.ExecutionsClient.get_operation
google.cloud.run_v2.services.executions.ExecutionsClient.job_path
job_path(project: str, location: str, job: str) -> str
Returns a fully-qualified job string.
See more: google.cloud.run_v2.services.executions.ExecutionsClient.job_path
google.cloud.run_v2.services.executions.ExecutionsClient.list_executions
list_executions(
request: typing.Optional[
typing.Union[google.cloud.run_v2.types.execution.ListExecutionsRequest, dict]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.run_v2.services.executions.pagers.ListExecutionsPager
Lists Executions from a Job.
See more: google.cloud.run_v2.services.executions.ExecutionsClient.list_executions
google.cloud.run_v2.services.executions.ExecutionsClient.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.run_v2.services.executions.ExecutionsClient.list_operations
google.cloud.run_v2.services.executions.ExecutionsClient.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.run_v2.services.executions.ExecutionsClient.parse_common_billing_account_path
google.cloud.run_v2.services.executions.ExecutionsClient.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.run_v2.services.executions.ExecutionsClient.parse_common_folder_path
google.cloud.run_v2.services.executions.ExecutionsClient.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.run_v2.services.executions.ExecutionsClient.parse_common_location_path
google.cloud.run_v2.services.executions.ExecutionsClient.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.run_v2.services.executions.ExecutionsClient.parse_common_organization_path
google.cloud.run_v2.services.executions.ExecutionsClient.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.run_v2.services.executions.ExecutionsClient.parse_common_project_path
google.cloud.run_v2.services.executions.ExecutionsClient.parse_connector_path
parse_connector_path(path: str) -> typing.Dict[str, str]
Parses a connector path into its component segments.
See more: google.cloud.run_v2.services.executions.ExecutionsClient.parse_connector_path
google.cloud.run_v2.services.executions.ExecutionsClient.parse_crypto_key_path
parse_crypto_key_path(path: str) -> typing.Dict[str, str]
Parses a crypto_key path into its component segments.
See more: google.cloud.run_v2.services.executions.ExecutionsClient.parse_crypto_key_path
google.cloud.run_v2.services.executions.ExecutionsClient.parse_execution_path
parse_execution_path(path: str) -> typing.Dict[str, str]
Parses a execution path into its component segments.
See more: google.cloud.run_v2.services.executions.ExecutionsClient.parse_execution_path
google.cloud.run_v2.services.executions.ExecutionsClient.parse_job_path
parse_job_path(path: str) -> typing.Dict[str, str]
Parses a job path into its component segments.
See more: google.cloud.run_v2.services.executions.ExecutionsClient.parse_job_path
google.cloud.run_v2.services.executions.ExecutionsClient.parse_secret_path
parse_secret_path(path: str) -> typing.Dict[str, str]
Parses a secret path into its component segments.
See more: google.cloud.run_v2.services.executions.ExecutionsClient.parse_secret_path
google.cloud.run_v2.services.executions.ExecutionsClient.parse_secret_version_path
parse_secret_version_path(path: str) -> typing.Dict[str, str]
Parses a secret_version path into its component segments.
See more: google.cloud.run_v2.services.executions.ExecutionsClient.parse_secret_version_path
google.cloud.run_v2.services.executions.ExecutionsClient.secret_path
secret_path(project: str, secret: str) -> str
Returns a fully-qualified secret string.
See more: google.cloud.run_v2.services.executions.ExecutionsClient.secret_path
google.cloud.run_v2.services.executions.ExecutionsClient.secret_version_path
secret_version_path(project: str, secret: str, version: str) -> str
Returns a fully-qualified secret_version string.
See more: google.cloud.run_v2.services.executions.ExecutionsClient.secret_version_path
google.cloud.run_v2.services.executions.ExecutionsClient.wait_operation
wait_operation(
request: typing.Optional[
google.longrunning.operations_pb2.WaitOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
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
Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state.
See more: google.cloud.run_v2.services.executions.ExecutionsClient.wait_operation
google.cloud.run_v2.services.executions.pagers.ListExecutionsAsyncPager
ListExecutionsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[google.cloud.run_v2.types.execution.ListExecutionsResponse],
],
request: google.cloud.run_v2.types.execution.ListExecutionsRequest,
response: google.cloud.run_v2.types.execution.ListExecutionsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
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]] = ()
)
Instantiates the pager.
See more: google.cloud.run_v2.services.executions.pagers.ListExecutionsAsyncPager
google.cloud.run_v2.services.executions.pagers.ListExecutionsPager
ListExecutionsPager(
method: typing.Callable[
[...], google.cloud.run_v2.types.execution.ListExecutionsResponse
],
request: google.cloud.run_v2.types.execution.ListExecutionsRequest,
response: google.cloud.run_v2.types.execution.ListExecutionsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
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]] = ()
)
Instantiate the pager.
See more: google.cloud.run_v2.services.executions.pagers.ListExecutionsPager
google.cloud.run_v2.services.jobs.JobsAsyncClient
JobsAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.run_v2.services.jobs.transports.base.JobsTransport, typing.Callable[[...], google.cloud.run_v2.services.jobs.transports.base.JobsTransport]]] = '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 jobs async client.
google.cloud.run_v2.services.jobs.JobsAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
See more: google.cloud.run_v2.services.jobs.JobsAsyncClient.common_billing_account_path
google.cloud.run_v2.services.jobs.JobsAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.run_v2.services.jobs.JobsAsyncClient.common_folder_path
google.cloud.run_v2.services.jobs.JobsAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
See more: google.cloud.run_v2.services.jobs.JobsAsyncClient.common_location_path
google.cloud.run_v2.services.jobs.JobsAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
See more: google.cloud.run_v2.services.jobs.JobsAsyncClient.common_organization_path
google.cloud.run_v2.services.jobs.JobsAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
See more: google.cloud.run_v2.services.jobs.JobsAsyncClient.common_project_path
google.cloud.run_v2.services.jobs.JobsAsyncClient.connector_path
connector_path(project: str, location: str, connector: str) -> str
Returns a fully-qualified connector string.
See more: google.cloud.run_v2.services.jobs.JobsAsyncClient.connector_path
google.cloud.run_v2.services.jobs.JobsAsyncClient.create_job
create_job(
request: typing.Optional[
typing.Union[google.cloud.run_v2.types.job.CreateJobRequest, dict]
] = None,
*,
parent: typing.Optional[str] = None,
job: typing.Optional[google.cloud.run_v2.types.job.Job] = None,
job_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Creates a Job.
See more: google.cloud.run_v2.services.jobs.JobsAsyncClient.create_job
google.cloud.run_v2.services.jobs.JobsAsyncClient.crypto_key_path
crypto_key_path(project: str, location: str, key_ring: str, crypto_key: str) -> str
Returns a fully-qualified crypto_key string.
See more: google.cloud.run_v2.services.jobs.JobsAsyncClient.crypto_key_path
google.cloud.run_v2.services.jobs.JobsAsyncClient.delete_job
delete_job(
request: typing.Optional[
typing.Union[google.cloud.run_v2.types.job.DeleteJobRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Deletes a Job.
See more: google.cloud.run_v2.services.jobs.JobsAsyncClient.delete_job
google.cloud.run_v2.services.jobs.JobsAsyncClient.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, str]] = ()
) -> None
Deletes a long-running operation.
See more: google.cloud.run_v2.services.jobs.JobsAsyncClient.delete_operation
google.cloud.run_v2.services.jobs.JobsAsyncClient.execution_path
execution_path(project: str, location: str, job: str, execution: str) -> str
Returns a fully-qualified execution string.
See more: google.cloud.run_v2.services.jobs.JobsAsyncClient.execution_path
google.cloud.run_v2.services.jobs.JobsAsyncClient.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.run_v2.services.jobs.JobsAsyncClient.from_service_account_file
google.cloud.run_v2.services.jobs.JobsAsyncClient.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.run_v2.services.jobs.JobsAsyncClient.from_service_account_info
google.cloud.run_v2.services.jobs.JobsAsyncClient.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.run_v2.services.jobs.JobsAsyncClient.from_service_account_json
google.cloud.run_v2.services.jobs.JobsAsyncClient.get_iam_policy
get_iam_policy(
request: typing.Optional[
typing.Union[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.iam.v1.policy_pb2.Policy
Gets the IAM Access Control policy currently in effect for the given Job.
See more: google.cloud.run_v2.services.jobs.JobsAsyncClient.get_iam_policy
google.cloud.run_v2.services.jobs.JobsAsyncClient.get_job
get_job(
request: typing.Optional[
typing.Union[google.cloud.run_v2.types.job.GetJobRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.run_v2.types.job.Job
Gets information about a Job.
See more: google.cloud.run_v2.services.jobs.JobsAsyncClient.get_job
google.cloud.run_v2.services.jobs.JobsAsyncClient.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.run_v2.services.jobs.JobsAsyncClient.get_mtls_endpoint_and_cert_source
google.cloud.run_v2.services.jobs.JobsAsyncClient.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
Gets the latest state of a long-running operation.
See more: google.cloud.run_v2.services.jobs.JobsAsyncClient.get_operation
google.cloud.run_v2.services.jobs.JobsAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[google.cloud.run_v2.services.jobs.transports.base.JobsTransport]
Returns an appropriate transport class.
See more: google.cloud.run_v2.services.jobs.JobsAsyncClient.get_transport_class
google.cloud.run_v2.services.jobs.JobsAsyncClient.job_path
job_path(project: str, location: str, job: str) -> str
Returns a fully-qualified job string.
See more: google.cloud.run_v2.services.jobs.JobsAsyncClient.job_path
google.cloud.run_v2.services.jobs.JobsAsyncClient.list_jobs
list_jobs(
request: typing.Optional[
typing.Union[google.cloud.run_v2.types.job.ListJobsRequest, dict]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.run_v2.services.jobs.pagers.ListJobsAsyncPager
Lists Jobs.
See more: google.cloud.run_v2.services.jobs.JobsAsyncClient.list_jobs
google.cloud.run_v2.services.jobs.JobsAsyncClient.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
Lists operations that match the specified filter in the request.
See more: google.cloud.run_v2.services.jobs.JobsAsyncClient.list_operations
google.cloud.run_v2.services.jobs.JobsAsyncClient.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.run_v2.services.jobs.JobsAsyncClient.parse_common_billing_account_path
google.cloud.run_v2.services.jobs.JobsAsyncClient.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.run_v2.services.jobs.JobsAsyncClient.parse_common_folder_path
google.cloud.run_v2.services.jobs.JobsAsyncClient.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.run_v2.services.jobs.JobsAsyncClient.parse_common_location_path
google.cloud.run_v2.services.jobs.JobsAsyncClient.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.run_v2.services.jobs.JobsAsyncClient.parse_common_organization_path
google.cloud.run_v2.services.jobs.JobsAsyncClient.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.run_v2.services.jobs.JobsAsyncClient.parse_common_project_path
google.cloud.run_v2.services.jobs.JobsAsyncClient.parse_connector_path
parse_connector_path(path: str) -> typing.Dict[str, str]
Parses a connector path into its component segments.
See more: google.cloud.run_v2.services.jobs.JobsAsyncClient.parse_connector_path
google.cloud.run_v2.services.jobs.JobsAsyncClient.parse_crypto_key_path
parse_crypto_key_path(path: str) -> typing.Dict[str, str]
Parses a crypto_key path into its component segments.
See more: google.cloud.run_v2.services.jobs.JobsAsyncClient.parse_crypto_key_path
google.cloud.run_v2.services.jobs.JobsAsyncClient.parse_execution_path
parse_execution_path(path: str) -> typing.Dict[str, str]
Parses a execution path into its component segments.
See more: google.cloud.run_v2.services.jobs.JobsAsyncClient.parse_execution_path
google.cloud.run_v2.services.jobs.JobsAsyncClient.parse_job_path
parse_job_path(path: str) -> typing.Dict[str, str]
Parses a job path into its component segments.
See more: google.cloud.run_v2.services.jobs.JobsAsyncClient.parse_job_path
google.cloud.run_v2.services.jobs.JobsAsyncClient.parse_policy_path
parse_policy_path(path: str) -> typing.Dict[str, str]
Parses a policy path into its component segments.
See more: google.cloud.run_v2.services.jobs.JobsAsyncClient.parse_policy_path
google.cloud.run_v2.services.jobs.JobsAsyncClient.parse_secret_path
parse_secret_path(path: str) -> typing.Dict[str, str]
Parses a secret path into its component segments.
See more: google.cloud.run_v2.services.jobs.JobsAsyncClient.parse_secret_path
google.cloud.run_v2.services.jobs.JobsAsyncClient.parse_secret_version_path
parse_secret_version_path(path: str) -> typing.Dict[str, str]
Parses a secret_version path into its component segments.
See more: google.cloud.run_v2.services.jobs.JobsAsyncClient.parse_secret_version_path
google.cloud.run_v2.services.jobs.JobsAsyncClient.policy_path
policy_path(project: str) -> str
Returns a fully-qualified policy string.
See more: google.cloud.run_v2.services.jobs.JobsAsyncClient.policy_path
google.cloud.run_v2.services.jobs.JobsAsyncClient.run_job
run_job(
request: typing.Optional[
typing.Union[google.cloud.run_v2.types.job.RunJobRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Triggers creation of a new Execution of this Job.
See more: google.cloud.run_v2.services.jobs.JobsAsyncClient.run_job
google.cloud.run_v2.services.jobs.JobsAsyncClient.secret_path
secret_path(project: str, secret: str) -> str
Returns a fully-qualified secret string.
See more: google.cloud.run_v2.services.jobs.JobsAsyncClient.secret_path
google.cloud.run_v2.services.jobs.JobsAsyncClient.secret_version_path
secret_version_path(project: str, secret: str, version: str) -> str
Returns a fully-qualified secret_version string.
See more: google.cloud.run_v2.services.jobs.JobsAsyncClient.secret_version_path
google.cloud.run_v2.services.jobs.JobsAsyncClient.set_iam_policy
set_iam_policy(
request: typing.Optional[
typing.Union[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.iam.v1.policy_pb2.Policy
Sets the IAM Access control policy for the specified Job.
See more: google.cloud.run_v2.services.jobs.JobsAsyncClient.set_iam_policy
google.cloud.run_v2.services.jobs.JobsAsyncClient.test_iam_permissions
test_iam_permissions(
request: typing.Optional[
typing.Union[google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponse
Returns permissions that a caller has on the specified Project.
See more: google.cloud.run_v2.services.jobs.JobsAsyncClient.test_iam_permissions
google.cloud.run_v2.services.jobs.JobsAsyncClient.update_job
update_job(
request: typing.Optional[
typing.Union[google.cloud.run_v2.types.job.UpdateJobRequest, dict]
] = None,
*,
job: typing.Optional[google.cloud.run_v2.types.job.Job] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
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
Updates a Job.
See more: google.cloud.run_v2.services.jobs.JobsAsyncClient.update_job
google.cloud.run_v2.services.jobs.JobsAsyncClient.wait_operation
wait_operation(
request: typing.Optional[
google.longrunning.operations_pb2.WaitOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
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
Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state.
See more: google.cloud.run_v2.services.jobs.JobsAsyncClient.wait_operation
google.cloud.run_v2.services.jobs.JobsClient
JobsClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.run_v2.services.jobs.transports.base.JobsTransport, typing.Callable[[...], google.cloud.run_v2.services.jobs.transports.base.JobsTransport]]] = 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 jobs client.
google.cloud.run_v2.services.jobs.JobsClient.__exit__
__exit__(type, value, traceback)
Releases underlying transport's resources.
google.cloud.run_v2.services.jobs.JobsClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
See more: google.cloud.run_v2.services.jobs.JobsClient.common_billing_account_path
google.cloud.run_v2.services.jobs.JobsClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.run_v2.services.jobs.JobsClient.common_folder_path
google.cloud.run_v2.services.jobs.JobsClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
See more: google.cloud.run_v2.services.jobs.JobsClient.common_location_path
google.cloud.run_v2.services.jobs.JobsClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
See more: google.cloud.run_v2.services.jobs.JobsClient.common_organization_path
google.cloud.run_v2.services.jobs.JobsClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
See more: google.cloud.run_v2.services.jobs.JobsClient.common_project_path
google.cloud.run_v2.services.jobs.JobsClient.connector_path
connector_path(project: str, location: str, connector: str) -> str
Returns a fully-qualified connector string.
See more: google.cloud.run_v2.services.jobs.JobsClient.connector_path
google.cloud.run_v2.services.jobs.JobsClient.create_job
create_job(
request: typing.Optional[
typing.Union[google.cloud.run_v2.types.job.CreateJobRequest, dict]
] = None,
*,
parent: typing.Optional[str] = None,
job: typing.Optional[google.cloud.run_v2.types.job.Job] = None,
job_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation.Operation
Creates a Job.
See more: google.cloud.run_v2.services.jobs.JobsClient.create_job
google.cloud.run_v2.services.jobs.JobsClient.crypto_key_path
crypto_key_path(project: str, location: str, key_ring: str, crypto_key: str) -> str
Returns a fully-qualified crypto_key string.
See more: google.cloud.run_v2.services.jobs.JobsClient.crypto_key_path
google.cloud.run_v2.services.jobs.JobsClient.delete_job
delete_job(
request: typing.Optional[
typing.Union[google.cloud.run_v2.types.job.DeleteJobRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation.Operation
Deletes a Job.
See more: google.cloud.run_v2.services.jobs.JobsClient.delete_job
google.cloud.run_v2.services.jobs.JobsClient.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, str]] = ()
) -> None
Deletes a long-running operation.
See more: google.cloud.run_v2.services.jobs.JobsClient.delete_operation
google.cloud.run_v2.services.jobs.JobsClient.execution_path
execution_path(project: str, location: str, job: str, execution: str) -> str
Returns a fully-qualified execution string.
See more: google.cloud.run_v2.services.jobs.JobsClient.execution_path
google.cloud.run_v2.services.jobs.JobsClient.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.run_v2.services.jobs.JobsClient.from_service_account_file
google.cloud.run_v2.services.jobs.JobsClient.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.run_v2.services.jobs.JobsClient.from_service_account_info
google.cloud.run_v2.services.jobs.JobsClient.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.run_v2.services.jobs.JobsClient.from_service_account_json
google.cloud.run_v2.services.jobs.JobsClient.get_iam_policy
get_iam_policy(
request: typing.Optional[
typing.Union[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.iam.v1.policy_pb2.Policy
Gets the IAM Access Control policy currently in effect for the given Job.
See more: google.cloud.run_v2.services.jobs.JobsClient.get_iam_policy
google.cloud.run_v2.services.jobs.JobsClient.get_job
get_job(
request: typing.Optional[
typing.Union[google.cloud.run_v2.types.job.GetJobRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.run_v2.types.job.Job
Gets information about a Job.
See more: google.cloud.run_v2.services.jobs.JobsClient.get_job
google.cloud.run_v2.services.jobs.JobsClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)
Deprecated.
See more: google.cloud.run_v2.services.jobs.JobsClient.get_mtls_endpoint_and_cert_source
google.cloud.run_v2.services.jobs.JobsClient.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
Gets the latest state of a long-running operation.
See more: google.cloud.run_v2.services.jobs.JobsClient.get_operation
google.cloud.run_v2.services.jobs.JobsClient.job_path
job_path(project: str, location: str, job: str) -> str
Returns a fully-qualified job string.
See more: google.cloud.run_v2.services.jobs.JobsClient.job_path
google.cloud.run_v2.services.jobs.JobsClient.list_jobs
list_jobs(
request: typing.Optional[
typing.Union[google.cloud.run_v2.types.job.ListJobsRequest, dict]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.run_v2.services.jobs.pagers.ListJobsPager
Lists Jobs.
See more: google.cloud.run_v2.services.jobs.JobsClient.list_jobs
google.cloud.run_v2.services.jobs.JobsClient.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.run_v2.services.jobs.JobsClient.list_operations
google.cloud.run_v2.services.jobs.JobsClient.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.run_v2.services.jobs.JobsClient.parse_common_billing_account_path
google.cloud.run_v2.services.jobs.JobsClient.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.run_v2.services.jobs.JobsClient.parse_common_folder_path
google.cloud.run_v2.services.jobs.JobsClient.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.run_v2.services.jobs.JobsClient.parse_common_location_path
google.cloud.run_v2.services.jobs.JobsClient.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.run_v2.services.jobs.JobsClient.parse_common_organization_path
google.cloud.run_v2.services.jobs.JobsClient.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.run_v2.services.jobs.JobsClient.parse_common_project_path
google.cloud.run_v2.services.jobs.JobsClient.parse_connector_path
parse_connector_path(path: str) -> typing.Dict[str, str]
Parses a connector path into its component segments.
See more: google.cloud.run_v2.services.jobs.JobsClient.parse_connector_path
google.cloud.run_v2.services.jobs.JobsClient.parse_crypto_key_path
parse_crypto_key_path(path: str) -> typing.Dict[str, str]
Parses a crypto_key path into its component segments.
See more: google.cloud.run_v2.services.jobs.JobsClient.parse_crypto_key_path
google.cloud.run_v2.services.jobs.JobsClient.parse_execution_path
parse_execution_path(path: str) -> typing.Dict[str, str]
Parses a execution path into its component segments.
See more: google.cloud.run_v2.services.jobs.JobsClient.parse_execution_path
google.cloud.run_v2.services.jobs.JobsClient.parse_job_path
parse_job_path(path: str) -> typing.Dict[str, str]
Parses a job path into its component segments.
See more: google.cloud.run_v2.services.jobs.JobsClient.parse_job_path
google.cloud.run_v2.services.jobs.JobsClient.parse_policy_path
parse_policy_path(path: str) -> typing.Dict[str, str]
Parses a policy path into its component segments.
See more: google.cloud.run_v2.services.jobs.JobsClient.parse_policy_path
google.cloud.run_v2.services.jobs.JobsClient.parse_secret_path
parse_secret_path(path: str) -> typing.Dict[str, str]
Parses a secret path into its component segments.
See more: google.cloud.run_v2.services.jobs.JobsClient.parse_secret_path
google.cloud.run_v2.services.jobs.JobsClient.parse_secret_version_path
parse_secret_version_path(path: str) -> typing.Dict[str, str]
Parses a secret_version path into its component segments.
See more: google.cloud.run_v2.services.jobs.JobsClient.parse_secret_version_path
google.cloud.run_v2.services.jobs.JobsClient.policy_path
policy_path(project: str) -> str
Returns a fully-qualified policy string.
See more: google.cloud.run_v2.services.jobs.JobsClient.policy_path
google.cloud.run_v2.services.jobs.JobsClient.run_job
run_job(
request: typing.Optional[
typing.Union[google.cloud.run_v2.types.job.RunJobRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation.Operation
Triggers creation of a new Execution of this Job.
See more: google.cloud.run_v2.services.jobs.JobsClient.run_job
google.cloud.run_v2.services.jobs.JobsClient.secret_path
secret_path(project: str, secret: str) -> str
Returns a fully-qualified secret string.
See more: google.cloud.run_v2.services.jobs.JobsClient.secret_path
google.cloud.run_v2.services.jobs.JobsClient.secret_version_path
secret_version_path(project: str, secret: str, version: str) -> str
Returns a fully-qualified secret_version string.
See more: google.cloud.run_v2.services.jobs.JobsClient.secret_version_path
google.cloud.run_v2.services.jobs.JobsClient.set_iam_policy
set_iam_policy(
request: typing.Optional[
typing.Union[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.iam.v1.policy_pb2.Policy
Sets the IAM Access control policy for the specified Job.
See more: google.cloud.run_v2.services.jobs.JobsClient.set_iam_policy
google.cloud.run_v2.services.jobs.JobsClient.test_iam_permissions
test_iam_permissions(
request: typing.Optional[
typing.Union[google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponse
Returns permissions that a caller has on the specified Project.
See more: google.cloud.run_v2.services.jobs.JobsClient.test_iam_permissions
google.cloud.run_v2.services.jobs.JobsClient.update_job
update_job(
request: typing.Optional[
typing.Union[google.cloud.run_v2.types.job.UpdateJobRequest, dict]
] = None,
*,
job: typing.Optional[google.cloud.run_v2.types.job.Job] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
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
Updates a Job.
See more: google.cloud.run_v2.services.jobs.JobsClient.update_job
google.cloud.run_v2.services.jobs.JobsClient.wait_operation
wait_operation(
request: typing.Optional[
google.longrunning.operations_pb2.WaitOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
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
Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state.
See more: google.cloud.run_v2.services.jobs.JobsClient.wait_operation
google.cloud.run_v2.services.jobs.pagers.ListJobsAsyncPager
ListJobsAsyncPager(
method: typing.Callable[
[...], typing.Awaitable[google.cloud.run_v2.types.job.ListJobsResponse]
],
request: google.cloud.run_v2.types.job.ListJobsRequest,
response: google.cloud.run_v2.types.job.ListJobsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
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]] = ()
)
Instantiates the pager.
See more: google.cloud.run_v2.services.jobs.pagers.ListJobsAsyncPager
google.cloud.run_v2.services.jobs.pagers.ListJobsPager
ListJobsPager(
method: typing.Callable[[...], google.cloud.run_v2.types.job.ListJobsResponse],
request: google.cloud.run_v2.types.job.ListJobsRequest,
response: google.cloud.run_v2.types.job.ListJobsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
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]] = ()
)
Instantiate the pager.
See more: google.cloud.run_v2.services.jobs.pagers.ListJobsPager
google.cloud.run_v2.services.revisions.RevisionsAsyncClient
RevisionsAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.run_v2.services.revisions.transports.base.RevisionsTransport, typing.Callable[[...], google.cloud.run_v2.services.revisions.transports.base.RevisionsTransport]]] = '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 revisions async client.
See more: google.cloud.run_v2.services.revisions.RevisionsAsyncClient
google.cloud.run_v2.services.revisions.RevisionsAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
See more: google.cloud.run_v2.services.revisions.RevisionsAsyncClient.common_billing_account_path
google.cloud.run_v2.services.revisions.RevisionsAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.run_v2.services.revisions.RevisionsAsyncClient.common_folder_path
google.cloud.run_v2.services.revisions.RevisionsAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
See more: google.cloud.run_v2.services.revisions.RevisionsAsyncClient.common_location_path
google.cloud.run_v2.services.revisions.RevisionsAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
See more: google.cloud.run_v2.services.revisions.RevisionsAsyncClient.common_organization_path
google.cloud.run_v2.services.revisions.RevisionsAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
See more: google.cloud.run_v2.services.revisions.RevisionsAsyncClient.common_project_path
google.cloud.run_v2.services.revisions.RevisionsAsyncClient.connector_path
connector_path(project: str, location: str, connector: str) -> str
Returns a fully-qualified connector string.
See more: google.cloud.run_v2.services.revisions.RevisionsAsyncClient.connector_path
google.cloud.run_v2.services.revisions.RevisionsAsyncClient.crypto_key_path
crypto_key_path(project: str, location: str, key_ring: str, crypto_key: str) -> str
Returns a fully-qualified crypto_key string.
See more: google.cloud.run_v2.services.revisions.RevisionsAsyncClient.crypto_key_path
google.cloud.run_v2.services.revisions.RevisionsAsyncClient.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, str]] = ()
) -> None
Deletes a long-running operation.
See more: google.cloud.run_v2.services.revisions.RevisionsAsyncClient.delete_operation
google.cloud.run_v2.services.revisions.RevisionsAsyncClient.delete_revision
delete_revision(
request: typing.Optional[
typing.Union[google.cloud.run_v2.types.revision.DeleteRevisionRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Deletes a Revision.
See more: google.cloud.run_v2.services.revisions.RevisionsAsyncClient.delete_revision
google.cloud.run_v2.services.revisions.RevisionsAsyncClient.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.run_v2.services.revisions.RevisionsAsyncClient.from_service_account_file
google.cloud.run_v2.services.revisions.RevisionsAsyncClient.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.run_v2.services.revisions.RevisionsAsyncClient.from_service_account_info
google.cloud.run_v2.services.revisions.RevisionsAsyncClient.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.run_v2.services.revisions.RevisionsAsyncClient.from_service_account_json
google.cloud.run_v2.services.revisions.RevisionsAsyncClient.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.run_v2.services.revisions.RevisionsAsyncClient.get_mtls_endpoint_and_cert_source
google.cloud.run_v2.services.revisions.RevisionsAsyncClient.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
Gets the latest state of a long-running operation.
See more: google.cloud.run_v2.services.revisions.RevisionsAsyncClient.get_operation
google.cloud.run_v2.services.revisions.RevisionsAsyncClient.get_revision
get_revision(
request: typing.Optional[
typing.Union[google.cloud.run_v2.types.revision.GetRevisionRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.run_v2.types.revision.Revision
Gets information about a Revision.
See more: google.cloud.run_v2.services.revisions.RevisionsAsyncClient.get_revision
google.cloud.run_v2.services.revisions.RevisionsAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.run_v2.services.revisions.transports.base.RevisionsTransport
]
Returns an appropriate transport class.
See more: google.cloud.run_v2.services.revisions.RevisionsAsyncClient.get_transport_class
google.cloud.run_v2.services.revisions.RevisionsAsyncClient.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
Lists operations that match the specified filter in the request.
See more: google.cloud.run_v2.services.revisions.RevisionsAsyncClient.list_operations
google.cloud.run_v2.services.revisions.RevisionsAsyncClient.list_revisions
list_revisions(
request: typing.Optional[
typing.Union[google.cloud.run_v2.types.revision.ListRevisionsRequest, dict]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.run_v2.services.revisions.pagers.ListRevisionsAsyncPager
Lists Revisions from a given Service, or from a given location.
See more: google.cloud.run_v2.services.revisions.RevisionsAsyncClient.list_revisions
google.cloud.run_v2.services.revisions.RevisionsAsyncClient.mesh_path
mesh_path(project: str, location: str, mesh: str) -> str
Returns a fully-qualified mesh string.
See more: google.cloud.run_v2.services.revisions.RevisionsAsyncClient.mesh_path
google.cloud.run_v2.services.revisions.RevisionsAsyncClient.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.run_v2.services.revisions.RevisionsAsyncClient.parse_common_billing_account_path
google.cloud.run_v2.services.revisions.RevisionsAsyncClient.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.run_v2.services.revisions.RevisionsAsyncClient.parse_common_folder_path
google.cloud.run_v2.services.revisions.RevisionsAsyncClient.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.run_v2.services.revisions.RevisionsAsyncClient.parse_common_location_path
google.cloud.run_v2.services.revisions.RevisionsAsyncClient.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.run_v2.services.revisions.RevisionsAsyncClient.parse_common_organization_path
google.cloud.run_v2.services.revisions.RevisionsAsyncClient.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.run_v2.services.revisions.RevisionsAsyncClient.parse_common_project_path
google.cloud.run_v2.services.revisions.RevisionsAsyncClient.parse_connector_path
parse_connector_path(path: str) -> typing.Dict[str, str]
Parses a connector path into its component segments.
See more: google.cloud.run_v2.services.revisions.RevisionsAsyncClient.parse_connector_path
google.cloud.run_v2.services.revisions.RevisionsAsyncClient.parse_crypto_key_path
parse_crypto_key_path(path: str) -> typing.Dict[str, str]
Parses a crypto_key path into its component segments.
See more: google.cloud.run_v2.services.revisions.RevisionsAsyncClient.parse_crypto_key_path
google.cloud.run_v2.services.revisions.RevisionsAsyncClient.parse_mesh_path
parse_mesh_path(path: str) -> typing.Dict[str, str]
Parses a mesh path into its component segments.
See more: google.cloud.run_v2.services.revisions.RevisionsAsyncClient.parse_mesh_path
google.cloud.run_v2.services.revisions.RevisionsAsyncClient.parse_revision_path
parse_revision_path(path: str) -> typing.Dict[str, str]
Parses a revision path into its component segments.
See more: google.cloud.run_v2.services.revisions.RevisionsAsyncClient.parse_revision_path
google.cloud.run_v2.services.revisions.RevisionsAsyncClient.parse_secret_path
parse_secret_path(path: str) -> typing.Dict[str, str]
Parses a secret path into its component segments.
See more: google.cloud.run_v2.services.revisions.RevisionsAsyncClient.parse_secret_path
google.cloud.run_v2.services.revisions.RevisionsAsyncClient.parse_secret_version_path
parse_secret_version_path(path: str) -> typing.Dict[str, str]
Parses a secret_version path into its component segments.
See more: google.cloud.run_v2.services.revisions.RevisionsAsyncClient.parse_secret_version_path
google.cloud.run_v2.services.revisions.RevisionsAsyncClient.parse_service_path
parse_service_path(path: str) -> typing.Dict[str, str]
Parses a service path into its component segments.
See more: google.cloud.run_v2.services.revisions.RevisionsAsyncClient.parse_service_path
google.cloud.run_v2.services.revisions.RevisionsAsyncClient.revision_path
revision_path(project: str, location: str, service: str, revision: str) -> str
Returns a fully-qualified revision string.
See more: google.cloud.run_v2.services.revisions.RevisionsAsyncClient.revision_path
google.cloud.run_v2.services.revisions.RevisionsAsyncClient.secret_path
secret_path(project: str, secret: str) -> str
Returns a fully-qualified secret string.
See more: google.cloud.run_v2.services.revisions.RevisionsAsyncClient.secret_path
google.cloud.run_v2.services.revisions.RevisionsAsyncClient.secret_version_path
secret_version_path(project: str, secret: str, version: str) -> str
Returns a fully-qualified secret_version string.
See more: google.cloud.run_v2.services.revisions.RevisionsAsyncClient.secret_version_path
google.cloud.run_v2.services.revisions.RevisionsAsyncClient.service_path
service_path(project: str, location: str, service: str) -> str
Returns a fully-qualified service string.
See more: google.cloud.run_v2.services.revisions.RevisionsAsyncClient.service_path
google.cloud.run_v2.services.revisions.RevisionsAsyncClient.wait_operation
wait_operation(
request: typing.Optional[
google.longrunning.operations_pb2.WaitOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
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
Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state.
See more: google.cloud.run_v2.services.revisions.RevisionsAsyncClient.wait_operation
google.cloud.run_v2.services.revisions.RevisionsClient
RevisionsClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.run_v2.services.revisions.transports.base.RevisionsTransport, typing.Callable[[...], google.cloud.run_v2.services.revisions.transports.base.RevisionsTransport]]] = 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 revisions client.
See more: google.cloud.run_v2.services.revisions.RevisionsClient
google.cloud.run_v2.services.revisions.RevisionsClient.__exit__
__exit__(type, value, traceback)
Releases underlying transport's resources.
See more: google.cloud.run_v2.services.revisions.RevisionsClient.exit
google.cloud.run_v2.services.revisions.RevisionsClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
See more: google.cloud.run_v2.services.revisions.RevisionsClient.common_billing_account_path
google.cloud.run_v2.services.revisions.RevisionsClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.run_v2.services.revisions.RevisionsClient.common_folder_path
google.cloud.run_v2.services.revisions.RevisionsClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
See more: google.cloud.run_v2.services.revisions.RevisionsClient.common_location_path
google.cloud.run_v2.services.revisions.RevisionsClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
See more: google.cloud.run_v2.services.revisions.RevisionsClient.common_organization_path
google.cloud.run_v2.services.revisions.RevisionsClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
See more: google.cloud.run_v2.services.revisions.RevisionsClient.common_project_path
google.cloud.run_v2.services.revisions.RevisionsClient.connector_path
connector_path(project: str, location: str, connector: str) -> str
Returns a fully-qualified connector string.
See more: google.cloud.run_v2.services.revisions.RevisionsClient.connector_path
google.cloud.run_v2.services.revisions.RevisionsClient.crypto_key_path
crypto_key_path(project: str, location: str, key_ring: str, crypto_key: str) -> str
Returns a fully-qualified crypto_key string.
See more: google.cloud.run_v2.services.revisions.RevisionsClient.crypto_key_path
google.cloud.run_v2.services.revisions.RevisionsClient.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, str]] = ()
) -> None
Deletes a long-running operation.
See more: google.cloud.run_v2.services.revisions.RevisionsClient.delete_operation
google.cloud.run_v2.services.revisions.RevisionsClient.delete_revision
delete_revision(
request: typing.Optional[
typing.Union[google.cloud.run_v2.types.revision.DeleteRevisionRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation.Operation
Deletes a Revision.
See more: google.cloud.run_v2.services.revisions.RevisionsClient.delete_revision
google.cloud.run_v2.services.revisions.RevisionsClient.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.run_v2.services.revisions.RevisionsClient.from_service_account_file
google.cloud.run_v2.services.revisions.RevisionsClient.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.run_v2.services.revisions.RevisionsClient.from_service_account_info
google.cloud.run_v2.services.revisions.RevisionsClient.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.run_v2.services.revisions.RevisionsClient.from_service_account_json
google.cloud.run_v2.services.revisions.RevisionsClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)
Deprecated.
See more: google.cloud.run_v2.services.revisions.RevisionsClient.get_mtls_endpoint_and_cert_source
google.cloud.run_v2.services.revisions.RevisionsClient.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
Gets the latest state of a long-running operation.
See more: google.cloud.run_v2.services.revisions.RevisionsClient.get_operation
google.cloud.run_v2.services.revisions.RevisionsClient.get_revision
get_revision(
request: typing.Optional[
typing.Union[google.cloud.run_v2.types.revision.GetRevisionRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.run_v2.types.revision.Revision
Gets information about a Revision.
See more: google.cloud.run_v2.services.revisions.RevisionsClient.get_revision
google.cloud.run_v2.services.revisions.RevisionsClient.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.run_v2.services.revisions.RevisionsClient.list_operations
google.cloud.run_v2.services.revisions.RevisionsClient.list_revisions
list_revisions(
request: typing.Optional[
typing.Union[google.cloud.run_v2.types.revision.ListRevisionsRequest, dict]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.run_v2.services.revisions.pagers.ListRevisionsPager
Lists Revisions from a given Service, or from a given location.
See more: google.cloud.run_v2.services.revisions.RevisionsClient.list_revisions
google.cloud.run_v2.services.revisions.RevisionsClient.mesh_path
mesh_path(project: str, location: str, mesh: str) -> str
Returns a fully-qualified mesh string.
See more: google.cloud.run_v2.services.revisions.RevisionsClient.mesh_path
google.cloud.run_v2.services.revisions.RevisionsClient.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.run_v2.services.revisions.RevisionsClient.parse_common_billing_account_path
google.cloud.run_v2.services.revisions.RevisionsClient.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.run_v2.services.revisions.RevisionsClient.parse_common_folder_path
google.cloud.run_v2.services.revisions.RevisionsClient.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.run_v2.services.revisions.RevisionsClient.parse_common_location_path
google.cloud.run_v2.services.revisions.RevisionsClient.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.run_v2.services.revisions.RevisionsClient.parse_common_organization_path
google.cloud.run_v2.services.revisions.RevisionsClient.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.run_v2.services.revisions.RevisionsClient.parse_common_project_path
google.cloud.run_v2.services.revisions.RevisionsClient.parse_connector_path
parse_connector_path(path: str) -> typing.Dict[str, str]
Parses a connector path into its component segments.
See more: google.cloud.run_v2.services.revisions.RevisionsClient.parse_connector_path
google.cloud.run_v2.services.revisions.RevisionsClient.parse_crypto_key_path
parse_crypto_key_path(path: str) -> typing.Dict[str, str]
Parses a crypto_key path into its component segments.
See more: google.cloud.run_v2.services.revisions.RevisionsClient.parse_crypto_key_path
google.cloud.run_v2.services.revisions.RevisionsClient.parse_mesh_path
parse_mesh_path(path: str) -> typing.Dict[str, str]
Parses a mesh path into its component segments.
See more: google.cloud.run_v2.services.revisions.RevisionsClient.parse_mesh_path
google.cloud.run_v2.services.revisions.RevisionsClient.parse_revision_path
parse_revision_path(path: str) -> typing.Dict[str, str]
Parses a revision path into its component segments.
See more: google.cloud.run_v2.services.revisions.RevisionsClient.parse_revision_path
google.cloud.run_v2.services.revisions.RevisionsClient.parse_secret_path
parse_secret_path(path: str) -> typing.Dict[str, str]
Parses a secret path into its component segments.
See more: google.cloud.run_v2.services.revisions.RevisionsClient.parse_secret_path
google.cloud.run_v2.services.revisions.RevisionsClient.parse_secret_version_path
parse_secret_version_path(path: str) -> typing.Dict[str, str]
Parses a secret_version path into its component segments.
See more: google.cloud.run_v2.services.revisions.RevisionsClient.parse_secret_version_path
google.cloud.run_v2.services.revisions.RevisionsClient.parse_service_path
parse_service_path(path: str) -> typing.Dict[str, str]
Parses a service path into its component segments.
See more: google.cloud.run_v2.services.revisions.RevisionsClient.parse_service_path
google.cloud.run_v2.services.revisions.RevisionsClient.revision_path
revision_path(project: str, location: str, service: str, revision: str) -> str
Returns a fully-qualified revision string.
See more: google.cloud.run_v2.services.revisions.RevisionsClient.revision_path
google.cloud.run_v2.services.revisions.RevisionsClient.secret_path
secret_path(project: str, secret: str) -> str
Returns a fully-qualified secret string.
See more: google.cloud.run_v2.services.revisions.RevisionsClient.secret_path
google.cloud.run_v2.services.revisions.RevisionsClient.secret_version_path
secret_version_path(project: str, secret: str, version: str) -> str
Returns a fully-qualified secret_version string.
See more: google.cloud.run_v2.services.revisions.RevisionsClient.secret_version_path
google.cloud.run_v2.services.revisions.RevisionsClient.service_path
service_path(project: str, location: str, service: str) -> str
Returns a fully-qualified service string.
See more: google.cloud.run_v2.services.revisions.RevisionsClient.service_path
google.cloud.run_v2.services.revisions.RevisionsClient.wait_operation
wait_operation(
request: typing.Optional[
google.longrunning.operations_pb2.WaitOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
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
Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state.
See more: google.cloud.run_v2.services.revisions.RevisionsClient.wait_operation
google.cloud.run_v2.services.revisions.pagers.ListRevisionsAsyncPager
ListRevisionsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[google.cloud.run_v2.types.revision.ListRevisionsResponse],
],
request: google.cloud.run_v2.types.revision.ListRevisionsRequest,
response: google.cloud.run_v2.types.revision.ListRevisionsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
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]] = ()
)
Instantiates the pager.
See more: google.cloud.run_v2.services.revisions.pagers.ListRevisionsAsyncPager
google.cloud.run_v2.services.revisions.pagers.ListRevisionsPager
ListRevisionsPager(
method: typing.Callable[
[...], google.cloud.run_v2.types.revision.ListRevisionsResponse
],
request: google.cloud.run_v2.types.revision.ListRevisionsRequest,
response: google.cloud.run_v2.types.revision.ListRevisionsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
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]] = ()
)
Instantiate the pager.
See more: google.cloud.run_v2.services.revisions.pagers.ListRevisionsPager
google.cloud.run_v2.services.services.ServicesAsyncClient
ServicesAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.run_v2.services.services.transports.base.ServicesTransport, typing.Callable[[...], google.cloud.run_v2.services.services.transports.base.ServicesTransport]]] = '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 services async client.
See more: google.cloud.run_v2.services.services.ServicesAsyncClient
google.cloud.run_v2.services.services.ServicesAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
See more: google.cloud.run_v2.services.services.ServicesAsyncClient.common_billing_account_path
google.cloud.run_v2.services.services.ServicesAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.run_v2.services.services.ServicesAsyncClient.common_folder_path
google.cloud.run_v2.services.services.ServicesAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
See more: google.cloud.run_v2.services.services.ServicesAsyncClient.common_location_path
google.cloud.run_v2.services.services.ServicesAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
See more: google.cloud.run_v2.services.services.ServicesAsyncClient.common_organization_path
google.cloud.run_v2.services.services.ServicesAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
See more: google.cloud.run_v2.services.services.ServicesAsyncClient.common_project_path
google.cloud.run_v2.services.services.ServicesAsyncClient.connector_path
connector_path(project: str, location: str, connector: str) -> str
Returns a fully-qualified connector string.
See more: google.cloud.run_v2.services.services.ServicesAsyncClient.connector_path
google.cloud.run_v2.services.services.ServicesAsyncClient.create_service
create_service(
request: typing.Optional[
typing.Union[google.cloud.run_v2.types.service.CreateServiceRequest, dict]
] = None,
*,
parent: typing.Optional[str] = None,
service: typing.Optional[google.cloud.run_v2.types.service.Service] = None,
service_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Creates a new Service in a given project and location.
See more: google.cloud.run_v2.services.services.ServicesAsyncClient.create_service
google.cloud.run_v2.services.services.ServicesAsyncClient.crypto_key_path
crypto_key_path(project: str, location: str, key_ring: str, crypto_key: str) -> str
Returns a fully-qualified crypto_key string.
See more: google.cloud.run_v2.services.services.ServicesAsyncClient.crypto_key_path
google.cloud.run_v2.services.services.ServicesAsyncClient.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, str]] = ()
) -> None
Deletes a long-running operation.
See more: google.cloud.run_v2.services.services.ServicesAsyncClient.delete_operation
google.cloud.run_v2.services.services.ServicesAsyncClient.delete_service
delete_service(
request: typing.Optional[
typing.Union[google.cloud.run_v2.types.service.DeleteServiceRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Deletes a Service.
See more: google.cloud.run_v2.services.services.ServicesAsyncClient.delete_service
google.cloud.run_v2.services.services.ServicesAsyncClient.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.run_v2.services.services.ServicesAsyncClient.from_service_account_file
google.cloud.run_v2.services.services.ServicesAsyncClient.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.run_v2.services.services.ServicesAsyncClient.from_service_account_info
google.cloud.run_v2.services.services.ServicesAsyncClient.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.run_v2.services.services.ServicesAsyncClient.from_service_account_json
google.cloud.run_v2.services.services.ServicesAsyncClient.get_iam_policy
get_iam_policy(
request: typing.Optional[
typing.Union[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.iam.v1.policy_pb2.Policy
Gets the IAM Access Control policy currently in effect for the given Cloud Run Service.
See more: google.cloud.run_v2.services.services.ServicesAsyncClient.get_iam_policy
google.cloud.run_v2.services.services.ServicesAsyncClient.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.run_v2.services.services.ServicesAsyncClient.get_mtls_endpoint_and_cert_source
google.cloud.run_v2.services.services.ServicesAsyncClient.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
Gets the latest state of a long-running operation.
See more: google.cloud.run_v2.services.services.ServicesAsyncClient.get_operation
google.cloud.run_v2.services.services.ServicesAsyncClient.get_service
get_service(
request: typing.Optional[
typing.Union[google.cloud.run_v2.types.service.GetServiceRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.run_v2.types.service.Service
Gets information about a Service.
See more: google.cloud.run_v2.services.services.ServicesAsyncClient.get_service
google.cloud.run_v2.services.services.ServicesAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.run_v2.services.services.transports.base.ServicesTransport
]
Returns an appropriate transport class.
See more: google.cloud.run_v2.services.services.ServicesAsyncClient.get_transport_class
google.cloud.run_v2.services.services.ServicesAsyncClient.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
Lists operations that match the specified filter in the request.
See more: google.cloud.run_v2.services.services.ServicesAsyncClient.list_operations
google.cloud.run_v2.services.services.ServicesAsyncClient.list_services
list_services(
request: typing.Optional[
typing.Union[google.cloud.run_v2.types.service.ListServicesRequest, dict]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.run_v2.services.services.pagers.ListServicesAsyncPager
Lists Services.
See more: google.cloud.run_v2.services.services.ServicesAsyncClient.list_services
google.cloud.run_v2.services.services.ServicesAsyncClient.mesh_path
mesh_path(project: str, location: str, mesh: str) -> str
Returns a fully-qualified mesh string.
See more: google.cloud.run_v2.services.services.ServicesAsyncClient.mesh_path
google.cloud.run_v2.services.services.ServicesAsyncClient.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.run_v2.services.services.ServicesAsyncClient.parse_common_billing_account_path
google.cloud.run_v2.services.services.ServicesAsyncClient.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.run_v2.services.services.ServicesAsyncClient.parse_common_folder_path
google.cloud.run_v2.services.services.ServicesAsyncClient.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.run_v2.services.services.ServicesAsyncClient.parse_common_location_path
google.cloud.run_v2.services.services.ServicesAsyncClient.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.run_v2.services.services.ServicesAsyncClient.parse_common_organization_path
google.cloud.run_v2.services.services.ServicesAsyncClient.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.run_v2.services.services.ServicesAsyncClient.parse_common_project_path
google.cloud.run_v2.services.services.ServicesAsyncClient.parse_connector_path
parse_connector_path(path: str) -> typing.Dict[str, str]
Parses a connector path into its component segments.
See more: google.cloud.run_v2.services.services.ServicesAsyncClient.parse_connector_path
google.cloud.run_v2.services.services.ServicesAsyncClient.parse_crypto_key_path
parse_crypto_key_path(path: str) -> typing.Dict[str, str]
Parses a crypto_key path into its component segments.
See more: google.cloud.run_v2.services.services.ServicesAsyncClient.parse_crypto_key_path
google.cloud.run_v2.services.services.ServicesAsyncClient.parse_mesh_path
parse_mesh_path(path: str) -> typing.Dict[str, str]
Parses a mesh path into its component segments.
See more: google.cloud.run_v2.services.services.ServicesAsyncClient.parse_mesh_path
google.cloud.run_v2.services.services.ServicesAsyncClient.parse_policy_path
parse_policy_path(path: str) -> typing.Dict[str, str]
Parses a policy path into its component segments.
See more: google.cloud.run_v2.services.services.ServicesAsyncClient.parse_policy_path
google.cloud.run_v2.services.services.ServicesAsyncClient.parse_revision_path
parse_revision_path(path: str) -> typing.Dict[str, str]
Parses a revision path into its component segments.
See more: google.cloud.run_v2.services.services.ServicesAsyncClient.parse_revision_path
google.cloud.run_v2.services.services.ServicesAsyncClient.parse_secret_path
parse_secret_path(path: str) -> typing.Dict[str, str]
Parses a secret path into its component segments.
See more: google.cloud.run_v2.services.services.ServicesAsyncClient.parse_secret_path
google.cloud.run_v2.services.services.ServicesAsyncClient.parse_secret_version_path
parse_secret_version_path(path: str) -> typing.Dict[str, str]
Parses a secret_version path into its component segments.
See more: google.cloud.run_v2.services.services.ServicesAsyncClient.parse_secret_version_path
google.cloud.run_v2.services.services.ServicesAsyncClient.parse_service_path
parse_service_path(path: str) -> typing.Dict[str, str]
Parses a service path into its component segments.
See more: google.cloud.run_v2.services.services.ServicesAsyncClient.parse_service_path
google.cloud.run_v2.services.services.ServicesAsyncClient.policy_path
policy_path(project: str) -> str
Returns a fully-qualified policy string.
See more: google.cloud.run_v2.services.services.ServicesAsyncClient.policy_path
google.cloud.run_v2.services.services.ServicesAsyncClient.revision_path
revision_path(project: str, location: str, service: str, revision: str) -> str
Returns a fully-qualified revision string.
See more: google.cloud.run_v2.services.services.ServicesAsyncClient.revision_path
google.cloud.run_v2.services.services.ServicesAsyncClient.secret_path
secret_path(project: str, secret: str) -> str
Returns a fully-qualified secret string.
See more: google.cloud.run_v2.services.services.ServicesAsyncClient.secret_path
google.cloud.run_v2.services.services.ServicesAsyncClient.secret_version_path
secret_version_path(project: str, secret: str, version: str) -> str
Returns a fully-qualified secret_version string.
See more: google.cloud.run_v2.services.services.ServicesAsyncClient.secret_version_path
google.cloud.run_v2.services.services.ServicesAsyncClient.service_path
service_path(project: str, location: str, service: str) -> str
Returns a fully-qualified service string.
See more: google.cloud.run_v2.services.services.ServicesAsyncClient.service_path
google.cloud.run_v2.services.services.ServicesAsyncClient.set_iam_policy
set_iam_policy(
request: typing.Optional[
typing.Union[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.iam.v1.policy_pb2.Policy
Sets the IAM Access control policy for the specified Service.
See more: google.cloud.run_v2.services.services.ServicesAsyncClient.set_iam_policy
google.cloud.run_v2.services.services.ServicesAsyncClient.test_iam_permissions
test_iam_permissions(
request: typing.Optional[
typing.Union[google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponse
Returns permissions that a caller has on the specified Project.
See more: google.cloud.run_v2.services.services.ServicesAsyncClient.test_iam_permissions
google.cloud.run_v2.services.services.ServicesAsyncClient.update_service
update_service(
request: typing.Optional[
typing.Union[google.cloud.run_v2.types.service.UpdateServiceRequest, dict]
] = None,
*,
service: typing.Optional[google.cloud.run_v2.types.service.Service] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Updates a Service.
See more: google.cloud.run_v2.services.services.ServicesAsyncClient.update_service
google.cloud.run_v2.services.services.ServicesAsyncClient.wait_operation
wait_operation(
request: typing.Optional[
google.longrunning.operations_pb2.WaitOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
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
Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state.
See more: google.cloud.run_v2.services.services.ServicesAsyncClient.wait_operation
google.cloud.run_v2.services.services.ServicesClient
ServicesClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.run_v2.services.services.transports.base.ServicesTransport, typing.Callable[[...], google.cloud.run_v2.services.services.transports.base.ServicesTransport]]] = 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 services client.
See more: google.cloud.run_v2.services.services.ServicesClient
google.cloud.run_v2.services.services.ServicesClient.__exit__
__exit__(type, value, traceback)
Releases underlying transport's resources.
See more: google.cloud.run_v2.services.services.ServicesClient.exit
google.cloud.run_v2.services.services.ServicesClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
See more: google.cloud.run_v2.services.services.ServicesClient.common_billing_account_path
google.cloud.run_v2.services.services.ServicesClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.run_v2.services.services.ServicesClient.common_folder_path
google.cloud.run_v2.services.services.ServicesClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
See more: google.cloud.run_v2.services.services.ServicesClient.common_location_path
google.cloud.run_v2.services.services.ServicesClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
See more: google.cloud.run_v2.services.services.ServicesClient.common_organization_path
google.cloud.run_v2.services.services.ServicesClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
See more: google.cloud.run_v2.services.services.ServicesClient.common_project_path
google.cloud.run_v2.services.services.ServicesClient.connector_path
connector_path(project: str, location: str, connector: str) -> str
Returns a fully-qualified connector string.
See more: google.cloud.run_v2.services.services.ServicesClient.connector_path
google.cloud.run_v2.services.services.ServicesClient.create_service
create_service(
request: typing.Optional[
typing.Union[google.cloud.run_v2.types.service.CreateServiceRequest, dict]
] = None,
*,
parent: typing.Optional[str] = None,
service: typing.Optional[google.cloud.run_v2.types.service.Service] = None,
service_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation.Operation
Creates a new Service in a given project and location.
See more: google.cloud.run_v2.services.services.ServicesClient.create_service
google.cloud.run_v2.services.services.ServicesClient.crypto_key_path
crypto_key_path(project: str, location: str, key_ring: str, crypto_key: str) -> str
Returns a fully-qualified crypto_key string.
See more: google.cloud.run_v2.services.services.ServicesClient.crypto_key_path
google.cloud.run_v2.services.services.ServicesClient.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, str]] = ()
) -> None
Deletes a long-running operation.
See more: google.cloud.run_v2.services.services.ServicesClient.delete_operation
google.cloud.run_v2.services.services.ServicesClient.delete_service
delete_service(
request: typing.Optional[
typing.Union[google.cloud.run_v2.types.service.DeleteServiceRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation.Operation
Deletes a Service.
See more: google.cloud.run_v2.services.services.ServicesClient.delete_service
google.cloud.run_v2.services.services.ServicesClient.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.run_v2.services.services.ServicesClient.from_service_account_file
google.cloud.run_v2.services.services.ServicesClient.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.run_v2.services.services.ServicesClient.from_service_account_info
google.cloud.run_v2.services.services.ServicesClient.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.run_v2.services.services.ServicesClient.from_service_account_json
google.cloud.run_v2.services.services.ServicesClient.get_iam_policy
get_iam_policy(
request: typing.Optional[
typing.Union[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.iam.v1.policy_pb2.Policy
Gets the IAM Access Control policy currently in effect for the given Cloud Run Service.
See more: google.cloud.run_v2.services.services.ServicesClient.get_iam_policy
google.cloud.run_v2.services.services.ServicesClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)
Deprecated.
See more: google.cloud.run_v2.services.services.ServicesClient.get_mtls_endpoint_and_cert_source
google.cloud.run_v2.services.services.ServicesClient.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
Gets the latest state of a long-running operation.
See more: google.cloud.run_v2.services.services.ServicesClient.get_operation
google.cloud.run_v2.services.services.ServicesClient.get_service
get_service(
request: typing.Optional[
typing.Union[google.cloud.run_v2.types.service.GetServiceRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.run_v2.types.service.Service
Gets information about a Service.
See more: google.cloud.run_v2.services.services.ServicesClient.get_service
google.cloud.run_v2.services.services.ServicesClient.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.run_v2.services.services.ServicesClient.list_operations
google.cloud.run_v2.services.services.ServicesClient.list_services
list_services(
request: typing.Optional[
typing.Union[google.cloud.run_v2.types.service.ListServicesRequest, dict]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.run_v2.services.services.pagers.ListServicesPager
Lists Services.
See more: google.cloud.run_v2.services.services.ServicesClient.list_services
google.cloud.run_v2.services.services.ServicesClient.mesh_path
mesh_path(project: str, location: str, mesh: str) -> str
Returns a fully-qualified mesh string.
See more: google.cloud.run_v2.services.services.ServicesClient.mesh_path
google.cloud.run_v2.services.services.ServicesClient.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.run_v2.services.services.ServicesClient.parse_common_billing_account_path
google.cloud.run_v2.services.services.ServicesClient.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.run_v2.services.services.ServicesClient.parse_common_folder_path
google.cloud.run_v2.services.services.ServicesClient.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.run_v2.services.services.ServicesClient.parse_common_location_path
google.cloud.run_v2.services.services.ServicesClient.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.run_v2.services.services.ServicesClient.parse_common_organization_path
google.cloud.run_v2.services.services.ServicesClient.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.run_v2.services.services.ServicesClient.parse_common_project_path
google.cloud.run_v2.services.services.ServicesClient.parse_connector_path
parse_connector_path(path: str) -> typing.Dict[str, str]
Parses a connector path into its component segments.
See more: google.cloud.run_v2.services.services.ServicesClient.parse_connector_path
google.cloud.run_v2.services.services.ServicesClient.parse_crypto_key_path
parse_crypto_key_path(path: str) -> typing.Dict[str, str]
Parses a crypto_key path into its component segments.
See more: google.cloud.run_v2.services.services.ServicesClient.parse_crypto_key_path
google.cloud.run_v2.services.services.ServicesClient.parse_mesh_path
parse_mesh_path(path: str) -> typing.Dict[str, str]
Parses a mesh path into its component segments.
See more: google.cloud.run_v2.services.services.ServicesClient.parse_mesh_path
google.cloud.run_v2.services.services.ServicesClient.parse_policy_path
parse_policy_path(path: str) -> typing.Dict[str, str]
Parses a policy path into its component segments.
See more: google.cloud.run_v2.services.services.ServicesClient.parse_policy_path
google.cloud.run_v2.services.services.ServicesClient.parse_revision_path
parse_revision_path(path: str) -> typing.Dict[str, str]
Parses a revision path into its component segments.
See more: google.cloud.run_v2.services.services.ServicesClient.parse_revision_path
google.cloud.run_v2.services.services.ServicesClient.parse_secret_path
parse_secret_path(path: str) -> typing.Dict[str, str]
Parses a secret path into its component segments.
See more: google.cloud.run_v2.services.services.ServicesClient.parse_secret_path
google.cloud.run_v2.services.services.ServicesClient.parse_secret_version_path
parse_secret_version_path(path: str) -> typing.Dict[str, str]
Parses a secret_version path into its component segments.
See more: google.cloud.run_v2.services.services.ServicesClient.parse_secret_version_path
google.cloud.run_v2.services.services.ServicesClient.parse_service_path
parse_service_path(path: str) -> typing.Dict[str, str]
Parses a service path into its component segments.
See more: google.cloud.run_v2.services.services.ServicesClient.parse_service_path
google.cloud.run_v2.services.services.ServicesClient.policy_path
policy_path(project: str) -> str
Returns a fully-qualified policy string.
See more: google.cloud.run_v2.services.services.ServicesClient.policy_path
google.cloud.run_v2.services.services.ServicesClient.revision_path
revision_path(project: str, location: str, service: str, revision: str) -> str
Returns a fully-qualified revision string.
See more: google.cloud.run_v2.services.services.ServicesClient.revision_path
google.cloud.run_v2.services.services.ServicesClient.secret_path
secret_path(project: str, secret: str) -> str
Returns a fully-qualified secret string.
See more: google.cloud.run_v2.services.services.ServicesClient.secret_path
google.cloud.run_v2.services.services.ServicesClient.secret_version_path
secret_version_path(project: str, secret: str, version: str) -> str
Returns a fully-qualified secret_version string.
See more: google.cloud.run_v2.services.services.ServicesClient.secret_version_path
google.cloud.run_v2.services.services.ServicesClient.service_path
service_path(project: str, location: str, service: str) -> str
Returns a fully-qualified service string.
See more: google.cloud.run_v2.services.services.ServicesClient.service_path
google.cloud.run_v2.services.services.ServicesClient.set_iam_policy
set_iam_policy(
request: typing.Optional[
typing.Union[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.iam.v1.policy_pb2.Policy
Sets the IAM Access control policy for the specified Service.
See more: google.cloud.run_v2.services.services.ServicesClient.set_iam_policy
google.cloud.run_v2.services.services.ServicesClient.test_iam_permissions
test_iam_permissions(
request: typing.Optional[
typing.Union[google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponse
Returns permissions that a caller has on the specified Project.
See more: google.cloud.run_v2.services.services.ServicesClient.test_iam_permissions
google.cloud.run_v2.services.services.ServicesClient.update_service
update_service(
request: typing.Optional[
typing.Union[google.cloud.run_v2.types.service.UpdateServiceRequest, dict]
] = None,
*,
service: typing.Optional[google.cloud.run_v2.types.service.Service] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation.Operation
Updates a Service.
See more: google.cloud.run_v2.services.services.ServicesClient.update_service
google.cloud.run_v2.services.services.ServicesClient.wait_operation
wait_operation(
request: typing.Optional[
google.longrunning.operations_pb2.WaitOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
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
Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state.
See more: google.cloud.run_v2.services.services.ServicesClient.wait_operation
google.cloud.run_v2.services.services.pagers.ListServicesAsyncPager
ListServicesAsyncPager(
method: typing.Callable[
[...], typing.Awaitable[google.cloud.run_v2.types.service.ListServicesResponse]
],
request: google.cloud.run_v2.types.service.ListServicesRequest,
response: google.cloud.run_v2.types.service.ListServicesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
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]] = ()
)
Instantiates the pager.
See more: google.cloud.run_v2.services.services.pagers.ListServicesAsyncPager
google.cloud.run_v2.services.services.pagers.ListServicesPager
ListServicesPager(
method: typing.Callable[
[...], google.cloud.run_v2.types.service.ListServicesResponse
],
request: google.cloud.run_v2.types.service.ListServicesRequest,
response: google.cloud.run_v2.types.service.ListServicesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
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]] = ()
)
Instantiate the pager.
See more: google.cloud.run_v2.services.services.pagers.ListServicesPager
google.cloud.run_v2.services.tasks.TasksAsyncClient
TasksAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.run_v2.services.tasks.transports.base.TasksTransport, typing.Callable[[...], google.cloud.run_v2.services.tasks.transports.base.TasksTransport]]] = '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 tasks async client.
See more: google.cloud.run_v2.services.tasks.TasksAsyncClient
google.cloud.run_v2.services.tasks.TasksAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
See more: google.cloud.run_v2.services.tasks.TasksAsyncClient.common_billing_account_path
google.cloud.run_v2.services.tasks.TasksAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.run_v2.services.tasks.TasksAsyncClient.common_folder_path
google.cloud.run_v2.services.tasks.TasksAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
See more: google.cloud.run_v2.services.tasks.TasksAsyncClient.common_location_path
google.cloud.run_v2.services.tasks.TasksAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
See more: google.cloud.run_v2.services.tasks.TasksAsyncClient.common_organization_path
google.cloud.run_v2.services.tasks.TasksAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
See more: google.cloud.run_v2.services.tasks.TasksAsyncClient.common_project_path
google.cloud.run_v2.services.tasks.TasksAsyncClient.connector_path
connector_path(project: str, location: str, connector: str) -> str
Returns a fully-qualified connector string.
See more: google.cloud.run_v2.services.tasks.TasksAsyncClient.connector_path
google.cloud.run_v2.services.tasks.TasksAsyncClient.crypto_key_path
crypto_key_path(project: str, location: str, key_ring: str, crypto_key: str) -> str
Returns a fully-qualified crypto_key string.
See more: google.cloud.run_v2.services.tasks.TasksAsyncClient.crypto_key_path
google.cloud.run_v2.services.tasks.TasksAsyncClient.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, str]] = ()
) -> None
Deletes a long-running operation.
See more: google.cloud.run_v2.services.tasks.TasksAsyncClient.delete_operation
google.cloud.run_v2.services.tasks.TasksAsyncClient.execution_path
execution_path(project: str, location: str, job: str, execution: str) -> str
Returns a fully-qualified execution string.
See more: google.cloud.run_v2.services.tasks.TasksAsyncClient.execution_path
google.cloud.run_v2.services.tasks.TasksAsyncClient.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.run_v2.services.tasks.TasksAsyncClient.from_service_account_file
google.cloud.run_v2.services.tasks.TasksAsyncClient.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.run_v2.services.tasks.TasksAsyncClient.from_service_account_info
google.cloud.run_v2.services.tasks.TasksAsyncClient.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.run_v2.services.tasks.TasksAsyncClient.from_service_account_json
google.cloud.run_v2.services.tasks.TasksAsyncClient.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.run_v2.services.tasks.TasksAsyncClient.get_mtls_endpoint_and_cert_source
google.cloud.run_v2.services.tasks.TasksAsyncClient.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
Gets the latest state of a long-running operation.
See more: google.cloud.run_v2.services.tasks.TasksAsyncClient.get_operation
google.cloud.run_v2.services.tasks.TasksAsyncClient.get_task
get_task(
request: typing.Optional[
typing.Union[google.cloud.run_v2.types.task.GetTaskRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.run_v2.types.task.Task
Gets information about a Task.
See more: google.cloud.run_v2.services.tasks.TasksAsyncClient.get_task
google.cloud.run_v2.services.tasks.TasksAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[google.cloud.run_v2.services.tasks.transports.base.TasksTransport]
Returns an appropriate transport class.
See more: google.cloud.run_v2.services.tasks.TasksAsyncClient.get_transport_class
google.cloud.run_v2.services.tasks.TasksAsyncClient.job_path
job_path(project: str, location: str, job: str) -> str
Returns a fully-qualified job string.
See more: google.cloud.run_v2.services.tasks.TasksAsyncClient.job_path
google.cloud.run_v2.services.tasks.TasksAsyncClient.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
Lists operations that match the specified filter in the request.
See more: google.cloud.run_v2.services.tasks.TasksAsyncClient.list_operations
google.cloud.run_v2.services.tasks.TasksAsyncClient.list_tasks
list_tasks(
request: typing.Optional[
typing.Union[google.cloud.run_v2.types.task.ListTasksRequest, dict]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.run_v2.services.tasks.pagers.ListTasksAsyncPager
Lists Tasks from an Execution of a Job.
See more: google.cloud.run_v2.services.tasks.TasksAsyncClient.list_tasks
google.cloud.run_v2.services.tasks.TasksAsyncClient.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.run_v2.services.tasks.TasksAsyncClient.parse_common_billing_account_path
google.cloud.run_v2.services.tasks.TasksAsyncClient.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.run_v2.services.tasks.TasksAsyncClient.parse_common_folder_path
google.cloud.run_v2.services.tasks.TasksAsyncClient.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.run_v2.services.tasks.TasksAsyncClient.parse_common_location_path
google.cloud.run_v2.services.tasks.TasksAsyncClient.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.run_v2.services.tasks.TasksAsyncClient.parse_common_organization_path
google.cloud.run_v2.services.tasks.TasksAsyncClient.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.run_v2.services.tasks.TasksAsyncClient.parse_common_project_path
google.cloud.run_v2.services.tasks.TasksAsyncClient.parse_connector_path
parse_connector_path(path: str) -> typing.Dict[str, str]
Parses a connector path into its component segments.
See more: google.cloud.run_v2.services.tasks.TasksAsyncClient.parse_connector_path
google.cloud.run_v2.services.tasks.TasksAsyncClient.parse_crypto_key_path
parse_crypto_key_path(path: str) -> typing.Dict[str, str]
Parses a crypto_key path into its component segments.
See more: google.cloud.run_v2.services.tasks.TasksAsyncClient.parse_crypto_key_path
google.cloud.run_v2.services.tasks.TasksAsyncClient.parse_execution_path
parse_execution_path(path: str) -> typing.Dict[str, str]
Parses a execution path into its component segments.
See more: google.cloud.run_v2.services.tasks.TasksAsyncClient.parse_execution_path
google.cloud.run_v2.services.tasks.TasksAsyncClient.parse_job_path
parse_job_path(path: str) -> typing.Dict[str, str]
Parses a job path into its component segments.
See more: google.cloud.run_v2.services.tasks.TasksAsyncClient.parse_job_path
google.cloud.run_v2.services.tasks.TasksAsyncClient.parse_secret_path
parse_secret_path(path: str) -> typing.Dict[str, str]
Parses a secret path into its component segments.
See more: google.cloud.run_v2.services.tasks.TasksAsyncClient.parse_secret_path
google.cloud.run_v2.services.tasks.TasksAsyncClient.parse_secret_version_path
parse_secret_version_path(path: str) -> typing.Dict[str, str]
Parses a secret_version path into its component segments.
See more: google.cloud.run_v2.services.tasks.TasksAsyncClient.parse_secret_version_path
google.cloud.run_v2.services.tasks.TasksAsyncClient.parse_task_path
parse_task_path(path: str) -> typing.Dict[str, str]
Parses a task path into its component segments.
See more: google.cloud.run_v2.services.tasks.TasksAsyncClient.parse_task_path
google.cloud.run_v2.services.tasks.TasksAsyncClient.secret_path
secret_path(project: str, secret: str) -> str
Returns a fully-qualified secret string.
See more: google.cloud.run_v2.services.tasks.TasksAsyncClient.secret_path
google.cloud.run_v2.services.tasks.TasksAsyncClient.secret_version_path
secret_version_path(project: str, secret: str, version: str) -> str
Returns a fully-qualified secret_version string.
See more: google.cloud.run_v2.services.tasks.TasksAsyncClient.secret_version_path
google.cloud.run_v2.services.tasks.TasksAsyncClient.task_path
task_path(project: str, location: str, job: str, execution: str, task: str) -> str
Returns a fully-qualified task string.
See more: google.cloud.run_v2.services.tasks.TasksAsyncClient.task_path
google.cloud.run_v2.services.tasks.TasksAsyncClient.wait_operation
wait_operation(
request: typing.Optional[
google.longrunning.operations_pb2.WaitOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
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
Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state.
See more: google.cloud.run_v2.services.tasks.TasksAsyncClient.wait_operation
google.cloud.run_v2.services.tasks.TasksClient
TasksClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.run_v2.services.tasks.transports.base.TasksTransport, typing.Callable[[...], google.cloud.run_v2.services.tasks.transports.base.TasksTransport]]] = 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 tasks client.
google.cloud.run_v2.services.tasks.TasksClient.__exit__
__exit__(type, value, traceback)
Releases underlying transport's resources.
See more: google.cloud.run_v2.services.tasks.TasksClient.exit
google.cloud.run_v2.services.tasks.TasksClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
See more: google.cloud.run_v2.services.tasks.TasksClient.common_billing_account_path
google.cloud.run_v2.services.tasks.TasksClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.run_v2.services.tasks.TasksClient.common_folder_path
google.cloud.run_v2.services.tasks.TasksClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
See more: google.cloud.run_v2.services.tasks.TasksClient.common_location_path
google.cloud.run_v2.services.tasks.TasksClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
See more: google.cloud.run_v2.services.tasks.TasksClient.common_organization_path
google.cloud.run_v2.services.tasks.TasksClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
See more: google.cloud.run_v2.services.tasks.TasksClient.common_project_path
google.cloud.run_v2.services.tasks.TasksClient.connector_path
connector_path(project: str, location: str, connector: str) -> str
Returns a fully-qualified connector string.
See more: google.cloud.run_v2.services.tasks.TasksClient.connector_path
google.cloud.run_v2.services.tasks.TasksClient.crypto_key_path
crypto_key_path(project: str, location: str, key_ring: str, crypto_key: str) -> str
Returns a fully-qualified crypto_key string.
See more: google.cloud.run_v2.services.tasks.TasksClient.crypto_key_path
google.cloud.run_v2.services.tasks.TasksClient.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, str]] = ()
) -> None
Deletes a long-running operation.
See more: google.cloud.run_v2.services.tasks.TasksClient.delete_operation
google.cloud.run_v2.services.tasks.TasksClient.execution_path
execution_path(project: str, location: str, job: str, execution: str) -> str
Returns a fully-qualified execution string.
See more: google.cloud.run_v2.services.tasks.TasksClient.execution_path
google.cloud.run_v2.services.tasks.TasksClient.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.run_v2.services.tasks.TasksClient.from_service_account_file
google.cloud.run_v2.services.tasks.TasksClient.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.run_v2.services.tasks.TasksClient.from_service_account_info
google.cloud.run_v2.services.tasks.TasksClient.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.run_v2.services.tasks.TasksClient.from_service_account_json
google.cloud.run_v2.services.tasks.TasksClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)
Deprecated.
See more: google.cloud.run_v2.services.tasks.TasksClient.get_mtls_endpoint_and_cert_source
google.cloud.run_v2.services.tasks.TasksClient.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
Gets the latest state of a long-running operation.
See more: google.cloud.run_v2.services.tasks.TasksClient.get_operation
google.cloud.run_v2.services.tasks.TasksClient.get_task
get_task(
request: typing.Optional[
typing.Union[google.cloud.run_v2.types.task.GetTaskRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.run_v2.types.task.Task
Gets information about a Task.
See more: google.cloud.run_v2.services.tasks.TasksClient.get_task
google.cloud.run_v2.services.tasks.TasksClient.job_path
job_path(project: str, location: str, job: str) -> str
Returns a fully-qualified job string.
See more: google.cloud.run_v2.services.tasks.TasksClient.job_path
google.cloud.run_v2.services.tasks.TasksClient.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.run_v2.services.tasks.TasksClient.list_operations
google.cloud.run_v2.services.tasks.TasksClient.list_tasks
list_tasks(
request: typing.Optional[
typing.Union[google.cloud.run_v2.types.task.ListTasksRequest, dict]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.run_v2.services.tasks.pagers.ListTasksPager
Lists Tasks from an Execution of a Job.
See more: google.cloud.run_v2.services.tasks.TasksClient.list_tasks
google.cloud.run_v2.services.tasks.TasksClient.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.run_v2.services.tasks.TasksClient.parse_common_billing_account_path
google.cloud.run_v2.services.tasks.TasksClient.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.run_v2.services.tasks.TasksClient.parse_common_folder_path
google.cloud.run_v2.services.tasks.TasksClient.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.run_v2.services.tasks.TasksClient.parse_common_location_path
google.cloud.run_v2.services.tasks.TasksClient.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.run_v2.services.tasks.TasksClient.parse_common_organization_path
google.cloud.run_v2.services.tasks.TasksClient.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.run_v2.services.tasks.TasksClient.parse_common_project_path
google.cloud.run_v2.services.tasks.TasksClient.parse_connector_path
parse_connector_path(path: str) -> typing.Dict[str, str]
Parses a connector path into its component segments.
See more: google.cloud.run_v2.services.tasks.TasksClient.parse_connector_path
google.cloud.run_v2.services.tasks.TasksClient.parse_crypto_key_path
parse_crypto_key_path(path: str) -> typing.Dict[str, str]
Parses a crypto_key path into its component segments.
See more: google.cloud.run_v2.services.tasks.TasksClient.parse_crypto_key_path
google.cloud.run_v2.services.tasks.TasksClient.parse_execution_path
parse_execution_path(path: str) -> typing.Dict[str, str]
Parses a execution path into its component segments.
See more: google.cloud.run_v2.services.tasks.TasksClient.parse_execution_path
google.cloud.run_v2.services.tasks.TasksClient.parse_job_path
parse_job_path(path: str) -> typing.Dict[str, str]
Parses a job path into its component segments.
See more: google.cloud.run_v2.services.tasks.TasksClient.parse_job_path
google.cloud.run_v2.services.tasks.TasksClient.parse_secret_path
parse_secret_path(path: str) -> typing.Dict[str, str]
Parses a secret path into its component segments.
See more: google.cloud.run_v2.services.tasks.TasksClient.parse_secret_path
google.cloud.run_v2.services.tasks.TasksClient.parse_secret_version_path
parse_secret_version_path(path: str) -> typing.Dict[str, str]
Parses a secret_version path into its component segments.
See more: google.cloud.run_v2.services.tasks.TasksClient.parse_secret_version_path
google.cloud.run_v2.services.tasks.TasksClient.parse_task_path
parse_task_path(path: str) -> typing.Dict[str, str]
Parses a task path into its component segments.
See more: google.cloud.run_v2.services.tasks.TasksClient.parse_task_path
google.cloud.run_v2.services.tasks.TasksClient.secret_path
secret_path(project: str, secret: str) -> str
Returns a fully-qualified secret string.
See more: google.cloud.run_v2.services.tasks.TasksClient.secret_path
google.cloud.run_v2.services.tasks.TasksClient.secret_version_path
secret_version_path(project: str, secret: str, version: str) -> str
Returns a fully-qualified secret_version string.
See more: google.cloud.run_v2.services.tasks.TasksClient.secret_version_path
google.cloud.run_v2.services.tasks.TasksClient.task_path
task_path(project: str, location: str, job: str, execution: str, task: str) -> str
Returns a fully-qualified task string.
See more: google.cloud.run_v2.services.tasks.TasksClient.task_path
google.cloud.run_v2.services.tasks.TasksClient.wait_operation
wait_operation(
request: typing.Optional[
google.longrunning.operations_pb2.WaitOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
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
Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state.
See more: google.cloud.run_v2.services.tasks.TasksClient.wait_operation
google.cloud.run_v2.services.tasks.pagers.ListTasksAsyncPager
ListTasksAsyncPager(
method: typing.Callable[
[...], typing.Awaitable[google.cloud.run_v2.types.task.ListTasksResponse]
],
request: google.cloud.run_v2.types.task.ListTasksRequest,
response: google.cloud.run_v2.types.task.ListTasksResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
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]] = ()
)
Instantiates the pager.
See more: google.cloud.run_v2.services.tasks.pagers.ListTasksAsyncPager
google.cloud.run_v2.services.tasks.pagers.ListTasksPager
ListTasksPager(
method: typing.Callable[[...], google.cloud.run_v2.types.task.ListTasksResponse],
request: google.cloud.run_v2.types.task.ListTasksRequest,
response: google.cloud.run_v2.types.task.ListTasksResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
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]] = ()
)
Instantiate the pager.
See more: google.cloud.run_v2.services.tasks.pagers.ListTasksPager