Uses of Class
com.cognite.client.dto.TimeseriesPoint
Packages that use TimeseriesPoint
-
Uses of TimeseriesPoint in com.cognite.client
Methods in com.cognite.client that return types with arguments of type TimeseriesPointModifier and TypeMethodDescriptionReturns allTimeseriesPointobjects that matches the filters set in theRequest.DataPoints.retrieveComplete(long... id) Retrieve allTimeseriesPoint/data points for the specified time series (id).DataPoints.retrieveComplete(String... externalId) Retrieve allTimeseriesPoint/data points for the specified time series (externalId).DataPoints.retrieveComplete(List<Item> items) Returns allTimeseriesPointobjects that matches the item specifications (externalId / id).DataPoints.retrieveFirst(long... id) Retrieve the first (eldest) data point for a time series.DataPoints.retrieveFirst(String... externalId) Retrieve the first (eldest) data point for a time series.DataPoints.retrieveFirst(List<Item> items) Retrieve the first (eldest) data point for a time series.DataPoints.retrieveLatest(long... id) Retrieves the latest (newest) data point for a time series.DataPoints.retrieveLatest(String... externalId) Retrieves the latest (newest) data point for a time series.DataPoints.retrieveLatest(List<Item> items) Retrieves the latest (newest) data point for a time series. -
Uses of TimeseriesPoint in com.cognite.client.dto
Methods in com.cognite.client.dto that return TimeseriesPointModifier and TypeMethodDescriptionTimeseriesPoint.Builder.build()TimeseriesPoint.Builder.buildPartial()static TimeseriesPointTimeseriesPoint.getDefaultInstance()TimeseriesPoint.Builder.getDefaultInstanceForType()TimeseriesPoint.getDefaultInstanceForType()static TimeseriesPointTimeseriesPoint.parseDelimitedFrom(InputStream input) static TimeseriesPointTimeseriesPoint.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TimeseriesPointTimeseriesPoint.parseFrom(byte[] data) static TimeseriesPointTimeseriesPoint.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TimeseriesPointTimeseriesPoint.parseFrom(com.google.protobuf.ByteString data) static TimeseriesPointTimeseriesPoint.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TimeseriesPointTimeseriesPoint.parseFrom(com.google.protobuf.CodedInputStream input) static TimeseriesPointTimeseriesPoint.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TimeseriesPointTimeseriesPoint.parseFrom(InputStream input) static TimeseriesPointTimeseriesPoint.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TimeseriesPointTimeseriesPoint.parseFrom(ByteBuffer data) static TimeseriesPointTimeseriesPoint.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.cognite.client.dto that return types with arguments of type TimeseriesPointModifier and TypeMethodDescriptioncom.google.protobuf.Parser<TimeseriesPoint>TimeseriesPoint.getParserForType()static com.google.protobuf.Parser<TimeseriesPoint>TimeseriesPoint.parser()Methods in com.cognite.client.dto with parameters of type TimeseriesPointModifier and TypeMethodDescriptionTimeseriesPoint.Builder.mergeFrom(TimeseriesPoint other) static TimeseriesPoint.BuilderTimeseriesPoint.newBuilder(TimeseriesPoint prototype) -
Uses of TimeseriesPoint in com.cognite.client.servicesV1.parser
Methods in com.cognite.client.servicesV1.parser that return types with arguments of type TimeseriesPointModifier and TypeMethodDescriptionstatic List<TimeseriesPoint>TimeseriesParser.parseDataPointListItem(DataPointListItem item) Parses aDataPointListItem(proto payload from the Cognite api) into a list ofTimeseriesPointstatic List<TimeseriesPoint>TimeseriesParser.parseDataPointListItem(String json)