Package feast.proto.core
Interface AggregationProto.AggregationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AggregationProto.Aggregation,AggregationProto.Aggregation.Builder
- Enclosing class:
- AggregationProto
public static interface AggregationProto.AggregationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetColumn()string column = 1;com.google.protobuf.ByteStringgetColumnBytes()string column = 1;StringgetFunction()string function = 2;com.google.protobuf.ByteStringgetFunctionBytes()string function = 2;com.google.protobuf.DurationgetSlideInterval().google.protobuf.Duration slide_interval = 4;com.google.protobuf.DurationOrBuildergetSlideIntervalOrBuilder().google.protobuf.Duration slide_interval = 4;com.google.protobuf.DurationgetTimeWindow().google.protobuf.Duration time_window = 3;com.google.protobuf.DurationOrBuildergetTimeWindowOrBuilder().google.protobuf.Duration time_window = 3;booleanhasSlideInterval().google.protobuf.Duration slide_interval = 4;booleanhasTimeWindow().google.protobuf.Duration time_window = 3;-
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;
-
-