Cloud Bigtable V2 Client - Class Backup (2.1.0)

Reference documentation and code samples for the Cloud Bigtable V2 Client class Backup.

A backup of a Cloud Bigtable table.

Generated from protobuf message google.bigtable.admin.v2.Backup

Namespace

Google \ Cloud \ Bigtable \ Admin \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ namestring

A globally unique identifier for the backup which cannot be changed. Values are of the form projects/{project}/instances/{instance}/clusters/{cluster}/ backups/[_a-zA-Z0-9][-_.a-zA-Z0-9]* The final segment of the name must be between 1 and 50 characters in length. The backup is stored in the cluster identified by the prefix of the backup name of the form projects/{project}/instances/{instance}/clusters/{cluster}.

↳ source_tablestring

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 projects/{project}/instances/{instance}/tables/{source_table}.

↳ source_backupstring

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/

↳ expire_timeGoogle\Protobuf\Timestamp

Required. The expiration time of the backup, with microseconds granularity that must be at least 6 hours and at most 90 days from the time the request is received. Once the expire_time has passed, Cloud Bigtable will delete the backup and free the resources used by the backup.

↳ start_timeGoogle\Protobuf\Timestamp

Output only. start_time is the time that the backup was started (i.e. approximately the time the CreateBackup request is received). The row data in this backup will be no older than this timestamp.

↳ end_timeGoogle\Protobuf\Timestamp

Output only. end_time is the time that the backup was finished. The row data in the backup will be no newer than this timestamp.

↳ size_bytesint|string

Output only. Size of the backup in bytes.

↳ stateint

Output only. The current state of the backup.

↳ encryption_infoGoogle\Cloud\Bigtable\Admin\V2\EncryptionInfo

Output only. The encryption information for the backup.

getName

A globally unique identifier for the backup which cannot be changed. Values are of the form projects/{project}/instances/{instance}/clusters/{cluster}/ backups/[_a-zA-Z0-9][-_.a-zA-Z0-9]* The final segment of the name must be between 1 and 50 characters in length.

The backup is stored in the cluster identified by the prefix of the backup name of the form projects/{project}/instances/{instance}/clusters/{cluster}.

Returns
TypeDescription
string

setName

A globally unique identifier for the backup which cannot be changed. Values are of the form projects/{project}/instances/{instance}/clusters/{cluster}/ backups/[_a-zA-Z0-9][-_.a-zA-Z0-9]* The final segment of the name must be between 1 and 50 characters in length.

The backup is stored in the cluster identified by the prefix of the backup name of the form projects/{project}/instances/{instance}/clusters/{cluster}.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getSourceTable

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 projects/{project}/instances/{instance}/tables/{source_table}.

Returns
TypeDescription
string

setSourceTable

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 projects/{project}/instances/{instance}/tables/{source_table}.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getSourceBackup

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/

Returns
TypeDescription
string

setSourceBackup

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/

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getExpireTime

Required. The expiration time of the backup, with microseconds granularity that must be at least 6 hours and at most 90 days from the time the request is received. Once the expire_time has passed, Cloud Bigtable will delete the backup and free the resources used by the backup.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasExpireTime

clearExpireTime

setExpireTime

Required. The expiration time of the backup, with microseconds granularity that must be at least 6 hours and at most 90 days from the time the request is received. Once the expire_time has passed, Cloud Bigtable will delete the backup and free the resources used by the backup.

Parameter
NameDescription
varGoogle\Protobuf\Timestamp
Returns
TypeDescription
$this

getStartTime

Output only. start_time is the time that the backup was started (i.e. approximately the time the CreateBackup request is received). The row data in this backup will be no older than this timestamp.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasStartTime

clearStartTime

setStartTime

Output only. start_time is the time that the backup was started (i.e. approximately the time the CreateBackup request is received). The row data in this backup will be no older than this timestamp.

Parameter
NameDescription
varGoogle\Protobuf\Timestamp
Returns
TypeDescription
$this

getEndTime

Output only. end_time is the time that the backup was finished. The row data in the backup will be no newer than this timestamp.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasEndTime

clearEndTime

setEndTime

Output only. end_time is the time that the backup was finished. The row data in the backup will be no newer than this timestamp.

Parameter
NameDescription
varGoogle\Protobuf\Timestamp
Returns
TypeDescription
$this

getSizeBytes

Output only. Size of the backup in bytes.

Returns
TypeDescription
int|string

setSizeBytes

Output only. Size of the backup in bytes.

Parameter
NameDescription
varint|string
Returns
TypeDescription
$this

getState

Output only. The current state of the backup.

Returns
TypeDescription
int

setState

Output only. The current state of the backup.

Parameter
NameDescription
varint
Returns
TypeDescription
$this

getEncryptionInfo

Output only. The encryption information for the backup.

Returns
TypeDescription
Google\Cloud\Bigtable\Admin\V2\EncryptionInfo|null

hasEncryptionInfo

clearEncryptionInfo

setEncryptionInfo

Output only. The encryption information for the backup.

Parameter
NameDescription
varGoogle\Cloud\Bigtable\Admin\V2\EncryptionInfo
Returns
TypeDescription
$this