Cloud Bigtable V2 Client - Class UpdateMaterializedViewRequest (2.11.1)

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

Request message for BigtableInstanceAdmin.UpdateMaterializedView.

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

Namespace

Google \ Cloud \ Bigtable \ Admin \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ materialized_viewMaterializedView

Required. The materialized view to update. The materialized view's name field is used to identify the view to update. Format: projects/{project}/instances/{instance}/materializedViews/{materialized_view}.

↳ update_maskGoogle\Protobuf\FieldMask

Optional. The list of fields to update.

getMaterializedView

Required. The materialized view to update.

The materialized view's name field is used to identify the view to update. Format: projects/{project}/instances/{instance}/materializedViews/{materialized_view}.

Returns
TypeDescription
MaterializedView|null

hasMaterializedView

clearMaterializedView

setMaterializedView

Required. The materialized view to update.

The materialized view's name field is used to identify the view to update. Format: projects/{project}/instances/{instance}/materializedViews/{materialized_view}.

Parameter
NameDescription
varMaterializedView
Returns
TypeDescription
$this

getUpdateMask

Optional. The list of fields to update.

Returns
TypeDescription
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

Optional. The list of fields to update.

Parameter
NameDescription
varGoogle\Protobuf\FieldMask
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
materializedViewMaterializedView

Required. The materialized view to update.

The materialized view's name field is used to identify the view to update. Format: projects/{project}/instances/{instance}/materializedViews/{materialized_view}.

updateMaskGoogle\Protobuf\FieldMask

Optional. The list of fields to update.

Returns
TypeDescription
UpdateMaterializedViewRequest