Reference documentation and code samples for the Cloud Bigtable V2 API class Google::Cloud::Bigtable::V2::FeatureFlags.
Feature flags supported by a client.
This is intended to be sent as part of request metadata to assure the server
that certain behaviors are safe to enable. This proto is meant to be
serialized and websafe-base64 encoded under the bigtable-features
metadata
key. The value will remain constant for the lifetime of a client and due to
HTTP2's HPACK compression, the request overhead will be tiny.
This is an internal implementation detail and should not be used by endusers
directly.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#last_scanned_row_responses
def last_scanned_row_responses() -> ::Boolean
- (::Boolean) — Notify the server that the client supports the last_scanned_row field in ReadRowsResponse for long-running sparse scans.
#last_scanned_row_responses=
def last_scanned_row_responses=(value) -> ::Boolean
- value (::Boolean) — Notify the server that the client supports the last_scanned_row field in ReadRowsResponse for long-running sparse scans.
- (::Boolean) — Notify the server that the client supports the last_scanned_row field in ReadRowsResponse for long-running sparse scans.
#mutate_rows_rate_limit
def mutate_rows_rate_limit() -> ::Boolean
- (::Boolean) — Notify the server that the client enables batch write flow control by requesting RateLimitInfo from MutateRowsResponse.
#mutate_rows_rate_limit=
def mutate_rows_rate_limit=(value) -> ::Boolean
- value (::Boolean) — Notify the server that the client enables batch write flow control by requesting RateLimitInfo from MutateRowsResponse.
- (::Boolean) — Notify the server that the client enables batch write flow control by requesting RateLimitInfo from MutateRowsResponse.
#reverse_scans
def reverse_scans() -> ::Boolean
- (::Boolean) — Notify the server that the client supports reverse scans. The server will reject ReadRowsRequests with the reverse bit set when this is absent.
#reverse_scans=
def reverse_scans=(value) -> ::Boolean
- value (::Boolean) — Notify the server that the client supports reverse scans. The server will reject ReadRowsRequests with the reverse bit set when this is absent.
- (::Boolean) — Notify the server that the client supports reverse scans. The server will reject ReadRowsRequests with the reverse bit set when this is absent.