Reference documentation and code samples for the Cloud Bigtable V2 Client class SessionReadRowResponse.
Internal usage only.
Generated from protobuf message google.bigtable.v2.SessionReadRowResponse
Namespace
Google \ Cloud \ Bigtable \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ row |
Row
|
↳ stats |
RequestStats
|
getRow
Generated from protobuf field .google.bigtable.v2.Row row = 1;
| Returns | |
|---|---|
| Type | Description |
Row|null |
|
hasRow
clearRow
setRow
Generated from protobuf field .google.bigtable.v2.Row row = 1;
| Parameter | |
|---|---|
| Name | Description |
var |
Row
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getStats
Generated from protobuf field .google.bigtable.v2.RequestStats stats = 2;
| Returns | |
|---|---|
| Type | Description |
RequestStats|null |
|
hasStats
clearStats
setStats
Generated from protobuf field .google.bigtable.v2.RequestStats stats = 2;
| Parameter | |
|---|---|
| Name | Description |
var |
RequestStats
|
| Returns | |
|---|---|
| Type | Description |
$this |
|