Uses of Class
com.cognite.client.dto.Aggregate.Record
-
Packages that use Aggregate.Record Package Description com.cognite.client.dto -
-
Uses of Aggregate.Record in com.cognite.client.dto
Methods in com.cognite.client.dto that return Aggregate.Record Modifier and Type Method Description Aggregate.RecordAggregate.Record.Builder. build()Aggregate.RecordAggregate.Record.Builder. buildPartial()Aggregate.RecordAggregate.Builder. getAggregates(int index)repeated .com.cognite.beam.proto.Aggregate.Record aggregates = 1;Aggregate.RecordAggregate. getAggregates(int index)repeated .com.cognite.beam.proto.Aggregate.Record aggregates = 1;Aggregate.RecordAggregateOrBuilder. getAggregates(int index)repeated .com.cognite.beam.proto.Aggregate.Record aggregates = 1;static Aggregate.RecordAggregate.Record. getDefaultInstance()Aggregate.RecordAggregate.Record.Builder. getDefaultInstanceForType()Aggregate.RecordAggregate.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.Record Modifier and Type Method Description List<Aggregate.Record>Aggregate.Builder. getAggregatesList()repeated .com.cognite.beam.proto.Aggregate.Record aggregates = 1;List<Aggregate.Record>Aggregate. getAggregatesList()repeated .com.cognite.beam.proto.Aggregate.Record aggregates = 1;List<Aggregate.Record>AggregateOrBuilder. getAggregatesList()repeated .com.cognite.beam.proto.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.Record Modifier and Type Method Description Aggregate.BuilderAggregate.Builder. addAggregates(int index, Aggregate.Record value)repeated .com.cognite.beam.proto.Aggregate.Record aggregates = 1;Aggregate.BuilderAggregate.Builder. addAggregates(Aggregate.Record value)repeated .com.cognite.beam.proto.Aggregate.Record aggregates = 1;Aggregate.Record.BuilderAggregate.Record.Builder. mergeFrom(Aggregate.Record other)static Aggregate.Record.BuilderAggregate.Record. newBuilder(Aggregate.Record prototype)Aggregate.BuilderAggregate.Builder. setAggregates(int index, Aggregate.Record value)repeated .com.cognite.beam.proto.Aggregate.Record aggregates = 1;Method parameters in com.cognite.client.dto with type arguments of type Aggregate.Record Modifier and Type Method Description Aggregate.BuilderAggregate.Builder. addAllAggregates(Iterable<? extends Aggregate.Record> values)repeated .com.cognite.beam.proto.Aggregate.Record aggregates = 1;
-