@Generated
public interface PeerInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getApplicationFrontendId()
An opaque identifier for the application frontend which serviced this
request.
|
String |
getApplicationFrontendRegion()
The Cloud region of the application frontend that served this request.
|
com.google.protobuf.ByteString |
getApplicationFrontendRegionBytes()
The Cloud region of the application frontend that served this request.
|
String |
getApplicationFrontendSubzone()
The subzone of the application frontend that served this request, e.g. an
identifier for where within a zone (within the reported region) the
application frontend is.
|
com.google.protobuf.ByteString |
getApplicationFrontendSubzoneBytes()
The subzone of the application frontend that served this request, e.g. an
identifier for where within a zone (within the reported region) the
application frontend is.
|
String |
getApplicationFrontendZone()
Deprecated.
google.bigtable.v2.PeerInfo.application_frontend_zone is deprecated. See
google/bigtable/v2/peer_info.proto;l=72
|
com.google.protobuf.ByteString |
getApplicationFrontendZoneBytes()
Deprecated.
google.bigtable.v2.PeerInfo.application_frontend_zone is deprecated. See
google/bigtable/v2/peer_info.proto;l=72
|
long |
getGoogleFrontendId()
An opaque identifier for the Google Frontend which serviced this request.
|
PeerInfo.TransportType |
getTransportType()
.google.bigtable.v2.PeerInfo.TransportType transport_type = 5; |
int |
getTransportTypeValue()
.google.bigtable.v2.PeerInfo.TransportType transport_type = 5; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getGoogleFrontendId()
An opaque identifier for the Google Frontend which serviced this request. Only set when not using DirectAccess.
int64 google_frontend_id = 1;long getApplicationFrontendId()
An opaque identifier for the application frontend which serviced this request.
int64 application_frontend_id = 2;String getApplicationFrontendRegion()
The Cloud region of the application frontend that served this request.
string application_frontend_region = 6;com.google.protobuf.ByteString getApplicationFrontendRegionBytes()
The Cloud region of the application frontend that served this request.
string application_frontend_region = 6;@Deprecated String getApplicationFrontendZone()
The Cloud zone of the application frontend that served this request.
string application_frontend_zone = 3 [deprecated = true];@Deprecated com.google.protobuf.ByteString getApplicationFrontendZoneBytes()
The Cloud zone of the application frontend that served this request.
string application_frontend_zone = 3 [deprecated = true];String getApplicationFrontendSubzone()
The subzone of the application frontend that served this request, e.g. an identifier for where within a zone (within the reported region) the application frontend is.
string application_frontend_subzone = 4;com.google.protobuf.ByteString getApplicationFrontendSubzoneBytes()
The subzone of the application frontend that served this request, e.g. an identifier for where within a zone (within the reported region) the application frontend is.
string application_frontend_subzone = 4;int getTransportTypeValue()
.google.bigtable.v2.PeerInfo.TransportType transport_type = 5;PeerInfo.TransportType getTransportType()
.google.bigtable.v2.PeerInfo.TransportType transport_type = 5;Copyright © 2026 Google LLC. All rights reserved.