Module backup (2.7.1)
Stay organized with collections
Save and categorize content based on your preferences.
A user-friendly wrapper for a Google Cloud Bigtable Backup.
Classes
Backup(
backup_id,
instance,
cluster_id=None,
table_id=None,
expire_time=None,
encryption_info=None,
)
Representation of a Google Cloud Bigtable Backup.
A :class: Backup
can be used to:
create
the backup
update
the backup
delete
the backup
Parameters
Name | Description |
backup_id |
str
The ID of the backup.
|
instance |
Instance
The Instance that owns this Backup.
|
cluster_id |
str
(Optional) The ID of the Cluster that contains this Backup. Required for calling 'delete', 'exists' etc. methods.
|
table_id |
str
(Optional) The ID of the Table that the Backup is for. Required if the 'create' method will be called.
|
expire_time |
datetime.datetime
(Optional) The expiration time after which the Backup will be automatically deleted. Required if the create method will be called.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-05 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
{"lastModified": "Last updated 2024-09-05 UTC."}