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

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

Internal usage only.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#description

def description() -> ::String
Returns

#description=

def description=(value) -> ::String
Parameter
Returns

#last_rpc_id_admitted

def last_rpc_id_admitted() -> ::Integer
Returns
  • (::Integer) — The last vRPC which was admitted by the AFE. The client may expect the result from the vRPC on the stream before disconnecting, and should retry vRPCs beyond this boundary.

#last_rpc_id_admitted=

def last_rpc_id_admitted=(value) -> ::Integer
Parameter
  • value (::Integer) — The last vRPC which was admitted by the AFE. The client may expect the result from the vRPC on the stream before disconnecting, and should retry vRPCs beyond this boundary.
Returns
  • (::Integer) — The last vRPC which was admitted by the AFE. The client may expect the result from the vRPC on the stream before disconnecting, and should retry vRPCs beyond this boundary.

#reason

def reason() -> ::String
Returns
  • (::String) — Server-generated reason for GOAWAY, including a plain-text description of why. 'reason' may be used for CSM, while both may be logged.

#reason=

def reason=(value) -> ::String
Parameter
  • value (::String) — Server-generated reason for GOAWAY, including a plain-text description of why. 'reason' may be used for CSM, while both may be logged.
Returns
  • (::String) — Server-generated reason for GOAWAY, including a plain-text description of why. 'reason' may be used for CSM, while both may be logged.