Interface AggregationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Aggregation
,Aggregation.Builder
public interface AggregationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.io.deephaven.proto.backplane.grpc.Aggregation.AggregationColumns columns = 1;
.io.deephaven.proto.backplane.grpc.Aggregation.AggregationColumns columns = 1;
getCount()
.io.deephaven.proto.backplane.grpc.Aggregation.AggregationCount count = 2;
.io.deephaven.proto.backplane.grpc.Aggregation.AggregationCount count = 2;
.io.deephaven.proto.backplane.grpc.Aggregation.AggregationRowKey first_row_key = 3;
.io.deephaven.proto.backplane.grpc.Aggregation.AggregationRowKey first_row_key = 3;
.io.deephaven.proto.backplane.grpc.Aggregation.AggregationRowKey last_row_key = 4;
.io.deephaven.proto.backplane.grpc.Aggregation.AggregationRowKey last_row_key = 4;
.io.deephaven.proto.backplane.grpc.Aggregation.AggregationPartition partition = 5;
.io.deephaven.proto.backplane.grpc.Aggregation.AggregationPartition partition = 5;
boolean
.io.deephaven.proto.backplane.grpc.Aggregation.AggregationColumns columns = 1;
boolean
hasCount()
.io.deephaven.proto.backplane.grpc.Aggregation.AggregationCount count = 2;
boolean
.io.deephaven.proto.backplane.grpc.Aggregation.AggregationRowKey first_row_key = 3;
boolean
.io.deephaven.proto.backplane.grpc.Aggregation.AggregationRowKey last_row_key = 4;
boolean
.io.deephaven.proto.backplane.grpc.Aggregation.AggregationPartition partition = 5;
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
-
hasColumns
boolean hasColumns().io.deephaven.proto.backplane.grpc.Aggregation.AggregationColumns columns = 1;
- Returns:
- Whether the columns field is set.
-
getColumns
Aggregation.AggregationColumns getColumns().io.deephaven.proto.backplane.grpc.Aggregation.AggregationColumns columns = 1;
- Returns:
- The columns.
-
getColumnsOrBuilder
Aggregation.AggregationColumnsOrBuilder getColumnsOrBuilder().io.deephaven.proto.backplane.grpc.Aggregation.AggregationColumns columns = 1;
-
hasCount
boolean hasCount().io.deephaven.proto.backplane.grpc.Aggregation.AggregationCount count = 2;
- Returns:
- Whether the count field is set.
-
getCount
Aggregation.AggregationCount getCount().io.deephaven.proto.backplane.grpc.Aggregation.AggregationCount count = 2;
- Returns:
- The count.
-
getCountOrBuilder
Aggregation.AggregationCountOrBuilder getCountOrBuilder().io.deephaven.proto.backplane.grpc.Aggregation.AggregationCount count = 2;
-
hasFirstRowKey
boolean hasFirstRowKey().io.deephaven.proto.backplane.grpc.Aggregation.AggregationRowKey first_row_key = 3;
- Returns:
- Whether the firstRowKey field is set.
-
getFirstRowKey
Aggregation.AggregationRowKey getFirstRowKey().io.deephaven.proto.backplane.grpc.Aggregation.AggregationRowKey first_row_key = 3;
- Returns:
- The firstRowKey.
-
getFirstRowKeyOrBuilder
Aggregation.AggregationRowKeyOrBuilder getFirstRowKeyOrBuilder().io.deephaven.proto.backplane.grpc.Aggregation.AggregationRowKey first_row_key = 3;
-
hasLastRowKey
boolean hasLastRowKey().io.deephaven.proto.backplane.grpc.Aggregation.AggregationRowKey last_row_key = 4;
- Returns:
- Whether the lastRowKey field is set.
-
getLastRowKey
Aggregation.AggregationRowKey getLastRowKey().io.deephaven.proto.backplane.grpc.Aggregation.AggregationRowKey last_row_key = 4;
- Returns:
- The lastRowKey.
-
getLastRowKeyOrBuilder
Aggregation.AggregationRowKeyOrBuilder getLastRowKeyOrBuilder().io.deephaven.proto.backplane.grpc.Aggregation.AggregationRowKey last_row_key = 4;
-
hasPartition
boolean hasPartition().io.deephaven.proto.backplane.grpc.Aggregation.AggregationPartition partition = 5;
- Returns:
- Whether the partition field is set.
-
getPartition
Aggregation.AggregationPartition getPartition().io.deephaven.proto.backplane.grpc.Aggregation.AggregationPartition partition = 5;
- Returns:
- The partition.
-
getPartitionOrBuilder
Aggregation.AggregationPartitionOrBuilder getPartitionOrBuilder().io.deephaven.proto.backplane.grpc.Aggregation.AggregationPartition partition = 5;
-
getTypeCase
Aggregation.TypeCase getTypeCase()
-