Uses of Class
com.cognite.client.dto.DataSet
Packages that use DataSet
Package
Description
-
Uses of DataSet in com.cognite.client
Methods in com.cognite.client that return types with arguments of type DataSetModifier and TypeMethodDescriptionDatasets.list()Returns allDataSetobjects.Datasets.retrieve(long... id) Retrieve datasets byinternal id.Retrieve datasets byexternalId.Retrieves datasets byexternalId / id.Creates or update a set ofDataSetobjects.Method parameters in com.cognite.client with type arguments of type DataSet -
Uses of DataSet in com.cognite.client.dto
Methods in com.cognite.client.dto that return DataSetModifier and TypeMethodDescriptionDataSet.Builder.build()DataSet.Builder.buildPartial()static DataSetDataSet.getDefaultInstance()DataSet.Builder.getDefaultInstanceForType()DataSet.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 DataSetModifier and TypeMethodDescriptioncom.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 -
Uses of DataSet in com.cognite.client.servicesV1.parser
Methods in com.cognite.client.servicesV1.parser that return DataSetModifier and TypeMethodDescriptionstatic DataSetDataSetParser.parseDataSet(String json) Parses a data set json string toDataSetproto object.Methods in com.cognite.client.servicesV1.parser with parameters of type DataSetModifier and TypeMethodDescriptionDataSetParser.toRequestInsertItem(DataSet element) Builds a request insert item object fromDataSet.DataSetParser.toRequestReplaceItem(DataSet element) Builds a request update replace item object fromDataSet.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