Reference documentation and code samples for the Cloud Bigtable V2 Client class TableResponse.
Internal usage only.
Generated from protobuf message google.bigtable.v2.TableResponse
Namespace
Google \ Cloud \ Bigtable \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ read_row |
SessionReadRowResponse
|
↳ mutate_row |
SessionMutateRowResponse
|
getReadRow
Generated from protobuf field .google.bigtable.v2.SessionReadRowResponse read_row = 1;
| Returns | |
|---|---|
| Type | Description |
SessionReadRowResponse|null |
|
hasReadRow
setReadRow
Generated from protobuf field .google.bigtable.v2.SessionReadRowResponse read_row = 1;
| Parameter | |
|---|---|
| Name | Description |
var |
SessionReadRowResponse
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getMutateRow
Generated from protobuf field .google.bigtable.v2.SessionMutateRowResponse mutate_row = 2;
| Returns | |
|---|---|
| Type | Description |
SessionMutateRowResponse|null |
|
hasMutateRow
setMutateRow
Generated from protobuf field .google.bigtable.v2.SessionMutateRowResponse mutate_row = 2;
| Parameter | |
|---|---|
| Name | Description |
var |
SessionMutateRowResponse
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPayload
| Returns | |
|---|---|
| Type | Description |
string |
|