Cloud Bigtable V2 Client - Class UpdateMaterializedViewRequest (2.9.0)

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
Name Description
data array

Optional. Data for populating the Message object.

↳ materialized_view MaterializedView

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_mask Google\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
Type Description
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
Name Description
var MaterializedView
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
materializedView MaterializedView

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

updateMask Google\Protobuf\FieldMask

Optional. The list of fields to update.

Returns
Type Description
UpdateMaterializedViewRequest