@Generated
public interface BackendIdentifierOrBuilder
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 |
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.
|
long |
getGoogleFrontendId()
An opaque identifier for the Google Frontend which serviced this request.
|
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 getApplicationFrontendZone()
The zone of the application frontend that served this request.
string application_frontend_zone = 3;com.google.protobuf.ByteString getApplicationFrontendZoneBytes()
The zone of the application frontend that served this request.
string application_frontend_zone = 3;Copyright © 2026 Google LLC. All rights reserved.