Cloud Bigtable V2 Client - Class UpdateLogicalViewMetadata (2.9.0)

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

The metadata for the Operation returned by UpdateLogicalView.

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

Namespace

Google \ Cloud \ Bigtable \ Admin \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ original_request UpdateLogicalViewRequest

The request that prompted the initiation of this UpdateLogicalView operation.

↳ start_time Google\Protobuf\Timestamp

The time at which this operation was started.

↳ end_time Google\Protobuf\Timestamp

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

getOriginalRequest

The request that prompted the initiation of this UpdateLogicalView operation.

Returns
Type Description
UpdateLogicalViewRequest|null

hasOriginalRequest

clearOriginalRequest

setOriginalRequest

The request that prompted the initiation of this UpdateLogicalView operation.

Parameter
Name Description
var UpdateLogicalViewRequest
Returns
Type Description
$this

getStartTime

The time at which this operation was started.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasStartTime

clearStartTime

setStartTime

The time at which this operation was started.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

getEndTime

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

Returns
Type Description
Google\Protobuf\Timestamp|null

hasEndTime

clearEndTime

setEndTime

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

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this