Module: Google::Cloud::Bigtable::V2::ReadRowsRequest::RequestStatsView

Defined in:
proto_docs/google/bigtable/v2/bigtable.rb

Overview

The desired view into RequestStats that should be returned in the response.

See also: RequestStats message.

Constant Summary collapse

REQUEST_STATS_VIEW_UNSPECIFIED =

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

0
REQUEST_STATS_NONE =

Do not include any RequestStats in the response. This will leave the RequestStats embedded message unset in the response.

1
REQUEST_STATS_FULL =

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

2