Cloud Bigtable V2 Client - Class UpdateLogicalViewRequest (2.9.0)

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

Request message for BigtableInstanceAdmin.UpdateLogicalView.

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

Namespace

Google \ Cloud \ Bigtable \ Admin \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ logical_view LogicalView

Required. The logical view to update. The logical view's name field is used to identify the view to update. Format: projects/{project}/instances/{instance}/logicalViews/{logical_view}.

↳ update_mask Google\Protobuf\FieldMask

Optional. The list of fields to update.

getLogicalView

Required. The logical view to update.

The logical view's name field is used to identify the view to update. Format: projects/{project}/instances/{instance}/logicalViews/{logical_view}.

Returns
Type Description
LogicalView|null

hasLogicalView

clearLogicalView

setLogicalView

Required. The logical view to update.

The logical view's name field is used to identify the view to update. Format: projects/{project}/instances/{instance}/logicalViews/{logical_view}.

Parameter
Name Description
var LogicalView
Returns
Type Description
$this

getUpdateMask

Optional. The list of fields to update.

Returns
Type Description
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

Optional. The list of fields to update.

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

static::build

Parameters
Name Description
logicalView LogicalView

Required. The logical view to update.

The logical view's name field is used to identify the view to update. Format: projects/{project}/instances/{instance}/logicalViews/{logical_view}.

updateMask Google\Protobuf\FieldMask

Optional. The list of fields to update.

Returns
Type Description
UpdateLogicalViewRequest