Interface ResponseParamsOrBuilder

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

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

    Modifier and Type
    Method
    Description
    long
    The AFE ID for the AFE that is served this request.
    Identifier for a cluster that represents set of bigtable resources.
    com.google.protobuf.ByteString
    Identifier for a cluster that represents set of bigtable resources.
    The cloud bigtable zone associated with the cluster.
    com.google.protobuf.ByteString
    The cloud bigtable zone associated with the cluster.
    boolean
    The AFE ID for the AFE that is served this request.
    boolean
    Identifier for a cluster that represents set of bigtable resources.
    boolean
    The cloud bigtable zone associated with the cluster.

    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

    • hasZoneId

      boolean hasZoneId()
       The cloud bigtable zone associated with the cluster.
       
      optional string zone_id = 1;
      Returns:
      Whether the zoneId field is set.
    • getZoneId

      String getZoneId()
       The cloud bigtable zone associated with the cluster.
       
      optional string zone_id = 1;
      Returns:
      The zoneId.
    • getZoneIdBytes

      com.google.protobuf.ByteString getZoneIdBytes()
       The cloud bigtable zone associated with the cluster.
       
      optional string zone_id = 1;
      Returns:
      The bytes for zoneId.
    • hasClusterId

      boolean hasClusterId()
       Identifier for a cluster that represents set of
       bigtable resources.
       
      optional string cluster_id = 2;
      Returns:
      Whether the clusterId field is set.
    • getClusterId

      String getClusterId()
       Identifier for a cluster that represents set of
       bigtable resources.
       
      optional string cluster_id = 2;
      Returns:
      The clusterId.
    • getClusterIdBytes

      com.google.protobuf.ByteString getClusterIdBytes()
       Identifier for a cluster that represents set of
       bigtable resources.
       
      optional string cluster_id = 2;
      Returns:
      The bytes for clusterId.
    • hasAfeId

      boolean hasAfeId()
       The AFE ID for the AFE that is served this request.
       
      optional int64 afe_id = 3;
      Returns:
      Whether the afeId field is set.
    • getAfeId

      long getAfeId()
       The AFE ID for the AFE that is served this request.
       
      optional int64 afe_id = 3;
      Returns:
      The afeId.