Interface AggregationProto.AggregationOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getColumn()
      string column = 1;
      com.google.protobuf.ByteString getColumnBytes()
      string column = 1;
      String getFunction()
      string function = 2;
      com.google.protobuf.ByteString getFunctionBytes()
      string function = 2;
      com.google.protobuf.Duration getSlideInterval()
      .google.protobuf.Duration slide_interval = 4;
      com.google.protobuf.DurationOrBuilder getSlideIntervalOrBuilder()
      .google.protobuf.Duration slide_interval = 4;
      com.google.protobuf.Duration getTimeWindow()
      .google.protobuf.Duration time_window = 3;
      com.google.protobuf.DurationOrBuilder getTimeWindowOrBuilder()
      .google.protobuf.Duration time_window = 3;
      boolean hasSlideInterval()
      .google.protobuf.Duration slide_interval = 4;
      boolean hasTimeWindow()
      .google.protobuf.Duration time_window = 3;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

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

      • getColumn

        String getColumn()
        string column = 1;
        Returns:
        The column.
      • getColumnBytes

        com.google.protobuf.ByteString getColumnBytes()
        string column = 1;
        Returns:
        The bytes for column.
      • getFunction

        String getFunction()
        string function = 2;
        Returns:
        The function.
      • getFunctionBytes

        com.google.protobuf.ByteString getFunctionBytes()
        string function = 2;
        Returns:
        The bytes for function.
      • hasTimeWindow

        boolean hasTimeWindow()
        .google.protobuf.Duration time_window = 3;
        Returns:
        Whether the timeWindow field is set.
      • getTimeWindow

        com.google.protobuf.Duration getTimeWindow()
        .google.protobuf.Duration time_window = 3;
        Returns:
        The timeWindow.
      • getTimeWindowOrBuilder

        com.google.protobuf.DurationOrBuilder getTimeWindowOrBuilder()
        .google.protobuf.Duration time_window = 3;
      • hasSlideInterval

        boolean hasSlideInterval()
        .google.protobuf.Duration slide_interval = 4;
        Returns:
        Whether the slideInterval field is set.
      • getSlideInterval

        com.google.protobuf.Duration getSlideInterval()
        .google.protobuf.Duration slide_interval = 4;
        Returns:
        The slideInterval.
      • getSlideIntervalOrBuilder

        com.google.protobuf.DurationOrBuilder getSlideIntervalOrBuilder()
        .google.protobuf.Duration slide_interval = 4;