Uses of Class
com.cognite.v1.timeseries.proto.DataPointListItem
Packages that use DataPointListItem
Package
Description
-
Uses of DataPointListItem in com.cognite.client.servicesV1
Methods in com.cognite.client.servicesV1 that return types with arguments of type DataPointListItemModifier and TypeMethodDescriptionConnectorServiceV1.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 DataPointListItemModifier and TypeMethodDescriptionstatic 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 DataPointListItemModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<DataPointListItem>TSPointsProtoCursorsResponseParser.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 DataPointListItemModifier and TypeMethodDescriptionDataPointListItem.Builder.build()DataPointListItem.Builder.buildPartial()static DataPointListItemDataPointListItem.getDefaultInstance()DataPointListItem.Builder.getDefaultInstanceForType()DataPointListItem.getDefaultInstanceForType()DataPointListResponse.Builder.getItems(int index) repeated .com.cognite.v1.timeseries.proto.DataPointListItem items = 1;DataPointListResponse.getItems(int index) repeated .com.cognite.v1.timeseries.proto.DataPointListItem items = 1;DataPointListResponseOrBuilder.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 DataPointListItemModifier and TypeMethodDescriptionDataPointListResponse.Builder.getItemsList()repeated .com.cognite.v1.timeseries.proto.DataPointListItem items = 1;DataPointListResponse.getItemsList()repeated .com.cognite.v1.timeseries.proto.DataPointListItem items = 1;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 DataPointListItemModifier and TypeMethodDescriptionDataPointListResponse.Builder.addItems(int index, DataPointListItem value) repeated .com.cognite.v1.timeseries.proto.DataPointListItem items = 1;DataPointListResponse.Builder.addItems(DataPointListItem value) repeated .com.cognite.v1.timeseries.proto.DataPointListItem items = 1;DataPointListItem.Builder.mergeFrom(DataPointListItem other) static DataPointListItem.BuilderDataPointListItem.newBuilder(DataPointListItem prototype) DataPointListResponse.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 DataPointListItemModifier and TypeMethodDescriptionDataPointListResponse.Builder.addAllItems(Iterable<? extends DataPointListItem> values) repeated .com.cognite.v1.timeseries.proto.DataPointListItem items = 1;