Uses of Class
com.cognite.v1.timeseries.proto.DataPointInsertionItem
-
Packages that use DataPointInsertionItem Package Description com.cognite.v1.timeseries.proto -
-
Uses of DataPointInsertionItem in com.cognite.v1.timeseries.proto
Methods in com.cognite.v1.timeseries.proto that return DataPointInsertionItem Modifier and Type Method Description DataPointInsertionItemDataPointInsertionItem.Builder. build()DataPointInsertionItemDataPointInsertionItem.Builder. buildPartial()static DataPointInsertionItemDataPointInsertionItem. getDefaultInstance()DataPointInsertionItemDataPointInsertionItem.Builder. getDefaultInstanceForType()DataPointInsertionItemDataPointInsertionItem. getDefaultInstanceForType()DataPointInsertionItemDataPointInsertionRequest.Builder. getItems(int index)repeated .com.cognite.v1.timeseries.proto.DataPointInsertionItem items = 1;DataPointInsertionItemDataPointInsertionRequest. getItems(int index)repeated .com.cognite.v1.timeseries.proto.DataPointInsertionItem items = 1;DataPointInsertionItemDataPointInsertionRequestOrBuilder. getItems(int index)repeated .com.cognite.v1.timeseries.proto.DataPointInsertionItem items = 1;static DataPointInsertionItemDataPointInsertionItem. parseDelimitedFrom(InputStream input)static DataPointInsertionItemDataPointInsertionItem. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DataPointInsertionItemDataPointInsertionItem. parseFrom(byte[] data)static DataPointInsertionItemDataPointInsertionItem. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DataPointInsertionItemDataPointInsertionItem. parseFrom(com.google.protobuf.ByteString data)static DataPointInsertionItemDataPointInsertionItem. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DataPointInsertionItemDataPointInsertionItem. parseFrom(com.google.protobuf.CodedInputStream input)static DataPointInsertionItemDataPointInsertionItem. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DataPointInsertionItemDataPointInsertionItem. parseFrom(InputStream input)static DataPointInsertionItemDataPointInsertionItem. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DataPointInsertionItemDataPointInsertionItem. parseFrom(ByteBuffer data)static DataPointInsertionItemDataPointInsertionItem. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.cognite.v1.timeseries.proto that return types with arguments of type DataPointInsertionItem Modifier and Type Method Description List<DataPointInsertionItem>DataPointInsertionRequest.Builder. getItemsList()repeated .com.cognite.v1.timeseries.proto.DataPointInsertionItem items = 1;List<DataPointInsertionItem>DataPointInsertionRequest. getItemsList()repeated .com.cognite.v1.timeseries.proto.DataPointInsertionItem items = 1;List<DataPointInsertionItem>DataPointInsertionRequestOrBuilder. getItemsList()repeated .com.cognite.v1.timeseries.proto.DataPointInsertionItem items = 1;com.google.protobuf.Parser<DataPointInsertionItem>DataPointInsertionItem. getParserForType()static com.google.protobuf.Parser<DataPointInsertionItem>DataPointInsertionItem. parser()Methods in com.cognite.v1.timeseries.proto with parameters of type DataPointInsertionItem Modifier and Type Method Description DataPointInsertionRequest.BuilderDataPointInsertionRequest.Builder. addItems(int index, DataPointInsertionItem value)repeated .com.cognite.v1.timeseries.proto.DataPointInsertionItem items = 1;DataPointInsertionRequest.BuilderDataPointInsertionRequest.Builder. addItems(DataPointInsertionItem value)repeated .com.cognite.v1.timeseries.proto.DataPointInsertionItem items = 1;DataPointInsertionItem.BuilderDataPointInsertionItem.Builder. mergeFrom(DataPointInsertionItem other)static DataPointInsertionItem.BuilderDataPointInsertionItem. newBuilder(DataPointInsertionItem prototype)DataPointInsertionRequest.BuilderDataPointInsertionRequest.Builder. setItems(int index, DataPointInsertionItem value)repeated .com.cognite.v1.timeseries.proto.DataPointInsertionItem items = 1;Method parameters in com.cognite.v1.timeseries.proto with type arguments of type DataPointInsertionItem Modifier and Type Method Description DataPointInsertionRequest.BuilderDataPointInsertionRequest.Builder. addAllItems(Iterable<? extends DataPointInsertionItem> values)repeated .com.cognite.v1.timeseries.proto.DataPointInsertionItem items = 1;
-