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.
| Parameters | |
|---|---|
| Name | Description |
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 |
↳ 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>.
| Returns | |
|---|---|
| Type | Description |
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>.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getAppProfileId
The app profile id to use for the authorized view sessions.
| Returns | |
|---|---|
| Type | Description |
string |
|
setAppProfileId
The app profile id to use for the authorized 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 |
|