public static final class GoAwayResponse.Builder extends com.google.protobuf.GeneratedMessage.Builder<GoAwayResponse.Builder> implements GoAwayResponseOrBuilder
Internal usage only.Protobuf type
google.bigtable.v2.GoAwayResponse| Modifier and Type | Method and Description |
|---|---|
GoAwayResponse |
build() |
GoAwayResponse |
buildPartial() |
GoAwayResponse.Builder |
clear() |
GoAwayResponse.Builder |
clearDescription()
string description = 2; |
GoAwayResponse.Builder |
clearLastRpcIdAdmitted()
The last vRPC which was admitted by the AFE.
|
GoAwayResponse.Builder |
clearReason()
Server-generated reason for GOAWAY, including a plain-text description of
why.
|
GoAwayResponse |
getDefaultInstanceForType() |
String |
getDescription()
string description = 2; |
com.google.protobuf.ByteString |
getDescriptionBytes()
string description = 2; |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
GoAwayResponse.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GoAwayResponse.Builder |
mergeFrom(GoAwayResponse other) |
GoAwayResponse.Builder |
mergeFrom(com.google.protobuf.Message other) |
GoAwayResponse.Builder |
setDescription(String value)
string description = 2; |
GoAwayResponse.Builder |
setDescriptionBytes(com.google.protobuf.ByteString value)
string description = 2; |
GoAwayResponse.Builder |
setLastRpcIdAdmitted(long value)
The last vRPC which was admitted by the AFE.
|
GoAwayResponse.Builder |
setReason(String value)
Server-generated reason for GOAWAY, including a plain-text description of
why.
|
GoAwayResponse.Builder |
setReasonBytes(com.google.protobuf.ByteString value)
Server-generated reason for GOAWAY, including a plain-text description of
why.
|
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<GoAwayResponse.Builder>public GoAwayResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<GoAwayResponse.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<GoAwayResponse.Builder>public GoAwayResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic GoAwayResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic GoAwayResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic GoAwayResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<GoAwayResponse.Builder>public GoAwayResponse.Builder mergeFrom(GoAwayResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<GoAwayResponse.Builder>public GoAwayResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<GoAwayResponse.Builder>IOExceptionpublic String 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;getReason in interface GoAwayResponseOrBuilderpublic 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;getReasonBytes in interface GoAwayResponseOrBuilderpublic GoAwayResponse.Builder setReason(String value)
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;value - The reason to set.public GoAwayResponse.Builder clearReason()
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;public GoAwayResponse.Builder setReasonBytes(com.google.protobuf.ByteString value)
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;value - The bytes for reason to set.public String getDescription()
string description = 2;getDescription in interface GoAwayResponseOrBuilderpublic com.google.protobuf.ByteString getDescriptionBytes()
string description = 2;getDescriptionBytes in interface GoAwayResponseOrBuilderpublic GoAwayResponse.Builder setDescription(String value)
string description = 2;value - The description to set.public GoAwayResponse.Builder clearDescription()
string description = 2;public GoAwayResponse.Builder setDescriptionBytes(com.google.protobuf.ByteString value)
string description = 2;value - The bytes for description to set.public 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;getLastRpcIdAdmitted in interface GoAwayResponseOrBuilderpublic GoAwayResponse.Builder setLastRpcIdAdmitted(long value)
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;value - The lastRpcIdAdmitted to set.public GoAwayResponse.Builder clearLastRpcIdAdmitted()
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.