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 Type
    Method
    Description
    getColumns(int index)
    Using a message instead of string to support backwards-compatibility in the future
    int
    Using a message instead of string to support backwards-compatibility in the future
    Using a message instead of string to support backwards-compatibility in the future
    Using a message instead of string to support backwards-compatibility in the future
    Using a message instead of string to support backwards-compatibility in the future

    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 Details

    • 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

      AggSpec.AggSpecSortedColumn getColumns(int index)
       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

      AggSpec.AggSpecSortedColumnOrBuilder getColumnsOrBuilder(int index)
       Using a message instead of string to support backwards-compatibility in the future
       
      repeated .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSortedColumn columns = 1;