Uses of Class
com.cognite.v1.timeseries.proto.DataPointListItem
-
Packages that use DataPointListItem Package Description com.cognite.client.servicesV1 com.cognite.client.servicesV1.parser com.cognite.client.servicesV1.response com.cognite.v1.timeseries.proto -
-
Uses of DataPointListItem in com.cognite.client.servicesV1
Methods in com.cognite.client.servicesV1 that return types with arguments of type DataPointListItem Modifier and Type Method Description ConnectorServiceV1.ResultFutureIterator<DataPointListItem>ConnectorServiceV1. readTsDatapointsProto(Request queryParameters)Fetch timeseries datapoints from Cognite using protobuf encoding. -
Uses of DataPointListItem in com.cognite.client.servicesV1.parser
Methods in com.cognite.client.servicesV1.parser with parameters of type DataPointListItem Modifier and Type Method Description static List<TimeseriesPoint>TimeseriesParser. parseDataPointListItem(DataPointListItem item)Parses aDataPointListItem(proto payload from the Cognite api) into a list ofTimeseriesPoint -
Uses of DataPointListItem in com.cognite.client.servicesV1.response
Methods in com.cognite.client.servicesV1.response that return types with arguments of type DataPointListItem Modifier and Type Method Description com.google.common.collect.ImmutableList<DataPointListItem>TSPointsProtoCursorsResponseParser. extractItems(byte[] payload)Extract the results items from a response body.com.google.common.collect.ImmutableList<DataPointListItem>TSPointsProtoResponseParser. extractItems(byte[] payload)Extract the results items from a response body. -
Uses of DataPointListItem in com.cognite.v1.timeseries.proto
Methods in com.cognite.v1.timeseries.proto that return DataPointListItem Modifier and Type Method Description DataPointListItemDataPointListItem.Builder. build()DataPointListItemDataPointListItem.Builder. buildPartial()static DataPointListItemDataPointListItem. getDefaultInstance()DataPointListItemDataPointListItem.Builder. getDefaultInstanceForType()DataPointListItemDataPointListItem. getDefaultInstanceForType()DataPointListItemDataPointListResponse.Builder. getItems(int index)repeated .com.cognite.v1.timeseries.proto.DataPointListItem items = 1;DataPointListItemDataPointListResponse. getItems(int index)repeated .com.cognite.v1.timeseries.proto.DataPointListItem items = 1;DataPointListItemDataPointListResponseOrBuilder. getItems(int index)repeated .com.cognite.v1.timeseries.proto.DataPointListItem items = 1;static DataPointListItemDataPointListItem. parseDelimitedFrom(InputStream input)static DataPointListItemDataPointListItem. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DataPointListItemDataPointListItem. parseFrom(byte[] data)static DataPointListItemDataPointListItem. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DataPointListItemDataPointListItem. parseFrom(com.google.protobuf.ByteString data)static DataPointListItemDataPointListItem. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DataPointListItemDataPointListItem. parseFrom(com.google.protobuf.CodedInputStream input)static DataPointListItemDataPointListItem. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DataPointListItemDataPointListItem. parseFrom(InputStream input)static DataPointListItemDataPointListItem. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DataPointListItemDataPointListItem. parseFrom(ByteBuffer data)static DataPointListItemDataPointListItem. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.cognite.v1.timeseries.proto that return types with arguments of type DataPointListItem Modifier and Type Method Description List<DataPointListItem>DataPointListResponse.Builder. getItemsList()repeated .com.cognite.v1.timeseries.proto.DataPointListItem items = 1;List<DataPointListItem>DataPointListResponse. getItemsList()repeated .com.cognite.v1.timeseries.proto.DataPointListItem items = 1;List<DataPointListItem>DataPointListResponseOrBuilder. getItemsList()repeated .com.cognite.v1.timeseries.proto.DataPointListItem items = 1;com.google.protobuf.Parser<DataPointListItem>DataPointListItem. getParserForType()static com.google.protobuf.Parser<DataPointListItem>DataPointListItem. parser()Methods in com.cognite.v1.timeseries.proto with parameters of type DataPointListItem Modifier and Type Method Description DataPointListResponse.BuilderDataPointListResponse.Builder. addItems(int index, DataPointListItem value)repeated .com.cognite.v1.timeseries.proto.DataPointListItem items = 1;DataPointListResponse.BuilderDataPointListResponse.Builder. addItems(DataPointListItem value)repeated .com.cognite.v1.timeseries.proto.DataPointListItem items = 1;DataPointListItem.BuilderDataPointListItem.Builder. mergeFrom(DataPointListItem other)static DataPointListItem.BuilderDataPointListItem. newBuilder(DataPointListItem prototype)DataPointListResponse.BuilderDataPointListResponse.Builder. setItems(int index, DataPointListItem value)repeated .com.cognite.v1.timeseries.proto.DataPointListItem items = 1;Method parameters in com.cognite.v1.timeseries.proto with type arguments of type DataPointListItem Modifier and Type Method Description DataPointListResponse.BuilderDataPointListResponse.Builder. addAllItems(Iterable<? extends DataPointListItem> values)repeated .com.cognite.v1.timeseries.proto.DataPointListItem items = 1;
-