public static final class BackendIdentifier.Builder extends com.google.protobuf.GeneratedMessage.Builder<BackendIdentifier.Builder> implements BackendIdentifierOrBuilder
Information about the connected backends from a session client's perspective. This information may be used to make choices about session re-establishment en-masse for sessions with the same backend identifiers. Internal usage only.Protobuf type
google.bigtable.v2.BackendIdentifier| Modifier and Type | Method and Description |
|---|---|
BackendIdentifier |
build() |
BackendIdentifier |
buildPartial() |
BackendIdentifier.Builder |
clear() |
BackendIdentifier.Builder |
clearApplicationFrontendId()
An opaque identifier for the application frontend which serviced this
request.
|
BackendIdentifier.Builder |
clearApplicationFrontendZone()
The zone of the application frontend that served this request.
|
BackendIdentifier.Builder |
clearGoogleFrontendId()
An opaque identifier for the Google Frontend which serviced this request.
|
long |
getApplicationFrontendId()
An opaque identifier for the application frontend which serviced this
request.
|
String |
getApplicationFrontendZone()
The zone of the application frontend that served this request.
|
com.google.protobuf.ByteString |
getApplicationFrontendZoneBytes()
The zone of the application frontend that served this request.
|
BackendIdentifier |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
long |
getGoogleFrontendId()
An opaque identifier for the Google Frontend which serviced this request.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
BackendIdentifier.Builder |
mergeFrom(BackendIdentifier other) |
BackendIdentifier.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BackendIdentifier.Builder |
mergeFrom(com.google.protobuf.Message other) |
BackendIdentifier.Builder |
setApplicationFrontendId(long value)
An opaque identifier for the application frontend which serviced this
request.
|
BackendIdentifier.Builder |
setApplicationFrontendZone(String value)
The zone of the application frontend that served this request.
|
BackendIdentifier.Builder |
setApplicationFrontendZoneBytes(com.google.protobuf.ByteString value)
The zone of the application frontend that served this request.
|
BackendIdentifier.Builder |
setGoogleFrontendId(long value)
An opaque identifier for the Google Frontend which serviced this request.
|
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<BackendIdentifier.Builder>public BackendIdentifier.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<BackendIdentifier.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<BackendIdentifier.Builder>public BackendIdentifier getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic BackendIdentifier build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic BackendIdentifier buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic BackendIdentifier.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<BackendIdentifier.Builder>public BackendIdentifier.Builder mergeFrom(BackendIdentifier other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<BackendIdentifier.Builder>public BackendIdentifier.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<BackendIdentifier.Builder>IOExceptionpublic long getGoogleFrontendId()
An opaque identifier for the Google Frontend which serviced this request. Only set when not using DirectAccess.
int64 google_frontend_id = 1;getGoogleFrontendId in interface BackendIdentifierOrBuilderpublic BackendIdentifier.Builder setGoogleFrontendId(long value)
An opaque identifier for the Google Frontend which serviced this request. Only set when not using DirectAccess.
int64 google_frontend_id = 1;value - The googleFrontendId to set.public BackendIdentifier.Builder clearGoogleFrontendId()
An opaque identifier for the Google Frontend which serviced this request. Only set when not using DirectAccess.
int64 google_frontend_id = 1;public long getApplicationFrontendId()
An opaque identifier for the application frontend which serviced this request.
int64 application_frontend_id = 2;getApplicationFrontendId in interface BackendIdentifierOrBuilderpublic BackendIdentifier.Builder setApplicationFrontendId(long value)
An opaque identifier for the application frontend which serviced this request.
int64 application_frontend_id = 2;value - The applicationFrontendId to set.public BackendIdentifier.Builder clearApplicationFrontendId()
An opaque identifier for the application frontend which serviced this request.
int64 application_frontend_id = 2;public String getApplicationFrontendZone()
The zone of the application frontend that served this request.
string application_frontend_zone = 3;getApplicationFrontendZone in interface BackendIdentifierOrBuilderpublic com.google.protobuf.ByteString getApplicationFrontendZoneBytes()
The zone of the application frontend that served this request.
string application_frontend_zone = 3;getApplicationFrontendZoneBytes in interface BackendIdentifierOrBuilderpublic BackendIdentifier.Builder setApplicationFrontendZone(String value)
The zone of the application frontend that served this request.
string application_frontend_zone = 3;value - The applicationFrontendZone to set.public BackendIdentifier.Builder clearApplicationFrontendZone()
The zone of the application frontend that served this request.
string application_frontend_zone = 3;public BackendIdentifier.Builder setApplicationFrontendZoneBytes(com.google.protobuf.ByteString value)
The zone of the application frontend that served this request.
string application_frontend_zone = 3;value - The bytes for applicationFrontendZone to set.Copyright © 2026 Google LLC. All rights reserved.