Reference documentation and code samples for the Cloud Bigtable V2 Client class SessionReadRowRequest.
Internal usage only.
Generated from protobuf message google.bigtable.v2.SessionReadRowRequest
Namespace
Google \ Cloud \ Bigtable \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ key |
string
|
↳ filter |
RowFilter
|
getKey
Generated from protobuf field bytes key = 1;
| Returns | |
|---|---|
| Type | Description |
string |
|
setKey
Generated from protobuf field bytes key = 1;
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getFilter
Generated from protobuf field .google.bigtable.v2.RowFilter filter = 2;
| Returns | |
|---|---|
| Type | Description |
RowFilter|null |
|
hasFilter
clearFilter
setFilter
Generated from protobuf field .google.bigtable.v2.RowFilter filter = 2;
| Parameter | |
|---|---|
| Name | Description |
var |
RowFilter
|
| Returns | |
|---|---|
| Type | Description |
$this |
|