Cloud Bigtable V2 Client - Class RequestStatsView (1.25.0)

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

Namespace

Google \ Cloud \ Bigtable \ V2 \ ReadRowsRequest

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

REQUEST_STATS_VIEW_UNSPECIFIED

Value: 0

The 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: 1

Do 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: 2

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

Generated from protobuf enum REQUEST_STATS_FULL = 2;