Cloud Bigtable V2 Client - Class UpdateTableMetadata (1.25.0)

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

Metadata type for the operation returned by UpdateTable.

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

Namespace

Google \ Cloud \ Bigtable \ Admin \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

The name of the table being updated.

↳ 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 canceled.

getName

The name of the table being updated.

Returns
TypeDescription
string

setName

The name of the table being updated.

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 canceled.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasEndTime

clearEndTime

setEndTime

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

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