Uses of Class
com.cognite.client.dto.TimeseriesPointPost
Packages that use TimeseriesPointPost
-
Uses of TimeseriesPointPost in com.cognite.client
Methods in com.cognite.client that return types with arguments of type TimeseriesPointPostModifier and TypeMethodDescriptionDataPoints.uploadQueue()Returns an upload queue.DataPoints.uploadQueue()Returns an upload queue.DataPoints.upsert(List<TimeseriesPointPost> dataPoints) Creates or update a set ofTimeseriesPointPostobjects.Method parameters in com.cognite.client with type arguments of type TimeseriesPointPostModifier and TypeMethodDescriptionDataPoints.upsert(List<TimeseriesPointPost> dataPoints) Creates or update a set ofTimeseriesPointPostobjects. -
Uses of TimeseriesPointPost in com.cognite.client.dto
Methods in com.cognite.client.dto that return TimeseriesPointPostModifier and TypeMethodDescriptionTimeseriesPointPost.Builder.build()TimeseriesPointPost.Builder.buildPartial()static TimeseriesPointPostTimeseriesPointPost.getDefaultInstance()TimeseriesPointPost.Builder.getDefaultInstanceForType()TimeseriesPointPost.getDefaultInstanceForType()static TimeseriesPointPostTimeseriesPointPost.parseDelimitedFrom(InputStream input) static TimeseriesPointPostTimeseriesPointPost.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TimeseriesPointPostTimeseriesPointPost.parseFrom(byte[] data) static TimeseriesPointPostTimeseriesPointPost.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TimeseriesPointPostTimeseriesPointPost.parseFrom(com.google.protobuf.ByteString data) static TimeseriesPointPostTimeseriesPointPost.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TimeseriesPointPostTimeseriesPointPost.parseFrom(com.google.protobuf.CodedInputStream input) static TimeseriesPointPostTimeseriesPointPost.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TimeseriesPointPostTimeseriesPointPost.parseFrom(InputStream input) static TimeseriesPointPostTimeseriesPointPost.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TimeseriesPointPostTimeseriesPointPost.parseFrom(ByteBuffer data) static TimeseriesPointPostTimeseriesPointPost.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.cognite.client.dto that return types with arguments of type TimeseriesPointPostModifier and TypeMethodDescriptioncom.google.protobuf.Parser<TimeseriesPointPost>TimeseriesPointPost.getParserForType()static com.google.protobuf.Parser<TimeseriesPointPost>TimeseriesPointPost.parser()Methods in com.cognite.client.dto with parameters of type TimeseriesPointPostModifier and TypeMethodDescriptionTimeseriesPointPost.Builder.mergeFrom(TimeseriesPointPost other) static TimeseriesPointPost.BuilderTimeseriesPointPost.newBuilder(TimeseriesPointPost prototype) -
Uses of TimeseriesPointPost in com.cognite.client.util
Methods in com.cognite.client.util that return types with arguments of type TimeseriesPointPostModifier and TypeMethodDescriptionstatic List<TimeseriesPointPost>DataGenerator.generateTsDatapointsObjects(int noItems, double frequency, String externalId) static List<TimeseriesPointPost>DataGenerator.generateTsDatapointsObjects(int noItems, double frequency, List<String> externalIdList)