public enum ReadRowsRequest.RequestStatsView extends Enum<ReadRowsRequest.RequestStatsView> implements ProtocolMessageEnum
The desired view into RequestStats that should be returned in the response. See also: RequestStats message.
Protobuf enum google.bigtable.v2.ReadRowsRequest.RequestStatsView
Implements
ProtocolMessageEnumStatic Fields
Name | Description |
REQUEST_STATS_FULL | Include the full set of available RequestStats in the response, applicable to this read. |
REQUEST_STATS_FULL_VALUE | Include the full set of available RequestStats in the response, applicable to this read. |
REQUEST_STATS_NONE | Do not include any RequestStats in the response. This will leave the RequestStats embedded message unset in the response. |
REQUEST_STATS_NONE_VALUE | Do not include any RequestStats in the response. This will leave the RequestStats embedded message unset in the response. |
REQUEST_STATS_VIEW_UNSPECIFIED | The default / unset value. The API will default to the NONE option below. |
REQUEST_STATS_VIEW_UNSPECIFIED_VALUE | The default / unset value. The API will default to the NONE option below. |
UNRECOGNIZED |
Static Methods
Name | Description |
forNumber(int value) | |
getDescriptor() | |
internalGetValueMap() | |
valueOf(Descriptors.EnumValueDescriptor desc) | |
valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
valueOf(String name) | |
values() |
Methods
Name | Description |
getDescriptorForType() | |
getNumber() | |
getValueDescriptor() |