Class AggSpec.AggSpecCountDistinct.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<AggSpec.AggSpecCountDistinct.Builder>
com.google.protobuf.GeneratedMessage.Builder<AggSpec.AggSpecCountDistinct.Builder>
io.deephaven.proto.backplane.grpc.AggSpec.AggSpecCountDistinct.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, AggSpec.AggSpecCountDistinctOrBuilder, Cloneable
Enclosing class:
AggSpec.AggSpecCountDistinct

public static final class AggSpec.AggSpecCountDistinct.Builder extends com.google.protobuf.GeneratedMessage.Builder<AggSpec.AggSpecCountDistinct.Builder> implements AggSpec.AggSpecCountDistinctOrBuilder
Protobuf type io.deephaven.proto.backplane.grpc.AggSpec.AggSpecCountDistinct
  • 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<AggSpec.AggSpecCountDistinct.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<AggSpec.AggSpecCountDistinct.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<AggSpec.AggSpecCountDistinct.Builder>
    • getDefaultInstanceForType

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

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

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

      public AggSpec.AggSpecCountDistinct.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<AggSpec.AggSpecCountDistinct.Builder>
    • mergeFrom

    • isInitialized

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

      public AggSpec.AggSpecCountDistinct.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<AggSpec.AggSpecCountDistinct.Builder>
      Throws:
      IOException
    • getCountNulls

      public boolean getCountNulls()
       Whether null input values should be included when counting the distinct input values.
       
      bool count_nulls = 1;
      Specified by:
      getCountNulls in interface AggSpec.AggSpecCountDistinctOrBuilder
      Returns:
      The countNulls.
    • setCountNulls

      public AggSpec.AggSpecCountDistinct.Builder setCountNulls(boolean value)
       Whether null input values should be included when counting the distinct input values.
       
      bool count_nulls = 1;
      Parameters:
      value - The countNulls to set.
      Returns:
      This builder for chaining.
    • clearCountNulls

      public AggSpec.AggSpecCountDistinct.Builder clearCountNulls()
       Whether null input values should be included when counting the distinct input values.
       
      bool count_nulls = 1;
      Returns:
      This builder for chaining.