Enum ReadRowsRequest.RequestStatsView (2.17.1)

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

ProtocolMessageEnum

Static Fields

NameDescription
REQUEST_STATS_FULL

Include the full set of available RequestStats in the response, applicable to this read.

REQUEST_STATS_FULL = 2;

REQUEST_STATS_FULL_VALUE

Include the full set of available RequestStats in the response, applicable to this read.

REQUEST_STATS_FULL = 2;

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 = 1;

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_NONE = 1;

REQUEST_STATS_VIEW_UNSPECIFIED

The default / unset value. The API will default to the NONE option below.

REQUEST_STATS_VIEW_UNSPECIFIED = 0;

REQUEST_STATS_VIEW_UNSPECIFIED_VALUE

The default / unset value. The API will default to the NONE option below.

REQUEST_STATS_VIEW_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()