Reference documentation and code samples for the Cloud Bigtable V2 Client class OpenAuthorizedViewRequest.
Open sessions for an AuthorizedView. Internal usage only.
Generated from protobuf message google.bigtable.v2.OpenAuthorizedViewRequest
Namespace
Google \ Cloud \ Bigtable \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ authorized_view_name
string
The Authorized view name to read and write from. Values are of the form projects/<project>/instances/<instance>/tables/<table>/authorizedViews/<authorized_view>
.
↳ app_profile_id
string
The app profile id to use for the authorized view sessions.
↳ permission
int
Permission for the session.
getAuthorizedViewName
The Authorized view name to read and write from. Values are of the form projects/<project>/instances/<instance>/tables/<table>/authorizedViews/<authorized_view>
.
string
setAuthorizedViewName
The Authorized view name to read and write from. Values are of the form projects/<project>/instances/<instance>/tables/<table>/authorizedViews/<authorized_view>
.
var
string
$this
getAppProfileId
The app profile id to use for the authorized view sessions.
string
setAppProfileId
The app profile id to use for the authorized view sessions.
var
string
$this
getPermission
Permission for the session.
setPermission
Permission for the session.
$this

