Cloud Bigtable V2 Client - Class UndeleteTableMetadata (1.21.1)

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

Metadata type for the operation returned by google.bigtable.admin.v2.BigtableTableAdmin.UndeleteTable.

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

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ namestring

The name of the table being restored.

↳ start_timeGoogle\Protobuf\Timestamp

The time at which this operation started.

↳ end_timeGoogle\Protobuf\Timestamp

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

getName

The name of the table being restored.

Returns
TypeDescription
string

setName

The name of the table being restored.

Parameter
NameDescription
varstring
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
varGoogle\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
varGoogle\Protobuf\Timestamp
Returns
TypeDescription
$this