Uses of Class
com.cognite.client.dto.EntityMatch
Packages that use EntityMatch
-
Uses of EntityMatch in com.cognite.client.dto
Methods in com.cognite.client.dto that return EntityMatchModifier and TypeMethodDescriptionEntityMatch.Builder.build()EntityMatch.Builder.buildPartial()static EntityMatchEntityMatch.getDefaultInstance()EntityMatch.Builder.getDefaultInstanceForType()EntityMatch.getDefaultInstanceForType()EntityMatchResult.Builder.getMatches(int index) repeated .com.cognite.client.dto.EntityMatch matches = 2;EntityMatchResult.getMatches(int index) repeated .com.cognite.client.dto.EntityMatch matches = 2;EntityMatchResultOrBuilder.getMatches(int index) repeated .com.cognite.client.dto.EntityMatch matches = 2;static EntityMatchEntityMatch.parseDelimitedFrom(InputStream input) static EntityMatchEntityMatch.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EntityMatchEntityMatch.parseFrom(byte[] data) static EntityMatchEntityMatch.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EntityMatchEntityMatch.parseFrom(com.google.protobuf.ByteString data) static EntityMatchEntityMatch.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EntityMatchEntityMatch.parseFrom(com.google.protobuf.CodedInputStream input) static EntityMatchEntityMatch.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EntityMatchEntityMatch.parseFrom(InputStream input) static EntityMatchEntityMatch.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EntityMatchEntityMatch.parseFrom(ByteBuffer data) static EntityMatchEntityMatch.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.cognite.client.dto that return types with arguments of type EntityMatchModifier and TypeMethodDescriptionEntityMatchResult.Builder.getMatchesList()repeated .com.cognite.client.dto.EntityMatch matches = 2;EntityMatchResult.getMatchesList()repeated .com.cognite.client.dto.EntityMatch matches = 2;EntityMatchResultOrBuilder.getMatchesList()repeated .com.cognite.client.dto.EntityMatch matches = 2;com.google.protobuf.Parser<EntityMatch>EntityMatch.getParserForType()static com.google.protobuf.Parser<EntityMatch>EntityMatch.parser()Methods in com.cognite.client.dto with parameters of type EntityMatchModifier and TypeMethodDescriptionEntityMatchResult.Builder.addMatches(int index, EntityMatch value) repeated .com.cognite.client.dto.EntityMatch matches = 2;EntityMatchResult.Builder.addMatches(EntityMatch value) repeated .com.cognite.client.dto.EntityMatch matches = 2;EntityMatch.Builder.mergeFrom(EntityMatch other) static EntityMatch.BuilderEntityMatch.newBuilder(EntityMatch prototype) EntityMatchResult.Builder.setMatches(int index, EntityMatch value) repeated .com.cognite.client.dto.EntityMatch matches = 2;Method parameters in com.cognite.client.dto with type arguments of type EntityMatchModifier and TypeMethodDescriptionEntityMatchResult.Builder.addAllMatches(Iterable<? extends EntityMatch> values) repeated .com.cognite.client.dto.EntityMatch matches = 2;