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
Modifier and TypeMethodDescriptiongetAggregates(int index) repeated .com.cognite.client.dto.Aggregate.Record aggregates = 1;intrepeated .com.cognite.client.dto.Aggregate.Record aggregates = 1;repeated .com.cognite.client.dto.Aggregate.Record aggregates = 1;getAggregatesOrBuilder(int index) repeated .com.cognite.client.dto.Aggregate.Record aggregates = 1;List<? extends Aggregate.RecordOrBuilder>repeated .com.cognite.client.dto.Aggregate.Record aggregates = 1;Methods 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
-
getAggregatesList
List<Aggregate.Record> getAggregatesList()repeated .com.cognite.client.dto.Aggregate.Record aggregates = 1; -
getAggregates
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
repeated .com.cognite.client.dto.Aggregate.Record aggregates = 1;
-