Uses of Class
com.cognite.client.dto.ThreeDNode.Categories
-
Packages that use ThreeDNode.Categories Package Description com.cognite.client.dto -
-
Uses of ThreeDNode.Categories in com.cognite.client.dto
Methods in com.cognite.client.dto that return ThreeDNode.Categories Modifier and Type Method Description ThreeDNode.CategoriesThreeDNode.Categories.Builder. build()ThreeDNode.CategoriesThreeDNode.Categories.Builder. buildPartial()ThreeDNode.CategoriesThreeDNode.Properties.Builder. getCategories(int index)repeated .com.cognite.beam.proto.ThreeDNode.Categories categories = 1;ThreeDNode.CategoriesThreeDNode.Properties. getCategories(int index)repeated .com.cognite.beam.proto.ThreeDNode.Categories categories = 1;ThreeDNode.CategoriesThreeDNode.PropertiesOrBuilder. getCategories(int index)repeated .com.cognite.beam.proto.ThreeDNode.Categories categories = 1;static ThreeDNode.CategoriesThreeDNode.Categories. getDefaultInstance()ThreeDNode.CategoriesThreeDNode.Categories.Builder. getDefaultInstanceForType()ThreeDNode.CategoriesThreeDNode.Categories. getDefaultInstanceForType()static ThreeDNode.CategoriesThreeDNode.Categories. parseDelimitedFrom(InputStream input)static ThreeDNode.CategoriesThreeDNode.Categories. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ThreeDNode.CategoriesThreeDNode.Categories. parseFrom(byte[] data)static ThreeDNode.CategoriesThreeDNode.Categories. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ThreeDNode.CategoriesThreeDNode.Categories. parseFrom(com.google.protobuf.ByteString data)static ThreeDNode.CategoriesThreeDNode.Categories. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ThreeDNode.CategoriesThreeDNode.Categories. parseFrom(com.google.protobuf.CodedInputStream input)static ThreeDNode.CategoriesThreeDNode.Categories. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ThreeDNode.CategoriesThreeDNode.Categories. parseFrom(InputStream input)static ThreeDNode.CategoriesThreeDNode.Categories. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ThreeDNode.CategoriesThreeDNode.Categories. parseFrom(ByteBuffer data)static ThreeDNode.CategoriesThreeDNode.Categories. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.cognite.client.dto that return types with arguments of type ThreeDNode.Categories Modifier and Type Method Description List<ThreeDNode.Categories>ThreeDNode.Properties.Builder. getCategoriesList()repeated .com.cognite.beam.proto.ThreeDNode.Categories categories = 1;List<ThreeDNode.Categories>ThreeDNode.Properties. getCategoriesList()repeated .com.cognite.beam.proto.ThreeDNode.Categories categories = 1;List<ThreeDNode.Categories>ThreeDNode.PropertiesOrBuilder. getCategoriesList()repeated .com.cognite.beam.proto.ThreeDNode.Categories categories = 1;com.google.protobuf.Parser<ThreeDNode.Categories>ThreeDNode.Categories. getParserForType()static com.google.protobuf.Parser<ThreeDNode.Categories>ThreeDNode.Categories. parser()Methods in com.cognite.client.dto with parameters of type ThreeDNode.Categories Modifier and Type Method Description ThreeDNode.Properties.BuilderThreeDNode.Properties.Builder. addCategories(int index, ThreeDNode.Categories value)repeated .com.cognite.beam.proto.ThreeDNode.Categories categories = 1;ThreeDNode.Properties.BuilderThreeDNode.Properties.Builder. addCategories(ThreeDNode.Categories value)repeated .com.cognite.beam.proto.ThreeDNode.Categories categories = 1;ThreeDNode.Categories.BuilderThreeDNode.Categories.Builder. mergeFrom(ThreeDNode.Categories other)static ThreeDNode.Categories.BuilderThreeDNode.Categories. newBuilder(ThreeDNode.Categories prototype)ThreeDNode.Properties.BuilderThreeDNode.Properties.Builder. setCategories(int index, ThreeDNode.Categories value)repeated .com.cognite.beam.proto.ThreeDNode.Categories categories = 1;Method parameters in com.cognite.client.dto with type arguments of type ThreeDNode.Categories Modifier and Type Method Description ThreeDNode.Properties.BuilderThreeDNode.Properties.Builder. addAllCategories(Iterable<? extends ThreeDNode.Categories> values)repeated .com.cognite.beam.proto.ThreeDNode.Categories categories = 1;
-