Cloud Bigtable V2 Client - Class OpenMaterializedViewRequest (2.24.0)

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

Open sessions for a MaterializedView. Internal usage only.

Generated from protobuf message google.bigtable.v2.OpenMaterializedViewRequest

Namespace

Google \ Cloud \ Bigtable \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ materialized_view_name string

The Materialized view name to read and write from. Values are of the form projects/<project>/instances/<instance>/materializedViews/<materialized_view>.

↳ app_profile_id string

The app profile id to use for the materialized view sessions.

↳ permission int

Permission for the session.

getMaterializedViewName

The Materialized view name to read and write from. Values are of the form projects/<project>/instances/<instance>/materializedViews/<materialized_view>.

Returns
Type Description
string

setMaterializedViewName

The Materialized view name to read and write from. Values are of the form projects/<project>/instances/<instance>/materializedViews/<materialized_view>.

Parameter
Name Description
var string
Returns
Type Description
$this

getAppProfileId

The app profile id to use for the materialized view sessions.

Returns
Type Description
string

setAppProfileId

The app profile id to use for the materialized view sessions.

Parameter
Name Description
var string
Returns
Type Description
$this

getPermission

Permission for the session.

Returns
Type Description
int Enum of type Permission.

setPermission

Permission for the session.

Parameter
Name Description
var int

Enum of type Permission.

Returns
Type Description
$this