Interface PeerInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PeerInfo, PeerInfo.Builder

@Generated public interface PeerInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    An opaque identifier for the application frontend which serviced this request.
    The subzone of the application frontend that served this request, e.g. an identifier for where within the zone the application frontend is.
    com.google.protobuf.ByteString
    The subzone of the application frontend that served this request, e.g. an identifier for where within the zone the application frontend is.
    The Cloud zone of the application frontend that served this request.
    com.google.protobuf.ByteString
    The Cloud zone of the application frontend that served this request.
    long
    An opaque identifier for the Google Frontend which serviced this request.
    .google.bigtable.v2.PeerInfo.TransportType transport_type = 5;
    int
    .google.bigtable.v2.PeerInfo.TransportType transport_type = 5;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getGoogleFrontendId

      long getGoogleFrontendId()
       An opaque identifier for the Google Frontend which serviced this request.
       Only set when not using DirectAccess.
       
      int64 google_frontend_id = 1;
      Returns:
      The googleFrontendId.
    • getApplicationFrontendId

      long getApplicationFrontendId()
       An opaque identifier for the application frontend which serviced this
       request.
       
      int64 application_frontend_id = 2;
      Returns:
      The applicationFrontendId.
    • getApplicationFrontendZone

      String getApplicationFrontendZone()
       The Cloud zone of the application frontend that served this request.
       
      string application_frontend_zone = 3;
      Returns:
      The applicationFrontendZone.
    • getApplicationFrontendZoneBytes

      com.google.protobuf.ByteString getApplicationFrontendZoneBytes()
       The Cloud zone of the application frontend that served this request.
       
      string application_frontend_zone = 3;
      Returns:
      The bytes for applicationFrontendZone.
    • getApplicationFrontendSubzone

      String getApplicationFrontendSubzone()
       The subzone of the application frontend that served this request, e.g. an
       identifier for where within the zone the application frontend is.
       
      string application_frontend_subzone = 4;
      Returns:
      The applicationFrontendSubzone.
    • getApplicationFrontendSubzoneBytes

      com.google.protobuf.ByteString getApplicationFrontendSubzoneBytes()
       The subzone of the application frontend that served this request, e.g. an
       identifier for where within the zone the application frontend is.
       
      string application_frontend_subzone = 4;
      Returns:
      The bytes for applicationFrontendSubzone.
    • getTransportTypeValue

      int getTransportTypeValue()
      .google.bigtable.v2.PeerInfo.TransportType transport_type = 5;
      Returns:
      The enum numeric value on the wire for transportType.
    • getTransportType

      PeerInfo.TransportType getTransportType()
      .google.bigtable.v2.PeerInfo.TransportType transport_type = 5;
      Returns:
      The transportType.