public sealed class GoAwayResponse : IMessage<GoAwayResponse>, IEquatable<GoAwayResponse>, IDeepCloneable<GoAwayResponse>, IBufferMessage, IMessageReference documentation and code samples for the Google Bigtable v2 API class GoAwayResponse.
Internal usage only.
Implements
IMessageGoAwayResponse, IEquatableGoAwayResponse, IDeepCloneableGoAwayResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.V2Assembly
Google.Cloud.Bigtable.V2.dll
Constructors
GoAwayResponse()
public GoAwayResponse()GoAwayResponse(GoAwayResponse)
public GoAwayResponse(GoAwayResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
GoAwayResponse |
Properties
Description
public string Description { get; set; }| Property Value | |
|---|---|
| Type | Description |
string |
|
LastRpcIdAdmitted
public long LastRpcIdAdmitted { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
long |
|
Reason
public string Reason { get; set; }Server-generated reason for GOAWAY, including a plain-text description of why. 'reason' may be used for CSM, while both may be logged.
| Property Value | |
|---|---|
| Type | Description |
string |
|