Reference documentation and code samples for the Cloud Bigtable V2 Client class RequestStatsView.
The desired view into RequestStats that should be returned in the response.
See also: RequestStats message.
Protobuf type google.bigtable.v2.ReadRowsRequest.RequestStatsView
Methods
name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
REQUEST_STATS_VIEW_UNSPECIFIED
Value: 0The default / unset value. The API will default to the NONE option below.
Generated from protobuf enum REQUEST_STATS_VIEW_UNSPECIFIED = 0;
REQUEST_STATS_NONE
Value: 1Do not include any RequestStats in the response. This will leave the RequestStats embedded message unset in the response.
Generated from protobuf enum REQUEST_STATS_NONE = 1;
REQUEST_STATS_FULL
Value: 2Include the full set of available RequestStats in the response, applicable to this read.
Generated from protobuf enum REQUEST_STATS_FULL = 2;