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
- (::Array<::Google::Cloud::Bigtable::V2::SessionRefreshConfig::Metadata>) — Output only. Any additional metadata to include when reconnecting.
#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.