Package com.cognite.client.dto
Interface AggregateOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Aggregate,Aggregate.Builder
public interface AggregateOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Aggregate.RecordgetAggregates(int index)repeated .com.cognite.client.dto.Aggregate.Record aggregates = 1;intgetAggregatesCount()repeated .com.cognite.client.dto.Aggregate.Record aggregates = 1;List<Aggregate.Record>getAggregatesList()repeated .com.cognite.client.dto.Aggregate.Record aggregates = 1;Aggregate.RecordOrBuildergetAggregatesOrBuilder(int index)repeated .com.cognite.client.dto.Aggregate.Record aggregates = 1;List<? extends Aggregate.RecordOrBuilder>getAggregatesOrBuilderList()repeated .com.cognite.client.dto.Aggregate.Record aggregates = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAggregatesList
List<Aggregate.Record> getAggregatesList()
repeated .com.cognite.client.dto.Aggregate.Record aggregates = 1;
-
getAggregates
Aggregate.Record getAggregates(int index)
repeated .com.cognite.client.dto.Aggregate.Record aggregates = 1;
-
getAggregatesCount
int getAggregatesCount()
repeated .com.cognite.client.dto.Aggregate.Record aggregates = 1;
-
getAggregatesOrBuilderList
List<? extends Aggregate.RecordOrBuilder> getAggregatesOrBuilderList()
repeated .com.cognite.client.dto.Aggregate.Record aggregates = 1;
-
getAggregatesOrBuilder
Aggregate.RecordOrBuilder getAggregatesOrBuilder(int index)
repeated .com.cognite.client.dto.Aggregate.Record aggregates = 1;
-
-