Uses of Class
com.cognite.client.dto.Aggregate.Record
Packages that use Aggregate.Record
-
Uses of Aggregate.Record in com.cognite.client.dto
Methods in com.cognite.client.dto that return Aggregate.RecordModifier and TypeMethodDescriptionAggregate.Record.Builder.build()Aggregate.Record.Builder.buildPartial()Aggregate.Builder.getAggregates(int index) repeated .com.cognite.client.dto.Aggregate.Record aggregates = 1;Aggregate.getAggregates(int index) repeated .com.cognite.client.dto.Aggregate.Record aggregates = 1;AggregateOrBuilder.getAggregates(int index) repeated .com.cognite.client.dto.Aggregate.Record aggregates = 1;static Aggregate.RecordAggregate.Record.getDefaultInstance()Aggregate.Record.Builder.getDefaultInstanceForType()Aggregate.Record.getDefaultInstanceForType()static Aggregate.RecordAggregate.Record.parseDelimitedFrom(InputStream input) static Aggregate.RecordAggregate.Record.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Aggregate.RecordAggregate.Record.parseFrom(byte[] data) static Aggregate.RecordAggregate.Record.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Aggregate.RecordAggregate.Record.parseFrom(com.google.protobuf.ByteString data) static Aggregate.RecordAggregate.Record.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Aggregate.RecordAggregate.Record.parseFrom(com.google.protobuf.CodedInputStream input) static Aggregate.RecordAggregate.Record.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Aggregate.RecordAggregate.Record.parseFrom(InputStream input) static Aggregate.RecordAggregate.Record.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Aggregate.RecordAggregate.Record.parseFrom(ByteBuffer data) static Aggregate.RecordAggregate.Record.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.cognite.client.dto that return types with arguments of type Aggregate.RecordModifier and TypeMethodDescriptionAggregate.Builder.getAggregatesList()repeated .com.cognite.client.dto.Aggregate.Record aggregates = 1;Aggregate.getAggregatesList()repeated .com.cognite.client.dto.Aggregate.Record aggregates = 1;AggregateOrBuilder.getAggregatesList()repeated .com.cognite.client.dto.Aggregate.Record aggregates = 1;com.google.protobuf.Parser<Aggregate.Record>Aggregate.Record.getParserForType()static com.google.protobuf.Parser<Aggregate.Record>Aggregate.Record.parser()Methods in com.cognite.client.dto with parameters of type Aggregate.RecordModifier and TypeMethodDescriptionAggregate.Builder.addAggregates(int index, Aggregate.Record value) repeated .com.cognite.client.dto.Aggregate.Record aggregates = 1;Aggregate.Builder.addAggregates(Aggregate.Record value) repeated .com.cognite.client.dto.Aggregate.Record aggregates = 1;Aggregate.Record.Builder.mergeFrom(Aggregate.Record other) static Aggregate.Record.BuilderAggregate.Record.newBuilder(Aggregate.Record prototype) Aggregate.Builder.setAggregates(int index, Aggregate.Record value) repeated .com.cognite.client.dto.Aggregate.Record aggregates = 1;Method parameters in com.cognite.client.dto with type arguments of type Aggregate.RecordModifier and TypeMethodDescriptionAggregate.Builder.addAllAggregates(Iterable<? extends Aggregate.Record> values) repeated .com.cognite.client.dto.Aggregate.Record aggregates = 1;