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 \ V2Methods
__construct
Constructor.
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>
.
string
setMaterializedViewName
The Materialized view name to read and write from. Values are of the form projects/<project>/instances/<instance>/materializedViews/<materialized_view>
.
var
string
$this
getAppProfileId
The app profile id to use for the materialized view sessions.
string
setAppProfileId
The app profile id to use for the materialized view sessions.
var
string
$this
getPermission
Permission for the session.
setPermission
Permission for the session.
$this

