Summary of entries of Methods for backupdr.
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient
BackupDRAsyncClient
(
*
,
credentials
:
typing
.
Optional
[
google
.
auth
.
credentials
.
Credentials
]
=
None
,
transport
:
typing
.
Optional
[
typing
.
Union
[
str
,
google
.
cloud
.
backupdr_v1
.
services
.
backup_dr
.
transports
.
base
.
BackupDRTransport
,
typing
.
Callable
[[
...
],
google
.
cloud
.
backupdr_v1
.
services
.
backup_dr
.
transports
.
base
.
BackupDRTransport
]]]
=
'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 dr async client.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.backup_path
backup_path
(
project
:
str
,
location
:
str
,
backupvault
:
str
,
datasource
:
str
,
backup
:
str
)
-
> str
Returns a fully-qualified backup string.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.backup_path
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.backup_plan_association_path
backup_plan_association_path
(
project
:
str
,
location
:
str
,
backup_plan_association
:
str
)
-
> str
Returns a fully-qualified backup_plan_association string.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.backup_plan_association_path
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.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.backupdr_v1.services.backup_dr.BackupDRAsyncClient.backup_plan_path
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.backup_vault_path
backup_vault_path
(
project
:
str
,
location
:
str
,
backupvault
:
str
)
-
> str
Returns a fully-qualified backup_vault string.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.backup_vault_path
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.cancel_operation
cancel_operation
(
request
:
typing
.
Optional
[
google
.
longrunning
.
operations_pb2
.
CancelOperationRequest
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> None
Starts asynchronous cancellation on a long-running operation.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.cancel_operation
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.common_billing_account_path
common_billing_account_path
(
billing_account
:
str
)
-
> str
Returns a fully-qualified billing_account string.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.common_billing_account_path
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.common_folder_path
common_folder_path
(
folder
:
str
)
-
> str
Returns a fully-qualified folder string.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.common_folder_path
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.common_location_path
common_location_path
(
project
:
str
,
location
:
str
)
-
> str
Returns a fully-qualified location string.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.common_location_path
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.common_organization_path
common_organization_path
(
organization
:
str
)
-
> str
Returns a fully-qualified organization string.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.common_organization_path
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.common_project_path
common_project_path
(
project
:
str
)
-
> str
Returns a fully-qualified project string.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.common_project_path
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.create_backup_plan
create_backup_plan
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
backupdr_v1
.
types
.
backupplan
.
CreateBackupPlanRequest
,
dict
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
backup_plan
:
typing
.
Optional
[
google
.
cloud
.
backupdr_v1
.
types
.
backupplan
.
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
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Create a BackupPlan.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.create_backup_plan
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.create_backup_plan_association
create_backup_plan_association
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
backupdr_v1
.
types
.
backupplanassociation
.
CreateBackupPlanAssociationRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
backup_plan_association
:
typing
.
Optional
[
google
.
cloud
.
backupdr_v1
.
types
.
backupplanassociation
.
BackupPlanAssociation
]
=
None
,
backup_plan_association_id
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Create a BackupPlanAssociation.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.create_backup_plan_association
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.create_backup_vault
create_backup_vault
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
CreateBackupVaultRequest
,
dict
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
backup_vault
:
typing
.
Optional
[
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
BackupVault
]
=
None
,
backup_vault_id
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Creates a new BackupVault in a given project and location.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.create_backup_vault
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.create_management_server
create_management_server
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
backupdr_v1
.
types
.
backupdr
.
CreateManagementServerRequest
,
dict
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
management_server
:
typing
.
Optional
[
google
.
cloud
.
backupdr_v1
.
types
.
backupdr
.
ManagementServer
]
=
None
,
management_server_id
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Creates a new ManagementServer in a given project and location.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.create_management_server
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.data_source_path
data_source_path
(
project
:
str
,
location
:
str
,
backupvault
:
str
,
datasource
:
str
)
-
> str
Returns a fully-qualified data_source string.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.data_source_path
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.delete_backup
delete_backup
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
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
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Deletes a Backup.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.delete_backup
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.delete_backup_plan
delete_backup_plan
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
backupdr_v1
.
types
.
backupplan
.
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
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Deletes a single BackupPlan.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.delete_backup_plan
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.delete_backup_plan_association
delete_backup_plan_association
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
backupdr_v1
.
types
.
backupplanassociation
.
DeleteBackupPlanAssociationRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Deletes a single BackupPlanAssociation.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.delete_backup_plan_association
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.delete_backup_vault
delete_backup_vault
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
DeleteBackupVaultRequest
,
dict
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Deletes a BackupVault.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.delete_backup_vault
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.delete_management_server
delete_management_server
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
backupdr_v1
.
types
.
backupdr
.
DeleteManagementServerRequest
,
dict
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Deletes a single ManagementServer.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.delete_management_server
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.delete_operation
delete_operation
(
request
:
typing
.
Optional
[
google
.
longrunning
.
operations_pb2
.
DeleteOperationRequest
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> None
Deletes a long-running operation.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.delete_operation
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.fetch_usable_backup_vaults
fetch_usable_backup_vaults
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
FetchUsableBackupVaultsRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> (
google
.
cloud
.
backupdr_v1
.
services
.
backup_dr
.
pagers
.
FetchUsableBackupVaultsAsyncPager
)
FetchUsableBackupVaults lists usable BackupVaults in a given project and location.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.fetch_usable_backup_vaults
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.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.backupdr_v1.services.backup_dr.BackupDRAsyncClient.from_service_account_file
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.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.backupdr_v1.services.backup_dr.BackupDRAsyncClient.from_service_account_info
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.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.backupdr_v1.services.backup_dr.BackupDRAsyncClient.from_service_account_json
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.get_backup
get_backup
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
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
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
Backup
Gets details of a Backup.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.get_backup
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.get_backup_plan
get_backup_plan
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
backupdr_v1
.
types
.
backupplan
.
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
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
backupdr_v1
.
types
.
backupplan
.
BackupPlan
Gets details of a single BackupPlan.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.get_backup_plan
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.get_backup_plan_association
get_backup_plan_association
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
backupdr_v1
.
types
.
backupplanassociation
.
GetBackupPlanAssociationRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
backupdr_v1
.
types
.
backupplanassociation
.
BackupPlanAssociation
Gets details of a single BackupPlanAssociation.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.get_backup_plan_association
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.get_backup_vault
get_backup_vault
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
GetBackupVaultRequest
,
dict
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
BackupVault
Gets details of a BackupVault.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.get_backup_vault
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.get_data_source
get_data_source
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
GetDataSourceRequest
,
dict
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
DataSource
Gets details of a DataSource.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.get_data_source
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.get_iam_policy
get_iam_policy
(
request
:
typing
.
Optional
[
google
.
iam
.
v1
.
iam_policy_pb2
.
GetIamPolicyRequest
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
iam
.
v1
.
policy_pb2
.
Policy
Gets the IAM access control policy for a function.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.get_iam_policy
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.get_location
get_location
(
request
:
typing
.
Optional
[
google
.
cloud
.
location
.
locations_pb2
.
GetLocationRequest
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
location
.
locations_pb2
.
Location
Gets information about a location.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.get_location
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.get_management_server
get_management_server
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
backupdr_v1
.
types
.
backupdr
.
GetManagementServerRequest
,
dict
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
backupdr_v1
.
types
.
backupdr
.
ManagementServer
Gets details of a single ManagementServer.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.get_management_server
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.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.backupdr_v1.services.backup_dr.BackupDRAsyncClient.get_mtls_endpoint_and_cert_source
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.get_operation
get_operation
(
request
:
typing
.
Optional
[
google
.
longrunning
.
operations_pb2
.
GetOperationRequest
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
longrunning
.
operations_pb2
.
Operation
Gets the latest state of a long-running operation.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.get_operation
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.get_transport_class
get_transport_class
(
label
:
typing
.
Optional
[
str
]
=
None
,
)
-
> typing
.
Type
[
google
.
cloud
.
backupdr_v1
.
services
.
backup_dr
.
transports
.
base
.
BackupDRTransport
]
Returns an appropriate transport class.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.get_transport_class
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.initialize_service
initialize_service
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
backupdr_v1
.
types
.
backupdr
.
InitializeServiceRequest
,
dict
]
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Initializes the service related config for a project.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.initialize_service
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.list_backup_plan_associations
list_backup_plan_associations
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
backupdr_v1
.
types
.
backupplanassociation
.
ListBackupPlanAssociationsRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> (
google
.
cloud
.
backupdr_v1
.
services
.
backup_dr
.
pagers
.
ListBackupPlanAssociationsAsyncPager
)
Lists BackupPlanAssociations in a given project and location.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.list_backup_plan_associations
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.list_backup_plans
list_backup_plans
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
backupdr_v1
.
types
.
backupplan
.
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
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
backupdr_v1
.
services
.
backup_dr
.
pagers
.
ListBackupPlansAsyncPager
Lists BackupPlans in a given project and location.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.list_backup_plans
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.list_backup_vaults
list_backup_vaults
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
ListBackupVaultsRequest
,
dict
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
backupdr_v1
.
services
.
backup_dr
.
pagers
.
ListBackupVaultsAsyncPager
Lists BackupVaults in a given project and location.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.list_backup_vaults
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.list_backups
list_backups
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
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
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
backupdr_v1
.
services
.
backup_dr
.
pagers
.
ListBackupsAsyncPager
Lists Backups in a given project and location.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.list_backups
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.list_data_sources
list_data_sources
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
ListDataSourcesRequest
,
dict
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
backupdr_v1
.
services
.
backup_dr
.
pagers
.
ListDataSourcesAsyncPager
Lists DataSources in a given project and location.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.list_data_sources
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.list_locations
list_locations
(
request
:
typing
.
Optional
[
google
.
cloud
.
location
.
locations_pb2
.
ListLocationsRequest
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
location
.
locations_pb2
.
ListLocationsResponse
Lists information about the supported locations for this service.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.list_locations
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.list_management_servers
list_management_servers
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
backupdr_v1
.
types
.
backupdr
.
ListManagementServersRequest
,
dict
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
backupdr_v1
.
services
.
backup_dr
.
pagers
.
ListManagementServersAsyncPager
Lists ManagementServers in a given project and location.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.list_management_servers
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.list_operations
list_operations
(
request
:
typing
.
Optional
[
google
.
longrunning
.
operations_pb2
.
ListOperationsRequest
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
longrunning
.
operations_pb2
.
ListOperationsResponse
Lists operations that match the specified filter in the request.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.list_operations
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.management_server_path
management_server_path
(
project
:
str
,
location
:
str
,
managementserver
:
str
)
-
> str
Returns a fully-qualified management_server string.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.management_server_path
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.parse_backup_path
parse_backup_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a backup path into its component segments.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.parse_backup_path
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.parse_backup_plan_association_path
parse_backup_plan_association_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a backup_plan_association path into its component segments.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.parse_backup_plan_association_path
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.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.backupdr_v1.services.backup_dr.BackupDRAsyncClient.parse_backup_plan_path
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.parse_backup_vault_path
parse_backup_vault_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a backup_vault path into its component segments.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.parse_backup_vault_path
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.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.backupdr_v1.services.backup_dr.BackupDRAsyncClient.parse_common_billing_account_path
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.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.backupdr_v1.services.backup_dr.BackupDRAsyncClient.parse_common_folder_path
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.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.backupdr_v1.services.backup_dr.BackupDRAsyncClient.parse_common_location_path
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.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.backupdr_v1.services.backup_dr.BackupDRAsyncClient.parse_common_organization_path
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.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.backupdr_v1.services.backup_dr.BackupDRAsyncClient.parse_common_project_path
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.parse_data_source_path
parse_data_source_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a data_source path into its component segments.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.parse_data_source_path
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.parse_management_server_path
parse_management_server_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a management_server path into its component segments.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.parse_management_server_path
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.restore_backup
restore_backup
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
RestoreBackupRequest
,
dict
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Restore from a Backup.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.restore_backup
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.set_iam_policy
set_iam_policy
(
request
:
typing
.
Optional
[
google
.
iam
.
v1
.
iam_policy_pb2
.
SetIamPolicyRequest
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
iam
.
v1
.
policy_pb2
.
Policy
Sets the IAM access control policy on the specified function.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.set_iam_policy
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.test_iam_permissions
test_iam_permissions
(
request
:
typing
.
Optional
[
google
.
iam
.
v1
.
iam_policy_pb2
.
TestIamPermissionsRequest
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
iam
.
v1
.
iam_policy_pb2
.
TestIamPermissionsResponse
Tests the specified IAM permissions against the IAM access control policy for a function.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.test_iam_permissions
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.trigger_backup
trigger_backup
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
backupdr_v1
.
types
.
backupplanassociation
.
TriggerBackupRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
rule_id
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Triggers a new Backup.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.trigger_backup
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.update_backup
update_backup
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
UpdateBackupRequest
,
dict
]
]
=
None
,
*
,
backup
:
typing
.
Optional
[
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
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
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Updates the settings of a Backup.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.update_backup
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.update_backup_vault
update_backup_vault
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
UpdateBackupVaultRequest
,
dict
]
]
=
None
,
*
,
backup_vault
:
typing
.
Optional
[
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
BackupVault
]
=
None
,
update_mask
:
typing
.
Optional
[
google
.
protobuf
.
field_mask_pb2
.
FieldMask
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Updates the settings of a BackupVault.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.update_backup_vault
google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.update_data_source
update_data_source
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
UpdateDataSourceRequest
,
dict
]
]
=
None
,
*
,
data_source
:
typing
.
Optional
[
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
DataSource
]
=
None
,
update_mask
:
typing
.
Optional
[
google
.
protobuf
.
field_mask_pb2
.
FieldMask
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Updates the settings of a DataSource.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRAsyncClient.update_data_source
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient
BackupDRClient
(
*
,
credentials
:
typing
.
Optional
[
google
.
auth
.
credentials
.
Credentials
]
=
None
,
transport
:
typing
.
Optional
[
typing
.
Union
[
str
,
google
.
cloud
.
backupdr_v1
.
services
.
backup_dr
.
transports
.
base
.
BackupDRTransport
,
typing
.
Callable
[[
...
],
google
.
cloud
.
backupdr_v1
.
services
.
backup_dr
.
transports
.
base
.
BackupDRTransport
]]]
=
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 dr client.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRClient
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.__exit__
__exit__
(
type
,
value
,
traceback
)
Releases underlying transport's resources.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRClient. exit
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.backup_path
backup_path
(
project
:
str
,
location
:
str
,
backupvault
:
str
,
datasource
:
str
,
backup
:
str
)
-
> str
Returns a fully-qualified backup string.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.backup_path
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.backup_plan_association_path
backup_plan_association_path
(
project
:
str
,
location
:
str
,
backup_plan_association
:
str
)
-
> str
Returns a fully-qualified backup_plan_association string.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.backup_plan_association_path
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.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.backupdr_v1.services.backup_dr.BackupDRClient.backup_plan_path
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.backup_vault_path
backup_vault_path
(
project
:
str
,
location
:
str
,
backupvault
:
str
)
-
> str
Returns a fully-qualified backup_vault string.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.backup_vault_path
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.cancel_operation
cancel_operation
(
request
:
typing
.
Optional
[
google
.
longrunning
.
operations_pb2
.
CancelOperationRequest
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> None
Starts asynchronous cancellation on a long-running operation.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.cancel_operation
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.common_billing_account_path
common_billing_account_path
(
billing_account
:
str
)
-
> str
Returns a fully-qualified billing_account string.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.common_billing_account_path
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.common_folder_path
common_folder_path
(
folder
:
str
)
-
> str
Returns a fully-qualified folder string.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.common_folder_path
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.common_location_path
common_location_path
(
project
:
str
,
location
:
str
)
-
> str
Returns a fully-qualified location string.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.common_location_path
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.common_organization_path
common_organization_path
(
organization
:
str
)
-
> str
Returns a fully-qualified organization string.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.common_organization_path
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.common_project_path
common_project_path
(
project
:
str
)
-
> str
Returns a fully-qualified project string.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.common_project_path
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.create_backup_plan
create_backup_plan
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
backupdr_v1
.
types
.
backupplan
.
CreateBackupPlanRequest
,
dict
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
backup_plan
:
typing
.
Optional
[
google
.
cloud
.
backupdr_v1
.
types
.
backupplan
.
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
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Create a BackupPlan.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.create_backup_plan
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.create_backup_plan_association
create_backup_plan_association
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
backupdr_v1
.
types
.
backupplanassociation
.
CreateBackupPlanAssociationRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
backup_plan_association
:
typing
.
Optional
[
google
.
cloud
.
backupdr_v1
.
types
.
backupplanassociation
.
BackupPlanAssociation
]
=
None
,
backup_plan_association_id
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Create a BackupPlanAssociation.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.create_backup_plan_association
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.create_backup_vault
create_backup_vault
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
CreateBackupVaultRequest
,
dict
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
backup_vault
:
typing
.
Optional
[
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
BackupVault
]
=
None
,
backup_vault_id
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Creates a new BackupVault in a given project and location.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.create_backup_vault
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.create_management_server
create_management_server
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
backupdr_v1
.
types
.
backupdr
.
CreateManagementServerRequest
,
dict
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
management_server
:
typing
.
Optional
[
google
.
cloud
.
backupdr_v1
.
types
.
backupdr
.
ManagementServer
]
=
None
,
management_server_id
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Creates a new ManagementServer in a given project and location.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.create_management_server
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.data_source_path
data_source_path
(
project
:
str
,
location
:
str
,
backupvault
:
str
,
datasource
:
str
)
-
> str
Returns a fully-qualified data_source string.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.data_source_path
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.delete_backup
delete_backup
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
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
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Deletes a Backup.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.delete_backup
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.delete_backup_plan
delete_backup_plan
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
backupdr_v1
.
types
.
backupplan
.
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
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Deletes a single BackupPlan.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.delete_backup_plan
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.delete_backup_plan_association
delete_backup_plan_association
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
backupdr_v1
.
types
.
backupplanassociation
.
DeleteBackupPlanAssociationRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Deletes a single BackupPlanAssociation.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.delete_backup_plan_association
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.delete_backup_vault
delete_backup_vault
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
DeleteBackupVaultRequest
,
dict
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Deletes a BackupVault.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.delete_backup_vault
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.delete_management_server
delete_management_server
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
backupdr_v1
.
types
.
backupdr
.
DeleteManagementServerRequest
,
dict
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Deletes a single ManagementServer.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.delete_management_server
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.delete_operation
delete_operation
(
request
:
typing
.
Optional
[
google
.
longrunning
.
operations_pb2
.
DeleteOperationRequest
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> None
Deletes a long-running operation.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.delete_operation
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.fetch_usable_backup_vaults
fetch_usable_backup_vaults
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
FetchUsableBackupVaultsRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
backupdr_v1
.
services
.
backup_dr
.
pagers
.
FetchUsableBackupVaultsPager
FetchUsableBackupVaults lists usable BackupVaults in a given project and location.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.fetch_usable_backup_vaults
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.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.backupdr_v1.services.backup_dr.BackupDRClient.from_service_account_file
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.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.backupdr_v1.services.backup_dr.BackupDRClient.from_service_account_info
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.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.backupdr_v1.services.backup_dr.BackupDRClient.from_service_account_json
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.get_backup
get_backup
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
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
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
Backup
Gets details of a Backup.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.get_backup
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.get_backup_plan
get_backup_plan
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
backupdr_v1
.
types
.
backupplan
.
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
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
backupdr_v1
.
types
.
backupplan
.
BackupPlan
Gets details of a single BackupPlan.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.get_backup_plan
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.get_backup_plan_association
get_backup_plan_association
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
backupdr_v1
.
types
.
backupplanassociation
.
GetBackupPlanAssociationRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
backupdr_v1
.
types
.
backupplanassociation
.
BackupPlanAssociation
Gets details of a single BackupPlanAssociation.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.get_backup_plan_association
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.get_backup_vault
get_backup_vault
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
GetBackupVaultRequest
,
dict
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
BackupVault
Gets details of a BackupVault.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.get_backup_vault
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.get_data_source
get_data_source
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
GetDataSourceRequest
,
dict
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
DataSource
Gets details of a DataSource.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.get_data_source
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.get_iam_policy
get_iam_policy
(
request
:
typing
.
Optional
[
google
.
iam
.
v1
.
iam_policy_pb2
.
GetIamPolicyRequest
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
iam
.
v1
.
policy_pb2
.
Policy
Gets the IAM access control policy for a function.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.get_iam_policy
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.get_location
get_location
(
request
:
typing
.
Optional
[
google
.
cloud
.
location
.
locations_pb2
.
GetLocationRequest
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
location
.
locations_pb2
.
Location
Gets information about a location.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.get_location
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.get_management_server
get_management_server
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
backupdr_v1
.
types
.
backupdr
.
GetManagementServerRequest
,
dict
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
backupdr_v1
.
types
.
backupdr
.
ManagementServer
Gets details of a single ManagementServer.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.get_management_server
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.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.backupdr_v1.services.backup_dr.BackupDRClient.get_mtls_endpoint_and_cert_source
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.get_operation
get_operation
(
request
:
typing
.
Optional
[
google
.
longrunning
.
operations_pb2
.
GetOperationRequest
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
longrunning
.
operations_pb2
.
Operation
Gets the latest state of a long-running operation.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.get_operation
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.initialize_service
initialize_service
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
backupdr_v1
.
types
.
backupdr
.
InitializeServiceRequest
,
dict
]
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Initializes the service related config for a project.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.initialize_service
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.list_backup_plan_associations
list_backup_plan_associations
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
backupdr_v1
.
types
.
backupplanassociation
.
ListBackupPlanAssociationsRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
backupdr_v1
.
services
.
backup_dr
.
pagers
.
ListBackupPlanAssociationsPager
Lists BackupPlanAssociations in a given project and location.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.list_backup_plan_associations
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.list_backup_plans
list_backup_plans
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
backupdr_v1
.
types
.
backupplan
.
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
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
backupdr_v1
.
services
.
backup_dr
.
pagers
.
ListBackupPlansPager
Lists BackupPlans in a given project and location.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.list_backup_plans
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.list_backup_vaults
list_backup_vaults
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
ListBackupVaultsRequest
,
dict
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
backupdr_v1
.
services
.
backup_dr
.
pagers
.
ListBackupVaultsPager
Lists BackupVaults in a given project and location.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.list_backup_vaults
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.list_backups
list_backups
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
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
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
backupdr_v1
.
services
.
backup_dr
.
pagers
.
ListBackupsPager
Lists Backups in a given project and location.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.list_backups
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.list_data_sources
list_data_sources
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
ListDataSourcesRequest
,
dict
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
backupdr_v1
.
services
.
backup_dr
.
pagers
.
ListDataSourcesPager
Lists DataSources in a given project and location.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.list_data_sources
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.list_locations
list_locations
(
request
:
typing
.
Optional
[
google
.
cloud
.
location
.
locations_pb2
.
ListLocationsRequest
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
location
.
locations_pb2
.
ListLocationsResponse
Lists information about the supported locations for this service.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.list_locations
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.list_management_servers
list_management_servers
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
backupdr_v1
.
types
.
backupdr
.
ListManagementServersRequest
,
dict
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
backupdr_v1
.
services
.
backup_dr
.
pagers
.
ListManagementServersPager
Lists ManagementServers in a given project and location.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.list_management_servers
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.list_operations
list_operations
(
request
:
typing
.
Optional
[
google
.
longrunning
.
operations_pb2
.
ListOperationsRequest
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
longrunning
.
operations_pb2
.
ListOperationsResponse
Lists operations that match the specified filter in the request.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.list_operations
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.management_server_path
management_server_path
(
project
:
str
,
location
:
str
,
managementserver
:
str
)
-
> str
Returns a fully-qualified management_server string.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.management_server_path
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.parse_backup_path
parse_backup_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a backup path into its component segments.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.parse_backup_path
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.parse_backup_plan_association_path
parse_backup_plan_association_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a backup_plan_association path into its component segments.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.parse_backup_plan_association_path
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.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.backupdr_v1.services.backup_dr.BackupDRClient.parse_backup_plan_path
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.parse_backup_vault_path
parse_backup_vault_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a backup_vault path into its component segments.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.parse_backup_vault_path
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.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.backupdr_v1.services.backup_dr.BackupDRClient.parse_common_billing_account_path
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.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.backupdr_v1.services.backup_dr.BackupDRClient.parse_common_folder_path
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.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.backupdr_v1.services.backup_dr.BackupDRClient.parse_common_location_path
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.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.backupdr_v1.services.backup_dr.BackupDRClient.parse_common_organization_path
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.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.backupdr_v1.services.backup_dr.BackupDRClient.parse_common_project_path
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.parse_data_source_path
parse_data_source_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a data_source path into its component segments.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.parse_data_source_path
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.parse_management_server_path
parse_management_server_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a management_server path into its component segments.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.parse_management_server_path
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.restore_backup
restore_backup
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
RestoreBackupRequest
,
dict
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Restore from a Backup.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.restore_backup
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.set_iam_policy
set_iam_policy
(
request
:
typing
.
Optional
[
google
.
iam
.
v1
.
iam_policy_pb2
.
SetIamPolicyRequest
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
iam
.
v1
.
policy_pb2
.
Policy
Sets the IAM access control policy on the specified function.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.set_iam_policy
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.test_iam_permissions
test_iam_permissions
(
request
:
typing
.
Optional
[
google
.
iam
.
v1
.
iam_policy_pb2
.
TestIamPermissionsRequest
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
iam
.
v1
.
iam_policy_pb2
.
TestIamPermissionsResponse
Tests the specified IAM permissions against the IAM access control policy for a function.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.test_iam_permissions
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.trigger_backup
trigger_backup
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
backupdr_v1
.
types
.
backupplanassociation
.
TriggerBackupRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
rule_id
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Triggers a new Backup.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.trigger_backup
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.update_backup
update_backup
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
UpdateBackupRequest
,
dict
]
]
=
None
,
*
,
backup
:
typing
.
Optional
[
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
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
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Updates the settings of a Backup.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.update_backup
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.update_backup_vault
update_backup_vault
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
UpdateBackupVaultRequest
,
dict
]
]
=
None
,
*
,
backup_vault
:
typing
.
Optional
[
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
BackupVault
]
=
None
,
update_mask
:
typing
.
Optional
[
google
.
protobuf
.
field_mask_pb2
.
FieldMask
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Updates the settings of a BackupVault.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.update_backup_vault
google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.update_data_source
update_data_source
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
UpdateDataSourceRequest
,
dict
]
]
=
None
,
*
,
data_source
:
typing
.
Optional
[
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
DataSource
]
=
None
,
update_mask
:
typing
.
Optional
[
google
.
protobuf
.
field_mask_pb2
.
FieldMask
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Updates the settings of a DataSource.
See more: google.cloud.backupdr_v1.services.backup_dr.BackupDRClient.update_data_source
google.cloud.backupdr_v1.services.backup_dr.pagers.FetchUsableBackupVaultsAsyncPager
FetchUsableBackupVaultsAsyncPager
(
method
:
typing
.
Callable
[
[
...
],
typing
.
Awaitable
[
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
FetchUsableBackupVaultsResponse
],
],
request
:
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
FetchUsableBackupVaultsRequest
,
response
:
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
FetchUsableBackupVaultsResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiates the pager.
See more: google.cloud.backupdr_v1.services.backup_dr.pagers.FetchUsableBackupVaultsAsyncPager
google.cloud.backupdr_v1.services.backup_dr.pagers.FetchUsableBackupVaultsPager
FetchUsableBackupVaultsPager
(
method
:
typing
.
Callable
[
[
...
],
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
FetchUsableBackupVaultsResponse
,
],
request
:
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
FetchUsableBackupVaultsRequest
,
response
:
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
FetchUsableBackupVaultsResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiate the pager.
See more: google.cloud.backupdr_v1.services.backup_dr.pagers.FetchUsableBackupVaultsPager
google.cloud.backupdr_v1.services.backup_dr.pagers.ListBackupPlanAssociationsAsyncPager
ListBackupPlanAssociationsAsyncPager
(
method
:
typing
.
Callable
[
[
...
],
typing
.
Awaitable
[
google
.
cloud
.
backupdr_v1
.
types
.
backupplanassociation
.
ListBackupPlanAssociationsResponse
],
],
request
:
google
.
cloud
.
backupdr_v1
.
types
.
backupplanassociation
.
ListBackupPlanAssociationsRequest
,
response
:
google
.
cloud
.
backupdr_v1
.
types
.
backupplanassociation
.
ListBackupPlanAssociationsResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiates the pager.
See more: google.cloud.backupdr_v1.services.backup_dr.pagers.ListBackupPlanAssociationsAsyncPager
google.cloud.backupdr_v1.services.backup_dr.pagers.ListBackupPlanAssociationsPager
ListBackupPlanAssociationsPager
(
method
:
typing
.
Callable
[
[
...
],
google
.
cloud
.
backupdr_v1
.
types
.
backupplanassociation
.
ListBackupPlanAssociationsResponse
,
],
request
:
google
.
cloud
.
backupdr_v1
.
types
.
backupplanassociation
.
ListBackupPlanAssociationsRequest
,
response
:
google
.
cloud
.
backupdr_v1
.
types
.
backupplanassociation
.
ListBackupPlanAssociationsResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiate the pager.
See more: google.cloud.backupdr_v1.services.backup_dr.pagers.ListBackupPlanAssociationsPager
google.cloud.backupdr_v1.services.backup_dr.pagers.ListBackupPlansAsyncPager
ListBackupPlansAsyncPager
(
method
:
typing
.
Callable
[
[
...
],
typing
.
Awaitable
[
google
.
cloud
.
backupdr_v1
.
types
.
backupplan
.
ListBackupPlansResponse
],
],
request
:
google
.
cloud
.
backupdr_v1
.
types
.
backupplan
.
ListBackupPlansRequest
,
response
:
google
.
cloud
.
backupdr_v1
.
types
.
backupplan
.
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
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiates the pager.
See more: google.cloud.backupdr_v1.services.backup_dr.pagers.ListBackupPlansAsyncPager
google.cloud.backupdr_v1.services.backup_dr.pagers.ListBackupPlansPager
ListBackupPlansPager
(
method
:
typing
.
Callable
[
[
...
],
google
.
cloud
.
backupdr_v1
.
types
.
backupplan
.
ListBackupPlansResponse
],
request
:
google
.
cloud
.
backupdr_v1
.
types
.
backupplan
.
ListBackupPlansRequest
,
response
:
google
.
cloud
.
backupdr_v1
.
types
.
backupplan
.
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
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiate the pager.
See more: google.cloud.backupdr_v1.services.backup_dr.pagers.ListBackupPlansPager
google.cloud.backupdr_v1.services.backup_dr.pagers.ListBackupVaultsAsyncPager
ListBackupVaultsAsyncPager
(
method
:
typing
.
Callable
[
[
...
],
typing
.
Awaitable
[
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
ListBackupVaultsResponse
],
],
request
:
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
ListBackupVaultsRequest
,
response
:
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
ListBackupVaultsResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiates the pager.
See more: google.cloud.backupdr_v1.services.backup_dr.pagers.ListBackupVaultsAsyncPager
google.cloud.backupdr_v1.services.backup_dr.pagers.ListBackupVaultsPager
ListBackupVaultsPager
(
method
:
typing
.
Callable
[
[
...
],
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
ListBackupVaultsResponse
],
request
:
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
ListBackupVaultsRequest
,
response
:
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
ListBackupVaultsResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiate the pager.
See more: google.cloud.backupdr_v1.services.backup_dr.pagers.ListBackupVaultsPager
google.cloud.backupdr_v1.services.backup_dr.pagers.ListBackupsAsyncPager
ListBackupsAsyncPager
(
method
:
typing
.
Callable
[
[
...
],
typing
.
Awaitable
[
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
ListBackupsResponse
],
],
request
:
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
ListBackupsRequest
,
response
:
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
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
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiates the pager.
See more: google.cloud.backupdr_v1.services.backup_dr.pagers.ListBackupsAsyncPager
google.cloud.backupdr_v1.services.backup_dr.pagers.ListBackupsPager
ListBackupsPager
(
method
:
typing
.
Callable
[
[
...
],
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
ListBackupsResponse
],
request
:
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
ListBackupsRequest
,
response
:
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
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
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiate the pager.
See more: google.cloud.backupdr_v1.services.backup_dr.pagers.ListBackupsPager
google.cloud.backupdr_v1.services.backup_dr.pagers.ListDataSourcesAsyncPager
ListDataSourcesAsyncPager
(
method
:
typing
.
Callable
[
[
...
],
typing
.
Awaitable
[
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
ListDataSourcesResponse
],
],
request
:
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
ListDataSourcesRequest
,
response
:
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
ListDataSourcesResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiates the pager.
See more: google.cloud.backupdr_v1.services.backup_dr.pagers.ListDataSourcesAsyncPager
google.cloud.backupdr_v1.services.backup_dr.pagers.ListDataSourcesPager
ListDataSourcesPager
(
method
:
typing
.
Callable
[
[
...
],
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
ListDataSourcesResponse
],
request
:
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
ListDataSourcesRequest
,
response
:
google
.
cloud
.
backupdr_v1
.
types
.
backupvault
.
ListDataSourcesResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiate the pager.
See more: google.cloud.backupdr_v1.services.backup_dr.pagers.ListDataSourcesPager
google.cloud.backupdr_v1.services.backup_dr.pagers.ListManagementServersAsyncPager
ListManagementServersAsyncPager
(
method
:
typing
.
Callable
[
[
...
],
typing
.
Awaitable
[
google
.
cloud
.
backupdr_v1
.
types
.
backupdr
.
ListManagementServersResponse
],
],
request
:
google
.
cloud
.
backupdr_v1
.
types
.
backupdr
.
ListManagementServersRequest
,
response
:
google
.
cloud
.
backupdr_v1
.
types
.
backupdr
.
ListManagementServersResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiates the pager.
See more: google.cloud.backupdr_v1.services.backup_dr.pagers.ListManagementServersAsyncPager
google.cloud.backupdr_v1.services.backup_dr.pagers.ListManagementServersPager
ListManagementServersPager
(
method
:
typing
.
Callable
[
[
...
],
google
.
cloud
.
backupdr_v1
.
types
.
backupdr
.
ListManagementServersResponse
],
request
:
google
.
cloud
.
backupdr_v1
.
types
.
backupdr
.
ListManagementServersRequest
,
response
:
google
.
cloud
.
backupdr_v1
.
types
.
backupdr
.
ListManagementServersResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiate the pager.
See more: google.cloud.backupdr_v1.services.backup_dr.pagers.ListManagementServersPager