Uses of Class
com.cognite.client.dto.TimeseriesPointPost
-
Packages that use TimeseriesPointPost Package Description com.cognite.client com.cognite.client.dto com.cognite.client.util -
-
Uses of TimeseriesPointPost in com.cognite.client
Methods in com.cognite.client that return types with arguments of type TimeseriesPointPost Modifier and Type Method Description List<TimeseriesPointPost>DataPoints. upsert(List<TimeseriesPointPost> dataPoints)Creates or update a set ofTimeseriesPointobjects.Method parameters in com.cognite.client with type arguments of type TimeseriesPointPost Modifier and Type Method Description List<TimeseriesPointPost>DataPoints. upsert(List<TimeseriesPointPost> dataPoints)Creates or update a set ofTimeseriesPointobjects. -
Uses of TimeseriesPointPost in com.cognite.client.dto
Methods in com.cognite.client.dto that return TimeseriesPointPost Modifier and Type Method Description TimeseriesPointPostTimeseriesPointPost.Builder. build()TimeseriesPointPostTimeseriesPointPost.Builder. buildPartial()static TimeseriesPointPostTimeseriesPointPost. getDefaultInstance()TimeseriesPointPostTimeseriesPointPost.Builder. getDefaultInstanceForType()TimeseriesPointPostTimeseriesPointPost. 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 TimeseriesPointPost Modifier and Type Method Description com.google.protobuf.Parser<TimeseriesPointPost>TimeseriesPointPost. getParserForType()static com.google.protobuf.Parser<TimeseriesPointPost>TimeseriesPointPost. parser()Methods in com.cognite.client.dto with parameters of type TimeseriesPointPost Modifier and Type Method Description TimeseriesPointPost.BuilderTimeseriesPointPost.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 TimeseriesPointPost Modifier and Type Method Description static List<TimeseriesPointPost>DataGenerator. generateTsDatapointsObjects(int noItems, double frequency, String externalId)static List<TimeseriesPointPost>DataGenerator. generateTsDatapointsObjects(int noItems, double frequency, List<String> externalIdList)
-