@Generated
public interface GoAwayResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
string description = 2; |
com.google.protobuf.ByteString |
getDescriptionBytes()
string description = 2; |
long |
getLastRpcIdAdmitted()
The last vRPC which was admitted by the AFE.
|
String |
getReason()
Server-generated reason for GOAWAY, including a plain-text description of
why.
|
com.google.protobuf.ByteString |
getReasonBytes()
Server-generated reason for GOAWAY, including a plain-text description of
why.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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 reason = 1;com.google.protobuf.ByteString getReasonBytes()
Server-generated reason for GOAWAY, including a plain-text description of why. 'reason' may be used for CSM, while both may be logged.
string reason = 1;String getDescription()
string description = 2;com.google.protobuf.ByteString getDescriptionBytes()
string description = 2;long 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.
int64 last_rpc_id_admitted = 3;Copyright © 2026 Google LLC. All rights reserved.