Class Aggregation

  • All Implemented Interfaces:
    AggregationOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class Aggregation
    extends com.google.protobuf.GeneratedMessageV3
    implements AggregationOrBuilder
     Describes how to combine multiple time series to provide a different view of
     the data.  Aggregation of time series is done in two steps. First, each time
     series in the set is _aligned_ to the same time interval boundaries, then the
     set of time series is optionally _reduced_ in number.
    
     Alignment consists of applying the `per_series_aligner` operation
     to each time series after its data has been divided into regular
     `alignment_period` time intervals. This process takes _all_ of the data
     points in an alignment period, applies a mathematical transformation such as
     averaging, minimum, maximum, delta, etc., and converts them into a single
     data point per period.
    
     Reduction is when the aligned and transformed time series can optionally be
     combined, reducing the number of time series through similar mathematical
     transformations. Reduction involves applying a `cross_series_reducer` to
     all the time series, optionally sorting the time series into subsets with
     `group_by_fields`, and applying the reducer to each subset.
    
     The raw time series data can contain a huge amount of information from
     multiple sources. Alignment and reduction transforms this mass of data into
     a more manageable and representative collection of data, for example "the
     95% latency across the average of all tasks in a cluster". This
     representative data can be more easily graphed and comprehended, and the
     individual time series data is still available for later drilldown. For more
     details, see [Filtering and
     aggregation](https://cloud.google.com/monitoring/api/v3/aggregation).
     
    Protobuf type google.monitoring.v3.Aggregation
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Aggregation.Aligner
      The `Aligner` specifies the operation that will be applied to the data points in each alignment period in a time series.
      static class  Aggregation.Builder
      Describes how to combine multiple time series to provide a different view of the data.
      static class  Aggregation.Reducer
      A Reducer operation describes how to aggregate data points from multiple time series into a single time series, where the value of each data point in the resulting series is a function of all the already aligned values in the input time series.
      • Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3

        com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,​BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,​BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
      • Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

        com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(Object obj)  
      com.google.protobuf.Duration getAlignmentPeriod()
      The `alignment_period` specifies a time interval, in seconds, that is used to divide the data in all the [time series][google.monitoring.v3.TimeSeries] into consistent blocks of time.
      com.google.protobuf.DurationOrBuilder getAlignmentPeriodOrBuilder()
      The `alignment_period` specifies a time interval, in seconds, that is used to divide the data in all the [time series][google.monitoring.v3.TimeSeries] into consistent blocks of time.
      Aggregation.Reducer getCrossSeriesReducer()
      The reduction operation to be used to combine time series into a single time series, where the value of each data point in the resulting series is a function of all the already aligned values in the input time series.
      int getCrossSeriesReducerValue()
      The reduction operation to be used to combine time series into a single time series, where the value of each data point in the resulting series is a function of all the already aligned values in the input time series.
      static Aggregation getDefaultInstance()  
      Aggregation getDefaultInstanceForType()  
      static com.google.protobuf.Descriptors.Descriptor getDescriptor()  
      String getGroupByFields​(int index)
      The set of fields to preserve when `cross_series_reducer` is specified.
      com.google.protobuf.ByteString getGroupByFieldsBytes​(int index)
      The set of fields to preserve when `cross_series_reducer` is specified.
      int getGroupByFieldsCount()
      The set of fields to preserve when `cross_series_reducer` is specified.
      com.google.protobuf.ProtocolStringList getGroupByFieldsList()
      The set of fields to preserve when `cross_series_reducer` is specified.
      com.google.protobuf.Parser<Aggregation> getParserForType()  
      Aggregation.Aligner getPerSeriesAligner()
      An `Aligner` describes how to bring the data points in a single time series into temporal alignment.
      int getPerSeriesAlignerValue()
      An `Aligner` describes how to bring the data points in a single time series into temporal alignment.
      int getSerializedSize()  
      boolean hasAlignmentPeriod()
      The `alignment_period` specifies a time interval, in seconds, that is used to divide the data in all the [time series][google.monitoring.v3.TimeSeries] into consistent blocks of time.
      int hashCode()  
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()  
      boolean isInitialized()  
      static Aggregation.Builder newBuilder()  
      static Aggregation.Builder newBuilder​(Aggregation prototype)  
      Aggregation.Builder newBuilderForType()  
      protected Aggregation.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)  
      protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)  
      static Aggregation parseDelimitedFrom​(InputStream input)  
      static Aggregation parseDelimitedFrom​(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static Aggregation parseFrom​(byte[] data)  
      static Aggregation parseFrom​(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static Aggregation parseFrom​(com.google.protobuf.ByteString data)  
      static Aggregation parseFrom​(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static Aggregation parseFrom​(com.google.protobuf.CodedInputStream input)  
      static Aggregation parseFrom​(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static Aggregation parseFrom​(InputStream input)  
      static Aggregation parseFrom​(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static Aggregation parseFrom​(ByteBuffer data)  
      static Aggregation parseFrom​(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static com.google.protobuf.Parser<Aggregation> parser()  
      Aggregation.Builder toBuilder()  
      void writeTo​(com.google.protobuf.CodedOutputStream output)  
      • Methods inherited from class com.google.protobuf.GeneratedMessageV3

        canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
      • Methods inherited from class com.google.protobuf.AbstractMessage

        findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
      • Methods inherited from class com.google.protobuf.AbstractMessageLite

        addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
      • Methods inherited from interface com.google.protobuf.MessageLite

        toByteArray, toByteString, writeDelimitedTo, writeTo
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Field Detail

      • ALIGNMENT_PERIOD_FIELD_NUMBER

        public static final int ALIGNMENT_PERIOD_FIELD_NUMBER
        See Also:
        Constant Field Values
      • PER_SERIES_ALIGNER_FIELD_NUMBER

        public static final int PER_SERIES_ALIGNER_FIELD_NUMBER
        See Also:
        Constant Field Values
      • CROSS_SERIES_REDUCER_FIELD_NUMBER

        public static final int CROSS_SERIES_REDUCER_FIELD_NUMBER
        See Also:
        Constant Field Values
      • GROUP_BY_FIELDS_FIELD_NUMBER

        public static final int GROUP_BY_FIELDS_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance 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
      • hasAlignmentPeriod

        public boolean hasAlignmentPeriod()
         The `alignment_period` specifies a time interval, in seconds, that is used
         to divide the data in all the
         [time series][google.monitoring.v3.TimeSeries] into consistent blocks of
         time. This will be done before the per-series aligner can be applied to
         the data.
        
         The value must be at least 60 seconds. If a per-series
         aligner other than `ALIGN_NONE` is specified, this field is required or an
         error is returned. If no per-series aligner is specified, or the aligner
         `ALIGN_NONE` is specified, then this field is ignored.
        
         The maximum value of the `alignment_period` is 104 weeks (2 years) for
         charts, and 90,000 seconds (25 hours) for alerting policies.
         
        .google.protobuf.Duration alignment_period = 1;
        Specified by:
        hasAlignmentPeriod in interface AggregationOrBuilder
        Returns:
        Whether the alignmentPeriod field is set.
      • getAlignmentPeriod

        public com.google.protobuf.Duration getAlignmentPeriod()
         The `alignment_period` specifies a time interval, in seconds, that is used
         to divide the data in all the
         [time series][google.monitoring.v3.TimeSeries] into consistent blocks of
         time. This will be done before the per-series aligner can be applied to
         the data.
        
         The value must be at least 60 seconds. If a per-series
         aligner other than `ALIGN_NONE` is specified, this field is required or an
         error is returned. If no per-series aligner is specified, or the aligner
         `ALIGN_NONE` is specified, then this field is ignored.
        
         The maximum value of the `alignment_period` is 104 weeks (2 years) for
         charts, and 90,000 seconds (25 hours) for alerting policies.
         
        .google.protobuf.Duration alignment_period = 1;
        Specified by:
        getAlignmentPeriod in interface AggregationOrBuilder
        Returns:
        The alignmentPeriod.
      • getAlignmentPeriodOrBuilder

        public com.google.protobuf.DurationOrBuilder getAlignmentPeriodOrBuilder()
         The `alignment_period` specifies a time interval, in seconds, that is used
         to divide the data in all the
         [time series][google.monitoring.v3.TimeSeries] into consistent blocks of
         time. This will be done before the per-series aligner can be applied to
         the data.
        
         The value must be at least 60 seconds. If a per-series
         aligner other than `ALIGN_NONE` is specified, this field is required or an
         error is returned. If no per-series aligner is specified, or the aligner
         `ALIGN_NONE` is specified, then this field is ignored.
        
         The maximum value of the `alignment_period` is 104 weeks (2 years) for
         charts, and 90,000 seconds (25 hours) for alerting policies.
         
        .google.protobuf.Duration alignment_period = 1;
        Specified by:
        getAlignmentPeriodOrBuilder in interface AggregationOrBuilder
      • getPerSeriesAlignerValue

        public int getPerSeriesAlignerValue()
         An `Aligner` describes how to bring the data points in a single
         time series into temporal alignment. Except for `ALIGN_NONE`, all
         alignments cause all the data points in an `alignment_period` to be
         mathematically grouped together, resulting in a single data point for
         each `alignment_period` with end timestamp at the end of the period.
        
         Not all alignment operations may be applied to all time series. The valid
         choices depend on the `metric_kind` and `value_type` of the original time
         series. Alignment can change the `metric_kind` or the `value_type` of
         the time series.
        
         Time series data must be aligned in order to perform cross-time
         series reduction. If `cross_series_reducer` is specified, then
         `per_series_aligner` must be specified and not equal to `ALIGN_NONE`
         and `alignment_period` must be specified; otherwise, an error is
         returned.
         
        .google.monitoring.v3.Aggregation.Aligner per_series_aligner = 2;
        Specified by:
        getPerSeriesAlignerValue in interface AggregationOrBuilder
        Returns:
        The enum numeric value on the wire for perSeriesAligner.
      • getPerSeriesAligner

        public Aggregation.Aligner getPerSeriesAligner()
         An `Aligner` describes how to bring the data points in a single
         time series into temporal alignment. Except for `ALIGN_NONE`, all
         alignments cause all the data points in an `alignment_period` to be
         mathematically grouped together, resulting in a single data point for
         each `alignment_period` with end timestamp at the end of the period.
        
         Not all alignment operations may be applied to all time series. The valid
         choices depend on the `metric_kind` and `value_type` of the original time
         series. Alignment can change the `metric_kind` or the `value_type` of
         the time series.
        
         Time series data must be aligned in order to perform cross-time
         series reduction. If `cross_series_reducer` is specified, then
         `per_series_aligner` must be specified and not equal to `ALIGN_NONE`
         and `alignment_period` must be specified; otherwise, an error is
         returned.
         
        .google.monitoring.v3.Aggregation.Aligner per_series_aligner = 2;
        Specified by:
        getPerSeriesAligner in interface AggregationOrBuilder
        Returns:
        The perSeriesAligner.
      • getCrossSeriesReducerValue

        public int getCrossSeriesReducerValue()
         The reduction operation to be used to combine time series into a single
         time series, where the value of each data point in the resulting series is
         a function of all the already aligned values in the input time series.
        
         Not all reducer operations can be applied to all time series. The valid
         choices depend on the `metric_kind` and the `value_type` of the original
         time series. Reduction can yield a time series with a different
         `metric_kind` or `value_type` than the input time series.
        
         Time series data must first be aligned (see `per_series_aligner`) in order
         to perform cross-time series reduction. If `cross_series_reducer` is
         specified, then `per_series_aligner` must be specified, and must not be
         `ALIGN_NONE`. An `alignment_period` must also be specified; otherwise, an
         error is returned.
         
        .google.monitoring.v3.Aggregation.Reducer cross_series_reducer = 4;
        Specified by:
        getCrossSeriesReducerValue in interface AggregationOrBuilder
        Returns:
        The enum numeric value on the wire for crossSeriesReducer.
      • getCrossSeriesReducer

        public Aggregation.Reducer getCrossSeriesReducer()
         The reduction operation to be used to combine time series into a single
         time series, where the value of each data point in the resulting series is
         a function of all the already aligned values in the input time series.
        
         Not all reducer operations can be applied to all time series. The valid
         choices depend on the `metric_kind` and the `value_type` of the original
         time series. Reduction can yield a time series with a different
         `metric_kind` or `value_type` than the input time series.
        
         Time series data must first be aligned (see `per_series_aligner`) in order
         to perform cross-time series reduction. If `cross_series_reducer` is
         specified, then `per_series_aligner` must be specified, and must not be
         `ALIGN_NONE`. An `alignment_period` must also be specified; otherwise, an
         error is returned.
         
        .google.monitoring.v3.Aggregation.Reducer cross_series_reducer = 4;
        Specified by:
        getCrossSeriesReducer in interface AggregationOrBuilder
        Returns:
        The crossSeriesReducer.
      • getGroupByFieldsList

        public com.google.protobuf.ProtocolStringList getGroupByFieldsList()
         The set of fields to preserve when `cross_series_reducer` is
         specified. The `group_by_fields` determine how the time series are
         partitioned into subsets prior to applying the aggregation
         operation. Each subset contains time series that have the same
         value for each of the grouping fields. Each individual time
         series is a member of exactly one subset. The
         `cross_series_reducer` is applied to each subset of time series.
         It is not possible to reduce across different resource types, so
         this field implicitly contains `resource.type`.  Fields not
         specified in `group_by_fields` are aggregated away.  If
         `group_by_fields` is not specified and all the time series have
         the same resource type, then the time series are aggregated into
         a single output time series. If `cross_series_reducer` is not
         defined, this field is ignored.
         
        repeated string group_by_fields = 5;
        Specified by:
        getGroupByFieldsList in interface AggregationOrBuilder
        Returns:
        A list containing the groupByFields.
      • getGroupByFieldsCount

        public int getGroupByFieldsCount()
         The set of fields to preserve when `cross_series_reducer` is
         specified. The `group_by_fields` determine how the time series are
         partitioned into subsets prior to applying the aggregation
         operation. Each subset contains time series that have the same
         value for each of the grouping fields. Each individual time
         series is a member of exactly one subset. The
         `cross_series_reducer` is applied to each subset of time series.
         It is not possible to reduce across different resource types, so
         this field implicitly contains `resource.type`.  Fields not
         specified in `group_by_fields` are aggregated away.  If
         `group_by_fields` is not specified and all the time series have
         the same resource type, then the time series are aggregated into
         a single output time series. If `cross_series_reducer` is not
         defined, this field is ignored.
         
        repeated string group_by_fields = 5;
        Specified by:
        getGroupByFieldsCount in interface AggregationOrBuilder
        Returns:
        The count of groupByFields.
      • getGroupByFields

        public String getGroupByFields​(int index)
         The set of fields to preserve when `cross_series_reducer` is
         specified. The `group_by_fields` determine how the time series are
         partitioned into subsets prior to applying the aggregation
         operation. Each subset contains time series that have the same
         value for each of the grouping fields. Each individual time
         series is a member of exactly one subset. The
         `cross_series_reducer` is applied to each subset of time series.
         It is not possible to reduce across different resource types, so
         this field implicitly contains `resource.type`.  Fields not
         specified in `group_by_fields` are aggregated away.  If
         `group_by_fields` is not specified and all the time series have
         the same resource type, then the time series are aggregated into
         a single output time series. If `cross_series_reducer` is not
         defined, this field is ignored.
         
        repeated string group_by_fields = 5;
        Specified by:
        getGroupByFields in interface AggregationOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The groupByFields at the given index.
      • getGroupByFieldsBytes

        public com.google.protobuf.ByteString getGroupByFieldsBytes​(int index)
         The set of fields to preserve when `cross_series_reducer` is
         specified. The `group_by_fields` determine how the time series are
         partitioned into subsets prior to applying the aggregation
         operation. Each subset contains time series that have the same
         value for each of the grouping fields. Each individual time
         series is a member of exactly one subset. The
         `cross_series_reducer` is applied to each subset of time series.
         It is not possible to reduce across different resource types, so
         this field implicitly contains `resource.type`.  Fields not
         specified in `group_by_fields` are aggregated away.  If
         `group_by_fields` is not specified and all the time series have
         the same resource type, then the time series are aggregated into
         a single output time series. If `cross_series_reducer` is not
         defined, this field is ignored.
         
        repeated string group_by_fields = 5;
        Specified by:
        getGroupByFieldsBytes in interface AggregationOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the groupByFields at the given index.
      • 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 Aggregation parseFrom​(ByteBuffer data)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

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

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

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

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

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

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

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

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

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

        public static Aggregation getDefaultInstance()
      • parser

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

        public com.google.protobuf.Parser<Aggregation> 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 Aggregation getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder