Summary of entries of Methods for gkebackup.
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient
BackupForGKEAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.gke_backup_v1.services.backup_for_gke.transports.base.BackupForGKETransport, typing.Callable[[...], google.cloud.gke_backup_v1.services.backup_for_gke.transports.base.BackupForGKETransport]]] = '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 backup for gke async client.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.backup_path
backup_path(project: str, location: str, backup_plan: str, backup: str) -> str
Returns a fully-qualified backup string.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.backup_path
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.backup_plan_path
backup_plan_path(project: str, location: str, backup_plan: str) -> str
Returns a fully-qualified backup_plan string.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.backup_plan_path
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.cancel_operation
cancel_operation(
request: typing.Optional[
google.longrunning.operations_pb2.CancelOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> None
Starts asynchronous cancellation on a long-running operation.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.cancel_operation
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.cluster_path
cluster_path(project: str, location: str, cluster: str) -> str
Returns a fully-qualified cluster string.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.cluster_path
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.common_folder_path
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.common_location_path
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.common_organization_path
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.common_project_path
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.create_backup
create_backup(
request: typing.Optional[
typing.Union[
google.cloud.gke_backup_v1.types.gkebackup.CreateBackupRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
backup: typing.Optional[google.cloud.gke_backup_v1.types.backup.Backup] = None,
backup_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 Backup for the given BackupPlan.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.create_backup
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.create_backup_plan
create_backup_plan(
request: typing.Optional[
typing.Union[
google.cloud.gke_backup_v1.types.gkebackup.CreateBackupPlanRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
backup_plan: typing.Optional[
google.cloud.gke_backup_v1.types.backup_plan.BackupPlan
] = None,
backup_plan_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 BackupPlan in a given location.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.create_backup_plan
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.create_restore
create_restore(
request: typing.Optional[
typing.Union[
google.cloud.gke_backup_v1.types.gkebackup.CreateRestoreRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
restore: typing.Optional[google.cloud.gke_backup_v1.types.restore.Restore] = None,
restore_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 Restore for the given RestorePlan.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.create_restore
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.create_restore_plan
create_restore_plan(
request: typing.Optional[
typing.Union[
google.cloud.gke_backup_v1.types.gkebackup.CreateRestorePlanRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
restore_plan: typing.Optional[
google.cloud.gke_backup_v1.types.restore_plan.RestorePlan
] = None,
restore_plan_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 RestorePlan in a given location.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.create_restore_plan
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.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.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.crypto_key_path
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.delete_backup
delete_backup(
request: typing.Optional[
typing.Union[
google.cloud.gke_backup_v1.types.gkebackup.DeleteBackupRequest, 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 existing Backup.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.delete_backup
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.delete_backup_plan
delete_backup_plan(
request: typing.Optional[
typing.Union[
google.cloud.gke_backup_v1.types.gkebackup.DeleteBackupPlanRequest, 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 existing BackupPlan.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.delete_backup_plan
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.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.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.delete_operation
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.delete_restore
delete_restore(
request: typing.Optional[
typing.Union[
google.cloud.gke_backup_v1.types.gkebackup.DeleteRestoreRequest, 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 existing Restore.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.delete_restore
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.delete_restore_plan
delete_restore_plan(
request: typing.Optional[
typing.Union[
google.cloud.gke_backup_v1.types.gkebackup.DeleteRestorePlanRequest, 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 existing RestorePlan.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.delete_restore_plan
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.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.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.from_service_account_file
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.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.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.from_service_account_info
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.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.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.from_service_account_json
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.get_backup
get_backup(
request: typing.Optional[
typing.Union[google.cloud.gke_backup_v1.types.gkebackup.GetBackupRequest, 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.gke_backup_v1.types.backup.Backup
Retrieve the details of a single Backup.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.get_backup
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.get_backup_index_download_url
get_backup_index_download_url(
request: typing.Optional[
typing.Union[
google.cloud.gke_backup_v1.types.gkebackup.GetBackupIndexDownloadUrlRequest,
dict,
]
] = None,
*,
backup: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
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.gke_backup_v1.types.gkebackup.GetBackupIndexDownloadUrlResponse
Retrieve the link to the backupIndex.
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.get_backup_plan
get_backup_plan(
request: typing.Optional[
typing.Union[
google.cloud.gke_backup_v1.types.gkebackup.GetBackupPlanRequest, 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.gke_backup_v1.types.backup_plan.BackupPlan
Retrieve the details of a single BackupPlan.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.get_backup_plan
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.get_iam_policy
get_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.iam.v1.policy_pb2.Policy
Gets the IAM access control policy for a function.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.get_iam_policy
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.get_location
get_location(
request: typing.Optional[
google.cloud.location.locations_pb2.GetLocationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.location.locations_pb2.Location
Gets information about a location.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.get_location
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)
Return the API endpoint and client cert source for mutual TLS.
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.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.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.get_operation
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.get_restore
get_restore(
request: typing.Optional[
typing.Union[google.cloud.gke_backup_v1.types.gkebackup.GetRestoreRequest, 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.gke_backup_v1.types.restore.Restore
Retrieves the details of a single Restore.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.get_restore
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.get_restore_plan
get_restore_plan(
request: typing.Optional[
typing.Union[
google.cloud.gke_backup_v1.types.gkebackup.GetRestorePlanRequest, 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.gke_backup_v1.types.restore_plan.RestorePlan
Retrieve the details of a single RestorePlan.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.get_restore_plan
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.gke_backup_v1.services.backup_for_gke.transports.base.BackupForGKETransport
]
Returns an appropriate transport class.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.get_transport_class
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.get_volume_backup
get_volume_backup(
request: typing.Optional[
typing.Union[
google.cloud.gke_backup_v1.types.gkebackup.GetVolumeBackupRequest, 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.gke_backup_v1.types.volume.VolumeBackup
Retrieve the details of a single VolumeBackup.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.get_volume_backup
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.get_volume_restore
get_volume_restore(
request: typing.Optional[
typing.Union[
google.cloud.gke_backup_v1.types.gkebackup.GetVolumeRestoreRequest, 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.gke_backup_v1.types.volume.VolumeRestore
Retrieve the details of a single VolumeRestore.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.get_volume_restore
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.list_backup_plans
list_backup_plans(
request: typing.Optional[
typing.Union[
google.cloud.gke_backup_v1.types.gkebackup.ListBackupPlansRequest, 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.gke_backup_v1.services.backup_for_gke.pagers.ListBackupPlansAsyncPager
)
Lists BackupPlans in a given location.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.list_backup_plans
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.list_backups
list_backups(
request: typing.Optional[
typing.Union[
google.cloud.gke_backup_v1.types.gkebackup.ListBackupsRequest, 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.gke_backup_v1.services.backup_for_gke.pagers.ListBackupsAsyncPager
Lists the Backups for a given BackupPlan.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.list_backups
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.list_locations
list_locations(
request: typing.Optional[
google.cloud.location.locations_pb2.ListLocationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse
Lists information about the supported locations for this service.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.list_locations
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.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.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.list_operations
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.list_restore_plans
list_restore_plans(
request: typing.Optional[
typing.Union[
google.cloud.gke_backup_v1.types.gkebackup.ListRestorePlansRequest, 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.gke_backup_v1.services.backup_for_gke.pagers.ListRestorePlansAsyncPager
)
Lists RestorePlans in a given location.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.list_restore_plans
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.list_restores
list_restores(
request: typing.Optional[
typing.Union[
google.cloud.gke_backup_v1.types.gkebackup.ListRestoresRequest, 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.gke_backup_v1.services.backup_for_gke.pagers.ListRestoresAsyncPager
Lists the Restores for a given RestorePlan.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.list_restores
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.list_volume_backups
list_volume_backups(
request: typing.Optional[
typing.Union[
google.cloud.gke_backup_v1.types.gkebackup.ListVolumeBackupsRequest, 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.gke_backup_v1.services.backup_for_gke.pagers.ListVolumeBackupsAsyncPager
)
Lists the VolumeBackups for a given Backup.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.list_volume_backups
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.list_volume_restores
list_volume_restores(
request: typing.Optional[
typing.Union[
google.cloud.gke_backup_v1.types.gkebackup.ListVolumeRestoresRequest, 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.gke_backup_v1.services.backup_for_gke.pagers.ListVolumeRestoresAsyncPager
)
Lists the VolumeRestores for a given Restore.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.list_volume_restores
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.parse_backup_path
parse_backup_path(path: str) -> typing.Dict[str, str]
Parses a backup path into its component segments.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.parse_backup_path
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.parse_backup_plan_path
parse_backup_plan_path(path: str) -> typing.Dict[str, str]
Parses a backup_plan path into its component segments.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.parse_backup_plan_path
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.parse_cluster_path
parse_cluster_path(path: str) -> typing.Dict[str, str]
Parses a cluster path into its component segments.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.parse_cluster_path
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.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.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.parse_common_folder_path
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.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.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.parse_common_project_path
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.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.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.parse_crypto_key_path
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.parse_restore_path
parse_restore_path(path: str) -> typing.Dict[str, str]
Parses a restore path into its component segments.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.parse_restore_path
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.parse_restore_plan_path
parse_restore_plan_path(path: str) -> typing.Dict[str, str]
Parses a restore_plan path into its component segments.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.parse_restore_plan_path
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.parse_volume_backup_path
parse_volume_backup_path(path: str) -> typing.Dict[str, str]
Parses a volume_backup path into its component segments.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.parse_volume_backup_path
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.parse_volume_restore_path
parse_volume_restore_path(path: str) -> typing.Dict[str, str]
Parses a volume_restore path into its component segments.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.parse_volume_restore_path
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.restore_path
restore_path(project: str, location: str, restore_plan: str, restore: str) -> str
Returns a fully-qualified restore string.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.restore_path
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.restore_plan_path
restore_plan_path(project: str, location: str, restore_plan: str) -> str
Returns a fully-qualified restore_plan string.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.restore_plan_path
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.set_iam_policy
set_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.iam.v1.policy_pb2.Policy
Sets the IAM access control policy on the specified function.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.set_iam_policy
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.test_iam_permissions
test_iam_permissions(
request: typing.Optional[
google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponse
Tests the specified IAM permissions against the IAM access control policy for a function.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.test_iam_permissions
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.update_backup
update_backup(
request: typing.Optional[
typing.Union[
google.cloud.gke_backup_v1.types.gkebackup.UpdateBackupRequest, dict
]
] = None,
*,
backup: typing.Optional[google.cloud.gke_backup_v1.types.backup.Backup] = 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
Update a Backup.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.update_backup
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.update_backup_plan
update_backup_plan(
request: typing.Optional[
typing.Union[
google.cloud.gke_backup_v1.types.gkebackup.UpdateBackupPlanRequest, dict
]
] = None,
*,
backup_plan: typing.Optional[
google.cloud.gke_backup_v1.types.backup_plan.BackupPlan
] = 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
Update a BackupPlan.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.update_backup_plan
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.update_restore
update_restore(
request: typing.Optional[
typing.Union[
google.cloud.gke_backup_v1.types.gkebackup.UpdateRestoreRequest, dict
]
] = None,
*,
restore: typing.Optional[google.cloud.gke_backup_v1.types.restore.Restore] = 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
Update a Restore.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.update_restore
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.update_restore_plan
update_restore_plan(
request: typing.Optional[
typing.Union[
google.cloud.gke_backup_v1.types.gkebackup.UpdateRestorePlanRequest, dict
]
] = None,
*,
restore_plan: typing.Optional[
google.cloud.gke_backup_v1.types.restore_plan.RestorePlan
] = 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
Update a RestorePlan.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.update_restore_plan
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.volume_backup_path
volume_backup_path(
project: str, location: str, backup_plan: str, backup: str, volume_backup: str
) -> str
Returns a fully-qualified volume_backup string.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.volume_backup_path
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.volume_restore_path
volume_restore_path(
project: str, location: str, restore_plan: str, restore: str, volume_restore: str
) -> str
Returns a fully-qualified volume_restore string.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEAsyncClient.volume_restore_path
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient
BackupForGKEClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.gke_backup_v1.services.backup_for_gke.transports.base.BackupForGKETransport, typing.Callable[[...], google.cloud.gke_backup_v1.services.backup_for_gke.transports.base.BackupForGKETransport]]] = 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 backup for gke client.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.__exit__
__exit__(type, value, traceback)
Releases underlying transport's resources.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.exit
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.backup_path
backup_path(project: str, location: str, backup_plan: str, backup: str) -> str
Returns a fully-qualified backup string.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.backup_path
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.backup_plan_path
backup_plan_path(project: str, location: str, backup_plan: str) -> str
Returns a fully-qualified backup_plan string.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.backup_plan_path
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.cancel_operation
cancel_operation(
request: typing.Optional[
google.longrunning.operations_pb2.CancelOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> None
Starts asynchronous cancellation on a long-running operation.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.cancel_operation
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.cluster_path
cluster_path(project: str, location: str, cluster: str) -> str
Returns a fully-qualified cluster string.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.cluster_path
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.common_billing_account_path
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.common_folder_path
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.common_location_path
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.common_organization_path
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.common_project_path
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.create_backup
create_backup(
request: typing.Optional[
typing.Union[
google.cloud.gke_backup_v1.types.gkebackup.CreateBackupRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
backup: typing.Optional[google.cloud.gke_backup_v1.types.backup.Backup] = None,
backup_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 Backup for the given BackupPlan.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.create_backup
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.create_backup_plan
create_backup_plan(
request: typing.Optional[
typing.Union[
google.cloud.gke_backup_v1.types.gkebackup.CreateBackupPlanRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
backup_plan: typing.Optional[
google.cloud.gke_backup_v1.types.backup_plan.BackupPlan
] = None,
backup_plan_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 BackupPlan in a given location.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.create_backup_plan
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.create_restore
create_restore(
request: typing.Optional[
typing.Union[
google.cloud.gke_backup_v1.types.gkebackup.CreateRestoreRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
restore: typing.Optional[google.cloud.gke_backup_v1.types.restore.Restore] = None,
restore_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 Restore for the given RestorePlan.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.create_restore
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.create_restore_plan
create_restore_plan(
request: typing.Optional[
typing.Union[
google.cloud.gke_backup_v1.types.gkebackup.CreateRestorePlanRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
restore_plan: typing.Optional[
google.cloud.gke_backup_v1.types.restore_plan.RestorePlan
] = None,
restore_plan_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 RestorePlan in a given location.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.create_restore_plan
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.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.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.crypto_key_path
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.delete_backup
delete_backup(
request: typing.Optional[
typing.Union[
google.cloud.gke_backup_v1.types.gkebackup.DeleteBackupRequest, 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 existing Backup.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.delete_backup
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.delete_backup_plan
delete_backup_plan(
request: typing.Optional[
typing.Union[
google.cloud.gke_backup_v1.types.gkebackup.DeleteBackupPlanRequest, 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 existing BackupPlan.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.delete_backup_plan
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.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.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.delete_operation
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.delete_restore
delete_restore(
request: typing.Optional[
typing.Union[
google.cloud.gke_backup_v1.types.gkebackup.DeleteRestoreRequest, 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 existing Restore.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.delete_restore
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.delete_restore_plan
delete_restore_plan(
request: typing.Optional[
typing.Union[
google.cloud.gke_backup_v1.types.gkebackup.DeleteRestorePlanRequest, 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 existing RestorePlan.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.delete_restore_plan
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.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.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.from_service_account_file
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.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.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.from_service_account_info
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.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.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.from_service_account_json
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.get_backup
get_backup(
request: typing.Optional[
typing.Union[google.cloud.gke_backup_v1.types.gkebackup.GetBackupRequest, 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.gke_backup_v1.types.backup.Backup
Retrieve the details of a single Backup.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.get_backup
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.get_backup_index_download_url
get_backup_index_download_url(
request: typing.Optional[
typing.Union[
google.cloud.gke_backup_v1.types.gkebackup.GetBackupIndexDownloadUrlRequest,
dict,
]
] = None,
*,
backup: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
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.gke_backup_v1.types.gkebackup.GetBackupIndexDownloadUrlResponse
Retrieve the link to the backupIndex.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.get_backup_index_download_url
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.get_backup_plan
get_backup_plan(
request: typing.Optional[
typing.Union[
google.cloud.gke_backup_v1.types.gkebackup.GetBackupPlanRequest, 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.gke_backup_v1.types.backup_plan.BackupPlan
Retrieve the details of a single BackupPlan.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.get_backup_plan
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.get_iam_policy
get_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.iam.v1.policy_pb2.Policy
Gets the IAM access control policy for a function.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.get_iam_policy
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.get_location
get_location(
request: typing.Optional[
google.cloud.location.locations_pb2.GetLocationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.location.locations_pb2.Location
Gets information about a location.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.get_location
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)
Deprecated.
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.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.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.get_operation
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.get_restore
get_restore(
request: typing.Optional[
typing.Union[google.cloud.gke_backup_v1.types.gkebackup.GetRestoreRequest, 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.gke_backup_v1.types.restore.Restore
Retrieves the details of a single Restore.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.get_restore
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.get_restore_plan
get_restore_plan(
request: typing.Optional[
typing.Union[
google.cloud.gke_backup_v1.types.gkebackup.GetRestorePlanRequest, 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.gke_backup_v1.types.restore_plan.RestorePlan
Retrieve the details of a single RestorePlan.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.get_restore_plan
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.get_volume_backup
get_volume_backup(
request: typing.Optional[
typing.Union[
google.cloud.gke_backup_v1.types.gkebackup.GetVolumeBackupRequest, 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.gke_backup_v1.types.volume.VolumeBackup
Retrieve the details of a single VolumeBackup.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.get_volume_backup
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.get_volume_restore
get_volume_restore(
request: typing.Optional[
typing.Union[
google.cloud.gke_backup_v1.types.gkebackup.GetVolumeRestoreRequest, 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.gke_backup_v1.types.volume.VolumeRestore
Retrieve the details of a single VolumeRestore.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.get_volume_restore
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.list_backup_plans
list_backup_plans(
request: typing.Optional[
typing.Union[
google.cloud.gke_backup_v1.types.gkebackup.ListBackupPlansRequest, 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.gke_backup_v1.services.backup_for_gke.pagers.ListBackupPlansPager
Lists BackupPlans in a given location.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.list_backup_plans
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.list_backups
list_backups(
request: typing.Optional[
typing.Union[
google.cloud.gke_backup_v1.types.gkebackup.ListBackupsRequest, 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.gke_backup_v1.services.backup_for_gke.pagers.ListBackupsPager
Lists the Backups for a given BackupPlan.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.list_backups
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.list_locations
list_locations(
request: typing.Optional[
google.cloud.location.locations_pb2.ListLocationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse
Lists information about the supported locations for this service.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.list_locations
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.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.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.list_operations
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.list_restore_plans
list_restore_plans(
request: typing.Optional[
typing.Union[
google.cloud.gke_backup_v1.types.gkebackup.ListRestorePlansRequest, 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.gke_backup_v1.services.backup_for_gke.pagers.ListRestorePlansPager
Lists RestorePlans in a given location.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.list_restore_plans
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.list_restores
list_restores(
request: typing.Optional[
typing.Union[
google.cloud.gke_backup_v1.types.gkebackup.ListRestoresRequest, 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.gke_backup_v1.services.backup_for_gke.pagers.ListRestoresPager
Lists the Restores for a given RestorePlan.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.list_restores
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.list_volume_backups
list_volume_backups(
request: typing.Optional[
typing.Union[
google.cloud.gke_backup_v1.types.gkebackup.ListVolumeBackupsRequest, 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.gke_backup_v1.services.backup_for_gke.pagers.ListVolumeBackupsPager
Lists the VolumeBackups for a given Backup.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.list_volume_backups
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.list_volume_restores
list_volume_restores(
request: typing.Optional[
typing.Union[
google.cloud.gke_backup_v1.types.gkebackup.ListVolumeRestoresRequest, 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.gke_backup_v1.services.backup_for_gke.pagers.ListVolumeRestoresPager
Lists the VolumeRestores for a given Restore.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.list_volume_restores
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.parse_backup_path
parse_backup_path(path: str) -> typing.Dict[str, str]
Parses a backup path into its component segments.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.parse_backup_path
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.parse_backup_plan_path
parse_backup_plan_path(path: str) -> typing.Dict[str, str]
Parses a backup_plan path into its component segments.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.parse_backup_plan_path
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.parse_cluster_path
parse_cluster_path(path: str) -> typing.Dict[str, str]
Parses a cluster path into its component segments.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.parse_cluster_path
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.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.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.parse_common_folder_path
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.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.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.parse_common_location_path
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.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.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.parse_common_organization_path
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.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.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.parse_common_project_path
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.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.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.parse_crypto_key_path
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.parse_restore_path
parse_restore_path(path: str) -> typing.Dict[str, str]
Parses a restore path into its component segments.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.parse_restore_path
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.parse_restore_plan_path
parse_restore_plan_path(path: str) -> typing.Dict[str, str]
Parses a restore_plan path into its component segments.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.parse_restore_plan_path
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.parse_volume_backup_path
parse_volume_backup_path(path: str) -> typing.Dict[str, str]
Parses a volume_backup path into its component segments.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.parse_volume_backup_path
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.parse_volume_restore_path
parse_volume_restore_path(path: str) -> typing.Dict[str, str]
Parses a volume_restore path into its component segments.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.parse_volume_restore_path
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.restore_path
restore_path(project: str, location: str, restore_plan: str, restore: str) -> str
Returns a fully-qualified restore string.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.restore_path
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.restore_plan_path
restore_plan_path(project: str, location: str, restore_plan: str) -> str
Returns a fully-qualified restore_plan string.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.restore_plan_path
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.set_iam_policy
set_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.iam.v1.policy_pb2.Policy
Sets the IAM access control policy on the specified function.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.set_iam_policy
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.test_iam_permissions
test_iam_permissions(
request: typing.Optional[
google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponse
Tests the specified IAM permissions against the IAM access control policy for a function.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.test_iam_permissions
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.update_backup
update_backup(
request: typing.Optional[
typing.Union[
google.cloud.gke_backup_v1.types.gkebackup.UpdateBackupRequest, dict
]
] = None,
*,
backup: typing.Optional[google.cloud.gke_backup_v1.types.backup.Backup] = 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
Update a Backup.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.update_backup
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.update_backup_plan
update_backup_plan(
request: typing.Optional[
typing.Union[
google.cloud.gke_backup_v1.types.gkebackup.UpdateBackupPlanRequest, dict
]
] = None,
*,
backup_plan: typing.Optional[
google.cloud.gke_backup_v1.types.backup_plan.BackupPlan
] = 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
Update a BackupPlan.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.update_backup_plan
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.update_restore
update_restore(
request: typing.Optional[
typing.Union[
google.cloud.gke_backup_v1.types.gkebackup.UpdateRestoreRequest, dict
]
] = None,
*,
restore: typing.Optional[google.cloud.gke_backup_v1.types.restore.Restore] = 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
Update a Restore.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.update_restore
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.update_restore_plan
update_restore_plan(
request: typing.Optional[
typing.Union[
google.cloud.gke_backup_v1.types.gkebackup.UpdateRestorePlanRequest, dict
]
] = None,
*,
restore_plan: typing.Optional[
google.cloud.gke_backup_v1.types.restore_plan.RestorePlan
] = 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
Update a RestorePlan.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.update_restore_plan
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.volume_backup_path
volume_backup_path(
project: str, location: str, backup_plan: str, backup: str, volume_backup: str
) -> str
Returns a fully-qualified volume_backup string.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.volume_backup_path
google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.volume_restore_path
volume_restore_path(
project: str, location: str, restore_plan: str, restore: str, volume_restore: str
) -> str
Returns a fully-qualified volume_restore string.
See more: google.cloud.gke_backup_v1.services.backup_for_gke.BackupForGKEClient.volume_restore_path
google.cloud.gke_backup_v1.services.backup_for_gke.pagers.ListBackupPlansAsyncPager
ListBackupPlansAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.gke_backup_v1.types.gkebackup.ListBackupPlansResponse
],
],
request: google.cloud.gke_backup_v1.types.gkebackup.ListBackupPlansRequest,
response: google.cloud.gke_backup_v1.types.gkebackup.ListBackupPlansResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
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.gke_backup_v1.services.backup_for_gke.pagers.ListBackupPlansAsyncPager
google.cloud.gke_backup_v1.services.backup_for_gke.pagers.ListBackupPlansPager
ListBackupPlansPager(
method: typing.Callable[
[...], google.cloud.gke_backup_v1.types.gkebackup.ListBackupPlansResponse
],
request: google.cloud.gke_backup_v1.types.gkebackup.ListBackupPlansRequest,
response: google.cloud.gke_backup_v1.types.gkebackup.ListBackupPlansResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
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.gke_backup_v1.services.backup_for_gke.pagers.ListBackupPlansPager
google.cloud.gke_backup_v1.services.backup_for_gke.pagers.ListBackupsAsyncPager
ListBackupsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.gke_backup_v1.types.gkebackup.ListBackupsResponse
],
],
request: google.cloud.gke_backup_v1.types.gkebackup.ListBackupsRequest,
response: google.cloud.gke_backup_v1.types.gkebackup.ListBackupsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
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.gke_backup_v1.services.backup_for_gke.pagers.ListBackupsAsyncPager
google.cloud.gke_backup_v1.services.backup_for_gke.pagers.ListBackupsPager
ListBackupsPager(
method: typing.Callable[
[...], google.cloud.gke_backup_v1.types.gkebackup.ListBackupsResponse
],
request: google.cloud.gke_backup_v1.types.gkebackup.ListBackupsRequest,
response: google.cloud.gke_backup_v1.types.gkebackup.ListBackupsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
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.gke_backup_v1.services.backup_for_gke.pagers.ListBackupsPager
google.cloud.gke_backup_v1.services.backup_for_gke.pagers.ListRestorePlansAsyncPager
ListRestorePlansAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.gke_backup_v1.types.gkebackup.ListRestorePlansResponse
],
],
request: google.cloud.gke_backup_v1.types.gkebackup.ListRestorePlansRequest,
response: google.cloud.gke_backup_v1.types.gkebackup.ListRestorePlansResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
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.gke_backup_v1.services.backup_for_gke.pagers.ListRestorePlansAsyncPager
google.cloud.gke_backup_v1.services.backup_for_gke.pagers.ListRestorePlansPager
ListRestorePlansPager(
method: typing.Callable[
[...], google.cloud.gke_backup_v1.types.gkebackup.ListRestorePlansResponse
],
request: google.cloud.gke_backup_v1.types.gkebackup.ListRestorePlansRequest,
response: google.cloud.gke_backup_v1.types.gkebackup.ListRestorePlansResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
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.gke_backup_v1.services.backup_for_gke.pagers.ListRestorePlansPager
google.cloud.gke_backup_v1.services.backup_for_gke.pagers.ListRestoresAsyncPager
ListRestoresAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.gke_backup_v1.types.gkebackup.ListRestoresResponse
],
],
request: google.cloud.gke_backup_v1.types.gkebackup.ListRestoresRequest,
response: google.cloud.gke_backup_v1.types.gkebackup.ListRestoresResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
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.gke_backup_v1.services.backup_for_gke.pagers.ListRestoresAsyncPager
google.cloud.gke_backup_v1.services.backup_for_gke.pagers.ListRestoresPager
ListRestoresPager(
method: typing.Callable[
[...], google.cloud.gke_backup_v1.types.gkebackup.ListRestoresResponse
],
request: google.cloud.gke_backup_v1.types.gkebackup.ListRestoresRequest,
response: google.cloud.gke_backup_v1.types.gkebackup.ListRestoresResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
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.gke_backup_v1.services.backup_for_gke.pagers.ListRestoresPager
google.cloud.gke_backup_v1.services.backup_for_gke.pagers.ListVolumeBackupsAsyncPager
ListVolumeBackupsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.gke_backup_v1.types.gkebackup.ListVolumeBackupsResponse
],
],
request: google.cloud.gke_backup_v1.types.gkebackup.ListVolumeBackupsRequest,
response: google.cloud.gke_backup_v1.types.gkebackup.ListVolumeBackupsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
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.gke_backup_v1.services.backup_for_gke.pagers.ListVolumeBackupsAsyncPager
google.cloud.gke_backup_v1.services.backup_for_gke.pagers.ListVolumeBackupsPager
ListVolumeBackupsPager(
method: typing.Callable[
[...], google.cloud.gke_backup_v1.types.gkebackup.ListVolumeBackupsResponse
],
request: google.cloud.gke_backup_v1.types.gkebackup.ListVolumeBackupsRequest,
response: google.cloud.gke_backup_v1.types.gkebackup.ListVolumeBackupsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
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.gke_backup_v1.services.backup_for_gke.pagers.ListVolumeBackupsPager
google.cloud.gke_backup_v1.services.backup_for_gke.pagers.ListVolumeRestoresAsyncPager
ListVolumeRestoresAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.gke_backup_v1.types.gkebackup.ListVolumeRestoresResponse
],
],
request: google.cloud.gke_backup_v1.types.gkebackup.ListVolumeRestoresRequest,
response: google.cloud.gke_backup_v1.types.gkebackup.ListVolumeRestoresResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
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.gke_backup_v1.services.backup_for_gke.pagers.ListVolumeRestoresAsyncPager
google.cloud.gke_backup_v1.services.backup_for_gke.pagers.ListVolumeRestoresPager
ListVolumeRestoresPager(
method: typing.Callable[
[...], google.cloud.gke_backup_v1.types.gkebackup.ListVolumeRestoresResponse
],
request: google.cloud.gke_backup_v1.types.gkebackup.ListVolumeRestoresRequest,
response: google.cloud.gke_backup_v1.types.gkebackup.ListVolumeRestoresResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
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.gke_backup_v1.services.backup_for_gke.pagers.ListVolumeRestoresPager