Uses of Class
com.cognite.client.dto.DataSet
-
Packages that use DataSet Package Description com.cognite.client com.cognite.client.dto com.cognite.client.servicesV1.parser com.cognite.client.util -
-
Uses of DataSet in com.cognite.client
Methods in com.cognite.client that return types with arguments of type DataSet Modifier and Type Method Description Iterator<List<DataSet>>Datasets. list()Returns allDataSetobjects.Iterator<List<DataSet>>Datasets. list(Request requestParameters)Iterator<List<DataSet>>Datasets. list(Request requestParameters, String... partitions)List<DataSet>Datasets. retrieve(long... id)Retrieve datasets byinternal id.List<DataSet>Datasets. retrieve(String... externalId)Retrieve datasets byexternalId.List<DataSet>Datasets. retrieve(List<Item> items)Retrieves datasets byexternalId / id.List<DataSet>Datasets. upsert(List<DataSet> datasets)Creates or update a set ofDataSetobjects.Method parameters in com.cognite.client with type arguments of type DataSet Modifier and Type Method Description List<DataSet>Datasets. upsert(List<DataSet> datasets)Creates or update a set ofDataSetobjects. -
Uses of DataSet in com.cognite.client.dto
Methods in com.cognite.client.dto that return DataSet Modifier and Type Method Description DataSetDataSet.Builder. build()DataSetDataSet.Builder. buildPartial()static DataSetDataSet. getDefaultInstance()DataSetDataSet.Builder. getDefaultInstanceForType()DataSetDataSet. getDefaultInstanceForType()static DataSetDataSet. parseDelimitedFrom(InputStream input)static DataSetDataSet. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DataSetDataSet. parseFrom(byte[] data)static DataSetDataSet. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DataSetDataSet. parseFrom(com.google.protobuf.ByteString data)static DataSetDataSet. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DataSetDataSet. parseFrom(com.google.protobuf.CodedInputStream input)static DataSetDataSet. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DataSetDataSet. parseFrom(InputStream input)static DataSetDataSet. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DataSetDataSet. parseFrom(ByteBuffer data)static DataSetDataSet. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.cognite.client.dto that return types with arguments of type DataSet Modifier and Type Method Description com.google.protobuf.Parser<DataSet>DataSet. getParserForType()static com.google.protobuf.Parser<DataSet>DataSet. parser()Methods in com.cognite.client.dto with parameters of type DataSet Modifier and Type Method Description DataSet.BuilderDataSet.Builder. mergeFrom(DataSet other)static DataSet.BuilderDataSet. newBuilder(DataSet prototype) -
Uses of DataSet in com.cognite.client.servicesV1.parser
Methods in com.cognite.client.servicesV1.parser that return DataSet Modifier and Type Method Description static DataSetDataSetParser. parseDataSet(String json)Parses a data set json string toDataSetproto object.Methods in com.cognite.client.servicesV1.parser with parameters of type DataSet Modifier and Type Method Description static Map<String,Object>DataSetParser. toRequestInsertItem(DataSet element)Builds a request insert item object fromDataSet.static Map<String,Object>DataSetParser. toRequestReplaceItem(DataSet element)Builds a request update replace item object fromDataSet.static Map<String,Object>DataSetParser. toRequestUpdateItem(DataSet element)Builds a request update item object fromDataSet. -
Uses of DataSet in com.cognite.client.util
Methods in com.cognite.client.util that return types with arguments of type DataSet Modifier and Type Method Description static List<DataSet>DataGenerator. generateDataSets(int noObjects)
-