Reference documentation and code samples for the Cloud Bigtable V2 Client class OpenTableRequest.
Internal usage only.
Generated from protobuf message google.bigtable.v2.OpenTableRequest
Namespace
Google \ Cloud \ Bigtable \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ table_name |
string
|
↳ app_profile_id |
string
|
↳ permission |
int
|
getTableName
Generated from protobuf field string table_name = 1;
| Returns | |
|---|---|
| Type | Description |
string |
|
setTableName
Generated from protobuf field string table_name = 1;
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getAppProfileId
Generated from protobuf field string app_profile_id = 2;
| Returns | |
|---|---|
| Type | Description |
string |
|
setAppProfileId
Generated from protobuf field string app_profile_id = 2;
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPermission
Generated from protobuf field .google.bigtable.v2.OpenTableRequest.Permission permission = 3;
| Returns | |
|---|---|
| Type | Description |
int |
|
setPermission
Generated from protobuf field .google.bigtable.v2.OpenTableRequest.Permission permission = 3;
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|