Class AggSpec

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.deephaven.proto.backplane.grpc.AggSpec
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, AggSpecOrBuilder, Serializable

public final class AggSpec extends com.google.protobuf.GeneratedMessageV3 implements AggSpecOrBuilder
Protobuf type io.deephaven.proto.backplane.grpc.AggSpec
See Also:
  • Field Details

  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getUnknownFields

      public final com.google.protobuf.UnknownFieldSet getUnknownFields()
      Specified by:
      getUnknownFields in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    • 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
    • getTypeCase

      public AggSpec.TypeCase getTypeCase()
      Specified by:
      getTypeCase in interface AggSpecOrBuilder
    • hasAbsSum

      public boolean hasAbsSum()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecAbsSum abs_sum = 1;
      Specified by:
      hasAbsSum in interface AggSpecOrBuilder
      Returns:
      Whether the absSum field is set.
    • getAbsSum

      public AggSpec.AggSpecAbsSum getAbsSum()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecAbsSum abs_sum = 1;
      Specified by:
      getAbsSum in interface AggSpecOrBuilder
      Returns:
      The absSum.
    • getAbsSumOrBuilder

      public AggSpec.AggSpecAbsSumOrBuilder getAbsSumOrBuilder()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecAbsSum abs_sum = 1;
      Specified by:
      getAbsSumOrBuilder in interface AggSpecOrBuilder
    • hasApproximatePercentile

      public boolean hasApproximatePercentile()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecApproximatePercentile approximate_percentile = 2;
      Specified by:
      hasApproximatePercentile in interface AggSpecOrBuilder
      Returns:
      Whether the approximatePercentile field is set.
    • getApproximatePercentile

      public AggSpec.AggSpecApproximatePercentile getApproximatePercentile()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecApproximatePercentile approximate_percentile = 2;
      Specified by:
      getApproximatePercentile in interface AggSpecOrBuilder
      Returns:
      The approximatePercentile.
    • getApproximatePercentileOrBuilder

      public AggSpec.AggSpecApproximatePercentileOrBuilder getApproximatePercentileOrBuilder()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecApproximatePercentile approximate_percentile = 2;
      Specified by:
      getApproximatePercentileOrBuilder in interface AggSpecOrBuilder
    • hasAvg

      public boolean hasAvg()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecAvg avg = 3;
      Specified by:
      hasAvg in interface AggSpecOrBuilder
      Returns:
      Whether the avg field is set.
    • getAvg

      public AggSpec.AggSpecAvg getAvg()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecAvg avg = 3;
      Specified by:
      getAvg in interface AggSpecOrBuilder
      Returns:
      The avg.
    • getAvgOrBuilder

      public AggSpec.AggSpecAvgOrBuilder getAvgOrBuilder()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecAvg avg = 3;
      Specified by:
      getAvgOrBuilder in interface AggSpecOrBuilder
    • hasCountDistinct

      public boolean hasCountDistinct()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecCountDistinct count_distinct = 4;
      Specified by:
      hasCountDistinct in interface AggSpecOrBuilder
      Returns:
      Whether the countDistinct field is set.
    • getCountDistinct

      public AggSpec.AggSpecCountDistinct getCountDistinct()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecCountDistinct count_distinct = 4;
      Specified by:
      getCountDistinct in interface AggSpecOrBuilder
      Returns:
      The countDistinct.
    • getCountDistinctOrBuilder

      public AggSpec.AggSpecCountDistinctOrBuilder getCountDistinctOrBuilder()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecCountDistinct count_distinct = 4;
      Specified by:
      getCountDistinctOrBuilder in interface AggSpecOrBuilder
    • hasDistinct

      public boolean hasDistinct()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecDistinct distinct = 5;
      Specified by:
      hasDistinct in interface AggSpecOrBuilder
      Returns:
      Whether the distinct field is set.
    • getDistinct

      public AggSpec.AggSpecDistinct getDistinct()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecDistinct distinct = 5;
      Specified by:
      getDistinct in interface AggSpecOrBuilder
      Returns:
      The distinct.
    • getDistinctOrBuilder

      public AggSpec.AggSpecDistinctOrBuilder getDistinctOrBuilder()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecDistinct distinct = 5;
      Specified by:
      getDistinctOrBuilder in interface AggSpecOrBuilder
    • hasFirst

      public boolean hasFirst()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFirst first = 6;
      Specified by:
      hasFirst in interface AggSpecOrBuilder
      Returns:
      Whether the first field is set.
    • getFirst

      public AggSpec.AggSpecFirst getFirst()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFirst first = 6;
      Specified by:
      getFirst in interface AggSpecOrBuilder
      Returns:
      The first.
    • getFirstOrBuilder

      public AggSpec.AggSpecFirstOrBuilder getFirstOrBuilder()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFirst first = 6;
      Specified by:
      getFirstOrBuilder in interface AggSpecOrBuilder
    • hasFormula

      public boolean hasFormula()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFormula formula = 7;
      Specified by:
      hasFormula in interface AggSpecOrBuilder
      Returns:
      Whether the formula field is set.
    • getFormula

      public AggSpec.AggSpecFormula getFormula()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFormula formula = 7;
      Specified by:
      getFormula in interface AggSpecOrBuilder
      Returns:
      The formula.
    • getFormulaOrBuilder

      public AggSpec.AggSpecFormulaOrBuilder getFormulaOrBuilder()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFormula formula = 7;
      Specified by:
      getFormulaOrBuilder in interface AggSpecOrBuilder
    • hasFreeze

      public boolean hasFreeze()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFreeze freeze = 8;
      Specified by:
      hasFreeze in interface AggSpecOrBuilder
      Returns:
      Whether the freeze field is set.
    • getFreeze

      public AggSpec.AggSpecFreeze getFreeze()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFreeze freeze = 8;
      Specified by:
      getFreeze in interface AggSpecOrBuilder
      Returns:
      The freeze.
    • getFreezeOrBuilder

      public AggSpec.AggSpecFreezeOrBuilder getFreezeOrBuilder()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFreeze freeze = 8;
      Specified by:
      getFreezeOrBuilder in interface AggSpecOrBuilder
    • hasGroup

      public boolean hasGroup()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecGroup group = 9;
      Specified by:
      hasGroup in interface AggSpecOrBuilder
      Returns:
      Whether the group field is set.
    • getGroup

      public AggSpec.AggSpecGroup getGroup()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecGroup group = 9;
      Specified by:
      getGroup in interface AggSpecOrBuilder
      Returns:
      The group.
    • getGroupOrBuilder

      public AggSpec.AggSpecGroupOrBuilder getGroupOrBuilder()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecGroup group = 9;
      Specified by:
      getGroupOrBuilder in interface AggSpecOrBuilder
    • hasLast

      public boolean hasLast()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecLast last = 10;
      Specified by:
      hasLast in interface AggSpecOrBuilder
      Returns:
      Whether the last field is set.
    • getLast

      public AggSpec.AggSpecLast getLast()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecLast last = 10;
      Specified by:
      getLast in interface AggSpecOrBuilder
      Returns:
      The last.
    • getLastOrBuilder

      public AggSpec.AggSpecLastOrBuilder getLastOrBuilder()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecLast last = 10;
      Specified by:
      getLastOrBuilder in interface AggSpecOrBuilder
    • hasMax

      public boolean hasMax()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecMax max = 11;
      Specified by:
      hasMax in interface AggSpecOrBuilder
      Returns:
      Whether the max field is set.
    • getMax

      public AggSpec.AggSpecMax getMax()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecMax max = 11;
      Specified by:
      getMax in interface AggSpecOrBuilder
      Returns:
      The max.
    • getMaxOrBuilder

      public AggSpec.AggSpecMaxOrBuilder getMaxOrBuilder()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecMax max = 11;
      Specified by:
      getMaxOrBuilder in interface AggSpecOrBuilder
    • hasMedian

      public boolean hasMedian()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecMedian median = 12;
      Specified by:
      hasMedian in interface AggSpecOrBuilder
      Returns:
      Whether the median field is set.
    • getMedian

      public AggSpec.AggSpecMedian getMedian()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecMedian median = 12;
      Specified by:
      getMedian in interface AggSpecOrBuilder
      Returns:
      The median.
    • getMedianOrBuilder

      public AggSpec.AggSpecMedianOrBuilder getMedianOrBuilder()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecMedian median = 12;
      Specified by:
      getMedianOrBuilder in interface AggSpecOrBuilder
    • hasMin

      public boolean hasMin()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecMin min = 13;
      Specified by:
      hasMin in interface AggSpecOrBuilder
      Returns:
      Whether the min field is set.
    • getMin

      public AggSpec.AggSpecMin getMin()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecMin min = 13;
      Specified by:
      getMin in interface AggSpecOrBuilder
      Returns:
      The min.
    • getMinOrBuilder

      public AggSpec.AggSpecMinOrBuilder getMinOrBuilder()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecMin min = 13;
      Specified by:
      getMinOrBuilder in interface AggSpecOrBuilder
    • hasPercentile

      public boolean hasPercentile()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecPercentile percentile = 14;
      Specified by:
      hasPercentile in interface AggSpecOrBuilder
      Returns:
      Whether the percentile field is set.
    • getPercentile

      public AggSpec.AggSpecPercentile getPercentile()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecPercentile percentile = 14;
      Specified by:
      getPercentile in interface AggSpecOrBuilder
      Returns:
      The percentile.
    • getPercentileOrBuilder

      public AggSpec.AggSpecPercentileOrBuilder getPercentileOrBuilder()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecPercentile percentile = 14;
      Specified by:
      getPercentileOrBuilder in interface AggSpecOrBuilder
    • hasSortedFirst

      public boolean hasSortedFirst()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSorted sorted_first = 15;
      Specified by:
      hasSortedFirst in interface AggSpecOrBuilder
      Returns:
      Whether the sortedFirst field is set.
    • getSortedFirst

      public AggSpec.AggSpecSorted getSortedFirst()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSorted sorted_first = 15;
      Specified by:
      getSortedFirst in interface AggSpecOrBuilder
      Returns:
      The sortedFirst.
    • getSortedFirstOrBuilder

      public AggSpec.AggSpecSortedOrBuilder getSortedFirstOrBuilder()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSorted sorted_first = 15;
      Specified by:
      getSortedFirstOrBuilder in interface AggSpecOrBuilder
    • hasSortedLast

      public boolean hasSortedLast()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSorted sorted_last = 16;
      Specified by:
      hasSortedLast in interface AggSpecOrBuilder
      Returns:
      Whether the sortedLast field is set.
    • getSortedLast

      public AggSpec.AggSpecSorted getSortedLast()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSorted sorted_last = 16;
      Specified by:
      getSortedLast in interface AggSpecOrBuilder
      Returns:
      The sortedLast.
    • getSortedLastOrBuilder

      public AggSpec.AggSpecSortedOrBuilder getSortedLastOrBuilder()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSorted sorted_last = 16;
      Specified by:
      getSortedLastOrBuilder in interface AggSpecOrBuilder
    • hasStd

      public boolean hasStd()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecStd std = 17;
      Specified by:
      hasStd in interface AggSpecOrBuilder
      Returns:
      Whether the std field is set.
    • getStd

      public AggSpec.AggSpecStd getStd()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecStd std = 17;
      Specified by:
      getStd in interface AggSpecOrBuilder
      Returns:
      The std.
    • getStdOrBuilder

      public AggSpec.AggSpecStdOrBuilder getStdOrBuilder()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecStd std = 17;
      Specified by:
      getStdOrBuilder in interface AggSpecOrBuilder
    • hasSum

      public boolean hasSum()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSum sum = 18;
      Specified by:
      hasSum in interface AggSpecOrBuilder
      Returns:
      Whether the sum field is set.
    • getSum

      public AggSpec.AggSpecSum getSum()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSum sum = 18;
      Specified by:
      getSum in interface AggSpecOrBuilder
      Returns:
      The sum.
    • getSumOrBuilder

      public AggSpec.AggSpecSumOrBuilder getSumOrBuilder()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSum sum = 18;
      Specified by:
      getSumOrBuilder in interface AggSpecOrBuilder
    • hasTDigest

      public boolean hasTDigest()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecTDigest t_digest = 19;
      Specified by:
      hasTDigest in interface AggSpecOrBuilder
      Returns:
      Whether the tDigest field is set.
    • getTDigest

      public AggSpec.AggSpecTDigest getTDigest()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecTDigest t_digest = 19;
      Specified by:
      getTDigest in interface AggSpecOrBuilder
      Returns:
      The tDigest.
    • getTDigestOrBuilder

      public AggSpec.AggSpecTDigestOrBuilder getTDigestOrBuilder()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecTDigest t_digest = 19;
      Specified by:
      getTDigestOrBuilder in interface AggSpecOrBuilder
    • hasUnique

      public boolean hasUnique()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecUnique unique = 20;
      Specified by:
      hasUnique in interface AggSpecOrBuilder
      Returns:
      Whether the unique field is set.
    • getUnique

      public AggSpec.AggSpecUnique getUnique()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecUnique unique = 20;
      Specified by:
      getUnique in interface AggSpecOrBuilder
      Returns:
      The unique.
    • getUniqueOrBuilder

      public AggSpec.AggSpecUniqueOrBuilder getUniqueOrBuilder()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecUnique unique = 20;
      Specified by:
      getUniqueOrBuilder in interface AggSpecOrBuilder
    • hasWeightedAvg

      public boolean hasWeightedAvg()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecWeighted weighted_avg = 21;
      Specified by:
      hasWeightedAvg in interface AggSpecOrBuilder
      Returns:
      Whether the weightedAvg field is set.
    • getWeightedAvg

      public AggSpec.AggSpecWeighted getWeightedAvg()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecWeighted weighted_avg = 21;
      Specified by:
      getWeightedAvg in interface AggSpecOrBuilder
      Returns:
      The weightedAvg.
    • getWeightedAvgOrBuilder

      public AggSpec.AggSpecWeightedOrBuilder getWeightedAvgOrBuilder()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecWeighted weighted_avg = 21;
      Specified by:
      getWeightedAvgOrBuilder in interface AggSpecOrBuilder
    • hasWeightedSum

      public boolean hasWeightedSum()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecWeighted weighted_sum = 22;
      Specified by:
      hasWeightedSum in interface AggSpecOrBuilder
      Returns:
      Whether the weightedSum field is set.
    • getWeightedSum

      public AggSpec.AggSpecWeighted getWeightedSum()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecWeighted weighted_sum = 22;
      Specified by:
      getWeightedSum in interface AggSpecOrBuilder
      Returns:
      The weightedSum.
    • getWeightedSumOrBuilder

      public AggSpec.AggSpecWeightedOrBuilder getWeightedSumOrBuilder()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecWeighted weighted_sum = 22;
      Specified by:
      getWeightedSumOrBuilder in interface AggSpecOrBuilder
    • hasVar

      public boolean hasVar()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecVar var = 23;
      Specified by:
      hasVar in interface AggSpecOrBuilder
      Returns:
      Whether the var field is set.
    • getVar

      public AggSpec.AggSpecVar getVar()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecVar var = 23;
      Specified by:
      getVar in interface AggSpecOrBuilder
      Returns:
      The var.
    • getVarOrBuilder

      public AggSpec.AggSpecVarOrBuilder getVarOrBuilder()
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecVar var = 23;
      Specified by:
      getVarOrBuilder in interface AggSpecOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static AggSpec parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AggSpec parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AggSpec parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AggSpec parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AggSpec parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AggSpec parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AggSpec parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static AggSpec parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static AggSpec parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static AggSpec parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static AggSpec parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static AggSpec parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public AggSpec.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static AggSpec.Builder newBuilder()
    • newBuilder

      public static AggSpec.Builder newBuilder(AggSpec prototype)
    • toBuilder

      public AggSpec.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected AggSpec.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static AggSpec getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<AggSpec> parser()
    • getParserForType

      public com.google.protobuf.Parser<AggSpec> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

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