Interface RequestStatsOrBuilder

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

    public interface RequestStatsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      FullReadStatsView getFullReadStatsView()
      Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL view, see package google.bigtable.v2.
      FullReadStatsViewOrBuilder getFullReadStatsViewOrBuilder()
      Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL view, see package google.bigtable.v2.
      RequestStats.StatsViewCase getStatsViewCase()  
      boolean hasFullReadStatsView()
      Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL view, see package google.bigtable.v2.
      • 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 Detail

      • hasFullReadStatsView

        boolean hasFullReadStatsView()
         Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL
         view, see package google.bigtable.v2.
         
        .google.bigtable.v2.FullReadStatsView full_read_stats_view = 1;
        Returns:
        Whether the fullReadStatsView field is set.
      • getFullReadStatsView

        FullReadStatsView getFullReadStatsView()
         Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL
         view, see package google.bigtable.v2.
         
        .google.bigtable.v2.FullReadStatsView full_read_stats_view = 1;
        Returns:
        The fullReadStatsView.
      • getFullReadStatsViewOrBuilder

        FullReadStatsViewOrBuilder getFullReadStatsViewOrBuilder()
         Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL
         view, see package google.bigtable.v2.
         
        .google.bigtable.v2.FullReadStatsView full_read_stats_view = 1;