Cloud Bigtable V2 API - Class Google::Cloud::Bigtable::V2::SessionRefreshConfig (v1.13.0)

Reference documentation and code samples for the Cloud Bigtable V2 API class Google::Cloud::Bigtable::V2::SessionRefreshConfig.

Internal usage only.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#metadata

def metadata() -> ::Array<::Google::Cloud::Bigtable::V2::SessionRefreshConfig::Metadata>
Returns

#optimized_open_request

def optimized_open_request() -> ::Google::Cloud::Bigtable::V2::OpenSessionRequest
Returns
  • (::Google::Cloud::Bigtable::V2::OpenSessionRequest) — An optimized Open request that the session may use on a retry when establishing this session again. This can be sent from the AFE to avoid certain work e.g. encoding a query plan for BTQL.

#optimized_open_request=

def optimized_open_request=(value) -> ::Google::Cloud::Bigtable::V2::OpenSessionRequest
Parameter
  • value (::Google::Cloud::Bigtable::V2::OpenSessionRequest) — An optimized Open request that the session may use on a retry when establishing this session again. This can be sent from the AFE to avoid certain work e.g. encoding a query plan for BTQL.
Returns
  • (::Google::Cloud::Bigtable::V2::OpenSessionRequest) — An optimized Open request that the session may use on a retry when establishing this session again. This can be sent from the AFE to avoid certain work e.g. encoding a query plan for BTQL.