Uses of Class
com.cognite.client.dto.Label
-
Packages that use Label Package Description com.cognite.client com.cognite.client.dto com.cognite.client.servicesV1.parser com.cognite.client.util -
-
Uses of Label in com.cognite.client
Methods in com.cognite.client that return types with arguments of type Label Modifier and Type Method Description Iterator<List<Label>>Labels. list(Request requestParameters)Iterator<List<Label>>Labels. list(Request requestParameters, String... partitions)List<Label>Labels. upsert(List<Label> labels)Creates or updates a set ofLabelobjects.Method parameters in com.cognite.client with type arguments of type Label Modifier and Type Method Description List<Label>Labels. upsert(List<Label> labels)Creates or updates a set ofLabelobjects. -
Uses of Label in com.cognite.client.dto
Methods in com.cognite.client.dto that return Label Modifier and Type Method Description LabelLabel.Builder. build()LabelLabel.Builder. buildPartial()static LabelLabel. getDefaultInstance()LabelLabel.Builder. getDefaultInstanceForType()LabelLabel. getDefaultInstanceForType()static LabelLabel. parseDelimitedFrom(InputStream input)static LabelLabel. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LabelLabel. parseFrom(byte[] data)static LabelLabel. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LabelLabel. parseFrom(com.google.protobuf.ByteString data)static LabelLabel. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LabelLabel. parseFrom(com.google.protobuf.CodedInputStream input)static LabelLabel. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LabelLabel. parseFrom(InputStream input)static LabelLabel. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LabelLabel. parseFrom(ByteBuffer data)static LabelLabel. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.cognite.client.dto that return types with arguments of type Label Modifier and Type Method Description com.google.protobuf.Parser<Label>Label. getParserForType()static com.google.protobuf.Parser<Label>Label. parser()Methods in com.cognite.client.dto with parameters of type Label Modifier and Type Method Description Label.BuilderLabel.Builder. mergeFrom(Label other)static Label.BuilderLabel. newBuilder(Label prototype) -
Uses of Label in com.cognite.client.servicesV1.parser
Methods in com.cognite.client.servicesV1.parser that return Label Modifier and Type Method Description static LabelLabelParser. parseLabel(String json)Parses an event json string toLabelproto object.Methods in com.cognite.client.servicesV1.parser with parameters of type Label Modifier and Type Method Description static Map<String,Object>LabelParser. toRequestInsertItem(Label element)Builds a request insert item object fromLabel. -
Uses of Label in com.cognite.client.util
Methods in com.cognite.client.util that return types with arguments of type Label Modifier and Type Method Description static List<Label>DataGenerator. generateLabels(int noObjects)
-