Class FullReadStatsView.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<FullReadStatsView.Builder>
com.google.bigtable.v2.FullReadStatsView.Builder
All Implemented Interfaces:
FullReadStatsViewOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
FullReadStatsView

public static final class FullReadStatsView.Builder extends com.google.protobuf.GeneratedMessage.Builder<FullReadStatsView.Builder> implements FullReadStatsViewOrBuilder
 FullReadStatsView captures all known information about a read.
 
Protobuf type google.bigtable.v2.FullReadStatsView
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<FullReadStatsView.Builder>
    • clear

      public FullReadStatsView.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<FullReadStatsView.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<FullReadStatsView.Builder>
    • getDefaultInstanceForType

      public FullReadStatsView getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public FullReadStatsView build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public FullReadStatsView buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public FullReadStatsView.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<FullReadStatsView.Builder>
    • mergeFrom

      public FullReadStatsView.Builder mergeFrom(FullReadStatsView other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<FullReadStatsView.Builder>
    • mergeFrom

      public FullReadStatsView.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<FullReadStatsView.Builder>
      Throws:
      IOException
    • hasReadIterationStats

      public boolean hasReadIterationStats()
       Iteration stats describe how efficient the read is, e.g. comparing
       rows seen vs. rows returned or cells seen vs cells returned can provide an
       indication of read efficiency (the higher the ratio of seen to retuned the
       better).
       
      .google.bigtable.v2.ReadIterationStats read_iteration_stats = 1;
      Specified by:
      hasReadIterationStats in interface FullReadStatsViewOrBuilder
      Returns:
      Whether the readIterationStats field is set.
    • getReadIterationStats

      public ReadIterationStats getReadIterationStats()
       Iteration stats describe how efficient the read is, e.g. comparing
       rows seen vs. rows returned or cells seen vs cells returned can provide an
       indication of read efficiency (the higher the ratio of seen to retuned the
       better).
       
      .google.bigtable.v2.ReadIterationStats read_iteration_stats = 1;
      Specified by:
      getReadIterationStats in interface FullReadStatsViewOrBuilder
      Returns:
      The readIterationStats.
    • setReadIterationStats

      public FullReadStatsView.Builder setReadIterationStats(ReadIterationStats value)
       Iteration stats describe how efficient the read is, e.g. comparing
       rows seen vs. rows returned or cells seen vs cells returned can provide an
       indication of read efficiency (the higher the ratio of seen to retuned the
       better).
       
      .google.bigtable.v2.ReadIterationStats read_iteration_stats = 1;
    • setReadIterationStats

      public FullReadStatsView.Builder setReadIterationStats(ReadIterationStats.Builder builderForValue)
       Iteration stats describe how efficient the read is, e.g. comparing
       rows seen vs. rows returned or cells seen vs cells returned can provide an
       indication of read efficiency (the higher the ratio of seen to retuned the
       better).
       
      .google.bigtable.v2.ReadIterationStats read_iteration_stats = 1;
    • mergeReadIterationStats

      public FullReadStatsView.Builder mergeReadIterationStats(ReadIterationStats value)
       Iteration stats describe how efficient the read is, e.g. comparing
       rows seen vs. rows returned or cells seen vs cells returned can provide an
       indication of read efficiency (the higher the ratio of seen to retuned the
       better).
       
      .google.bigtable.v2.ReadIterationStats read_iteration_stats = 1;
    • clearReadIterationStats

      public FullReadStatsView.Builder clearReadIterationStats()
       Iteration stats describe how efficient the read is, e.g. comparing
       rows seen vs. rows returned or cells seen vs cells returned can provide an
       indication of read efficiency (the higher the ratio of seen to retuned the
       better).
       
      .google.bigtable.v2.ReadIterationStats read_iteration_stats = 1;
    • getReadIterationStatsBuilder

      public ReadIterationStats.Builder getReadIterationStatsBuilder()
       Iteration stats describe how efficient the read is, e.g. comparing
       rows seen vs. rows returned or cells seen vs cells returned can provide an
       indication of read efficiency (the higher the ratio of seen to retuned the
       better).
       
      .google.bigtable.v2.ReadIterationStats read_iteration_stats = 1;
    • getReadIterationStatsOrBuilder

      public ReadIterationStatsOrBuilder getReadIterationStatsOrBuilder()
       Iteration stats describe how efficient the read is, e.g. comparing
       rows seen vs. rows returned or cells seen vs cells returned can provide an
       indication of read efficiency (the higher the ratio of seen to retuned the
       better).
       
      .google.bigtable.v2.ReadIterationStats read_iteration_stats = 1;
      Specified by:
      getReadIterationStatsOrBuilder in interface FullReadStatsViewOrBuilder
    • hasRequestLatencyStats

      public boolean hasRequestLatencyStats()
       Request latency stats describe the time taken to complete a request, from
       the server side.
       
      .google.bigtable.v2.RequestLatencyStats request_latency_stats = 2;
      Specified by:
      hasRequestLatencyStats in interface FullReadStatsViewOrBuilder
      Returns:
      Whether the requestLatencyStats field is set.
    • getRequestLatencyStats

      public RequestLatencyStats getRequestLatencyStats()
       Request latency stats describe the time taken to complete a request, from
       the server side.
       
      .google.bigtable.v2.RequestLatencyStats request_latency_stats = 2;
      Specified by:
      getRequestLatencyStats in interface FullReadStatsViewOrBuilder
      Returns:
      The requestLatencyStats.
    • setRequestLatencyStats

      public FullReadStatsView.Builder setRequestLatencyStats(RequestLatencyStats value)
       Request latency stats describe the time taken to complete a request, from
       the server side.
       
      .google.bigtable.v2.RequestLatencyStats request_latency_stats = 2;
    • setRequestLatencyStats

      public FullReadStatsView.Builder setRequestLatencyStats(RequestLatencyStats.Builder builderForValue)
       Request latency stats describe the time taken to complete a request, from
       the server side.
       
      .google.bigtable.v2.RequestLatencyStats request_latency_stats = 2;
    • mergeRequestLatencyStats

      public FullReadStatsView.Builder mergeRequestLatencyStats(RequestLatencyStats value)
       Request latency stats describe the time taken to complete a request, from
       the server side.
       
      .google.bigtable.v2.RequestLatencyStats request_latency_stats = 2;
    • clearRequestLatencyStats

      public FullReadStatsView.Builder clearRequestLatencyStats()
       Request latency stats describe the time taken to complete a request, from
       the server side.
       
      .google.bigtable.v2.RequestLatencyStats request_latency_stats = 2;
    • getRequestLatencyStatsBuilder

      public RequestLatencyStats.Builder getRequestLatencyStatsBuilder()
       Request latency stats describe the time taken to complete a request, from
       the server side.
       
      .google.bigtable.v2.RequestLatencyStats request_latency_stats = 2;
    • getRequestLatencyStatsOrBuilder

      public RequestLatencyStatsOrBuilder getRequestLatencyStatsOrBuilder()
       Request latency stats describe the time taken to complete a request, from
       the server side.
       
      .google.bigtable.v2.RequestLatencyStats request_latency_stats = 2;
      Specified by:
      getRequestLatencyStatsOrBuilder in interface FullReadStatsViewOrBuilder