Uses of Class
com.cognite.client.dto.TimeseriesPoint
-
Packages that use TimeseriesPoint Package Description com.cognite.client com.cognite.client.dto com.cognite.client.servicesV1.parser -
-
Uses of TimeseriesPoint in com.cognite.client
Methods in com.cognite.client that return types with arguments of type TimeseriesPoint Modifier and Type Method Description Iterator<List<TimeseriesPoint>>DataPoints. retrieve(Request requestParameters)Returns allTimeseriesPointobjects that matches the filters set in theRequest.Iterator<List<TimeseriesPoint>>DataPoints. retrieveComplete(List<Item> items)Returns allTimeseriesPointobjects that matches the item specifications (externalId / id).List<TimeseriesPoint>DataPoints. retrieveFirst(List<Item> items)Retrieve the first (eldest) data point for a time series.List<TimeseriesPoint>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 TimeseriesPoint Modifier and Type Method Description TimeseriesPointTimeseriesPoint.Builder. build()TimeseriesPointTimeseriesPoint.Builder. buildPartial()static TimeseriesPointTimeseriesPoint. getDefaultInstance()TimeseriesPointTimeseriesPoint.Builder. getDefaultInstanceForType()TimeseriesPointTimeseriesPoint. 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 TimeseriesPoint Modifier and Type Method Description com.google.protobuf.Parser<TimeseriesPoint>TimeseriesPoint. getParserForType()static com.google.protobuf.Parser<TimeseriesPoint>TimeseriesPoint. parser()Methods in com.cognite.client.dto with parameters of type TimeseriesPoint Modifier and Type Method Description TimeseriesPoint.BuilderTimeseriesPoint.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 TimeseriesPoint Modifier and Type Method Description static List<TimeseriesPoint>TimeseriesParser. parseDataPointListItem(DataPointListItem item)Parses aDataPointListItem(proto payload from the Cognite api) into a list ofTimeseriesPointstatic List<TimeseriesPoint>TimeseriesParser. parseDataPointListItem(String json)
-