Uses of Class
com.cognite.client.dto.ThreeDNode.Categories
Packages that use ThreeDNode.Categories
-
Uses of ThreeDNode.Categories in com.cognite.client.dto
Methods in com.cognite.client.dto that return ThreeDNode.CategoriesModifier and TypeMethodDescriptionThreeDNode.Categories.Builder.build()ThreeDNode.Categories.Builder.buildPartial()ThreeDNode.Properties.Builder.getCategories(int index) repeated .com.cognite.client.dto.ThreeDNode.Categories categories = 1;ThreeDNode.Properties.getCategories(int index) repeated .com.cognite.client.dto.ThreeDNode.Categories categories = 1;ThreeDNode.PropertiesOrBuilder.getCategories(int index) repeated .com.cognite.client.dto.ThreeDNode.Categories categories = 1;static ThreeDNode.CategoriesThreeDNode.Categories.getDefaultInstance()ThreeDNode.Categories.Builder.getDefaultInstanceForType()ThreeDNode.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.CategoriesModifier and TypeMethodDescriptionThreeDNode.Properties.Builder.getCategoriesList()repeated .com.cognite.client.dto.ThreeDNode.Categories categories = 1;ThreeDNode.Properties.getCategoriesList()repeated .com.cognite.client.dto.ThreeDNode.Categories categories = 1;ThreeDNode.PropertiesOrBuilder.getCategoriesList()repeated .com.cognite.client.dto.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.CategoriesModifier and TypeMethodDescriptionThreeDNode.Properties.Builder.addCategories(int index, ThreeDNode.Categories value) repeated .com.cognite.client.dto.ThreeDNode.Categories categories = 1;ThreeDNode.Properties.Builder.addCategories(ThreeDNode.Categories value) repeated .com.cognite.client.dto.ThreeDNode.Categories categories = 1;ThreeDNode.Categories.Builder.mergeFrom(ThreeDNode.Categories other) ThreeDNode.Categories.newBuilder(ThreeDNode.Categories prototype) ThreeDNode.Properties.Builder.setCategories(int index, ThreeDNode.Categories value) repeated .com.cognite.client.dto.ThreeDNode.Categories categories = 1;Method parameters in com.cognite.client.dto with type arguments of type ThreeDNode.CategoriesModifier and TypeMethodDescriptionThreeDNode.Properties.Builder.addAllCategories(Iterable<? extends ThreeDNode.Categories> values) repeated .com.cognite.client.dto.ThreeDNode.Categories categories = 1;