Reference documentation and code samples for the Cloud Bigtable V2 Client class GetTableRequest.
Request message for google.bigtable.admin.v2.BigtableTableAdmin.GetTable
Generated from protobuf message google.bigtable.admin.v2.GetTableRequest
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The unique name of the requested table. Values are of the form |
↳ view |
int
The view to be applied to the returned table's fields. Defaults to |
getName
Required. The unique name of the requested table.
Values are of the form
projects/{project}/instances/{instance}/tables/{table}
.
Returns | |
---|---|
Type | Description |
string |
setName
Required. The unique name of the requested table.
Values are of the form
projects/{project}/instances/{instance}/tables/{table}
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getView
The view to be applied to the returned table's fields.
Defaults to SCHEMA_VIEW
if unspecified.
Returns | |
---|---|
Type | Description |
int |
setView
The view to be applied to the returned table's fields.
Defaults to SCHEMA_VIEW
if unspecified.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |