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

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

Internal usage only.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#keep_alive

def keep_alive() -> ::Google::Protobuf::Duration
Returns
  • (::Google::Protobuf::Duration) — Maximum time between messages that the AFE will send to the client. The client may use this information to determine its control-flow in relation to pruning black-holed or otherwise non-responsive sessions. Must be set and positive.

    See also Heartbeats.

#keep_alive=

def keep_alive=(value) -> ::Google::Protobuf::Duration
Parameter
  • value (::Google::Protobuf::Duration) — Maximum time between messages that the AFE will send to the client. The client may use this information to determine its control-flow in relation to pruning black-holed or otherwise non-responsive sessions. Must be set and positive.

    See also Heartbeats.

Returns
  • (::Google::Protobuf::Duration) — Maximum time between messages that the AFE will send to the client. The client may use this information to determine its control-flow in relation to pruning black-holed or otherwise non-responsive sessions. Must be set and positive.

    See also Heartbeats.