Reference documentation and code samples for the Cloud Bigtable V2 Client class GoAwayResponse.
Internal usage only.
Generated from protobuf message google.bigtable.v2.GoAwayResponse
Namespace
Google \ Cloud \ Bigtable \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ reason
string
Server-generated reason for GOAWAY, including a plain-text description of why. 'reason' may be used for CSM, while both may be logged.
↳ description
string
↳ last_rpc_id_admitted
int|string
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.
getReason
Server-generated reason for GOAWAY, including a plain-text description of why. 'reason' may be used for CSM, while both may be logged.
string
setReason
Server-generated reason for GOAWAY, including a plain-text description of why. 'reason' may be used for CSM, while both may be logged.
var
string
$this
getDescription
Generated from protobuf field string description = 2;
string
setDescription
Generated from protobuf field string description = 2;
var
string
$this
getLastRpcIdAdmitted
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.
int|string
setLastRpcIdAdmitted
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.
var
int|string
$this

