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.
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;
string
setTableName
Generated from protobuf field string table_name = 1;
var
string
$this
getAppProfileId
Generated from protobuf field string app_profile_id = 2;
string
setAppProfileId
Generated from protobuf field string app_profile_id = 2;
var
string
$this
getPermission
Generated from protobuf field .google.bigtable.v2.OpenTableRequest.Permission permission = 3;
int
setPermission
Generated from protobuf field .google.bigtable.v2.OpenTableRequest.Permission permission = 3;
var
int
$this

