Interface AggSpec.AggSpecSortedOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AggSpec.AggSpecSorted,AggSpec.AggSpecSorted.Builder
- Enclosing class:
- AggSpec
public static interface AggSpec.AggSpecSortedOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetColumns(int index) Using a message instead of string to support backwards-compatibility in the futureintUsing a message instead of string to support backwards-compatibility in the futureUsing a message instead of string to support backwards-compatibility in the futuregetColumnsOrBuilder(int index) Using a message instead of string to support backwards-compatibility in the futureList<? extends AggSpec.AggSpecSortedColumnOrBuilder>Using a message instead of string to support backwards-compatibility in the futureMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getColumnsList
List<AggSpec.AggSpecSortedColumn> getColumnsList()Using a message instead of string to support backwards-compatibility in the future
repeated .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSortedColumn columns = 1; -
getColumns
Using a message instead of string to support backwards-compatibility in the future
repeated .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSortedColumn columns = 1; -
getColumnsCount
int getColumnsCount()Using a message instead of string to support backwards-compatibility in the future
repeated .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSortedColumn columns = 1; -
getColumnsOrBuilderList
List<? extends AggSpec.AggSpecSortedColumnOrBuilder> getColumnsOrBuilderList()Using a message instead of string to support backwards-compatibility in the future
repeated .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSortedColumn columns = 1; -
getColumnsOrBuilder
Using a message instead of string to support backwards-compatibility in the future
repeated .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSortedColumn columns = 1;
-