Cloud Bigtable V2 Client - Class CreateBackupMetadata (1.21.1)

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

Metadata type for the operation returned by CreateBackup.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

The name of the backup being created.

↳ source_table string

The name of the table the backup is created from.

↳ start_time Google\Protobuf\Timestamp

The time at which this operation started.

↳ end_time Google\Protobuf\Timestamp

If set, the time at which this operation finished or was cancelled.

getName

The name of the backup being created.

Returns
TypeDescription
string

setName

The name of the backup being created.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getSourceTable

The name of the table the backup is created from.

Returns
TypeDescription
string

setSourceTable

The name of the table the backup is created from.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getStartTime

The time at which this operation started.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasStartTime

clearStartTime

setStartTime

The time at which this operation started.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getEndTime

If set, the time at which this operation finished or was cancelled.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasEndTime

clearEndTime

setEndTime

If set, the time at which this operation finished or was cancelled.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this