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.
| Parameters | |
|---|---|
| Name | Description |
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.
| Returns | |
|---|---|
| Type | Description |
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.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDescription
Generated from protobuf field string description = 2;
| Returns | |
|---|---|
| Type | Description |
string |
|
setDescription
Generated from protobuf field string description = 2;
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$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.
| Returns | |
|---|---|
| Type | Description |
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.
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|