Class FullReadStatsView.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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
    • clone

      public FullReadStatsView.Builder clone()
      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<FullReadStatsView.Builder>
    • setField

      public FullReadStatsView.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<FullReadStatsView.Builder>
    • clearField

      public FullReadStatsView.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<FullReadStatsView.Builder>
    • clearOneof

      public FullReadStatsView.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<FullReadStatsView.Builder>
    • setRepeatedField

      public FullReadStatsView.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<FullReadStatsView.Builder>
    • addRepeatedField

      public FullReadStatsView.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<FullReadStatsView.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.GeneratedMessageV3.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
    • setUnknownFields

      public final FullReadStatsView.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<FullReadStatsView.Builder>
    • mergeUnknownFields

      public final FullReadStatsView.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<FullReadStatsView.Builder>