Resource: Backup
A backup of a Cloud Bigtable table.
JSON representation |
---|
{ "name": string, "sourceTable": string, "sourceBackup": string, "expireTime": string, "startTime": string, "endTime": string, "sizeBytes": string, "state": enum ( |
Fields | |
---|---|
name |
A globally unique identifier for the backup which cannot be changed. Values are of the form The backup is stored in the cluster identified by the prefix of the backup name of the form |
sourceTable |
Required. Immutable. Name of the table from which this backup was created. This needs to be in the same instance as the backup. Values are of the form |
sourceBackup |
Output only. Name of the backup from which this backup was copied. If a backup is not created by copying a backup, this field will be empty. Values are of the form: projects/ |
expireTime |
Required. The expiration time of the backup. When creating a backup or updating its Once the A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
startTime |
Output only. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
endTime |
Output only. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
sizeBytes |
Output only. Size of the backup in bytes. |
state |
Output only. The current state of the backup. |
encryptionInfo |
Output only. The encryption information for the backup. |
State
Indicates the current state of the backup.
Enums | |
---|---|
STATE_UNSPECIFIED |
Not specified. |
CREATING |
The pending backup is still being created. Operations on the backup may fail with FAILED_PRECONDITION in this state. |
READY |
The backup is complete and ready for use. |
Methods |
|
---|---|
|
Copy a Cloud Bigtable backup to a new backup in the destination cluster located in the destination instance and project. |
|
Starts creating a new Cloud Bigtable Backup. |
|
Deletes a pending or completed Cloud Bigtable backup. |
|
Gets metadata on a pending or completed Cloud Bigtable Backup. |
|
Gets the access control policy for a Bigtable resource. |
|
Lists Cloud Bigtable backups. |
|
Updates a pending or completed Cloud Bigtable Backup. |
|
Sets the access control policy on a Bigtable resource. |
|
Returns permissions that the caller has on the specified Bigtable resource. |