Uses of Class
com.cognite.client.dto.EntityMatch
-
Packages that use EntityMatch Package Description com.cognite.client.dto -
-
Uses of EntityMatch in com.cognite.client.dto
Methods in com.cognite.client.dto that return EntityMatch Modifier and Type Method Description EntityMatchEntityMatch.Builder. build()EntityMatchEntityMatch.Builder. buildPartial()static EntityMatchEntityMatch. getDefaultInstance()EntityMatchEntityMatch.Builder. getDefaultInstanceForType()EntityMatchEntityMatch. getDefaultInstanceForType()EntityMatchEntityMatchResult.Builder. getMatches(int index)repeated .com.cognite.client.dto.EntityMatch matches = 2;EntityMatchEntityMatchResult. getMatches(int index)repeated .com.cognite.client.dto.EntityMatch matches = 2;EntityMatchEntityMatchResultOrBuilder. 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 EntityMatch Modifier and Type Method Description List<EntityMatch>EntityMatchResult.Builder. getMatchesList()repeated .com.cognite.client.dto.EntityMatch matches = 2;List<EntityMatch>EntityMatchResult. getMatchesList()repeated .com.cognite.client.dto.EntityMatch matches = 2;List<EntityMatch>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 EntityMatch Modifier and Type Method Description EntityMatchResult.BuilderEntityMatchResult.Builder. addMatches(int index, EntityMatch value)repeated .com.cognite.client.dto.EntityMatch matches = 2;EntityMatchResult.BuilderEntityMatchResult.Builder. addMatches(EntityMatch value)repeated .com.cognite.client.dto.EntityMatch matches = 2;EntityMatch.BuilderEntityMatch.Builder. mergeFrom(EntityMatch other)static EntityMatch.BuilderEntityMatch. newBuilder(EntityMatch prototype)EntityMatchResult.BuilderEntityMatchResult.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 EntityMatch Modifier and Type Method Description EntityMatchResult.BuilderEntityMatchResult.Builder. addAllMatches(Iterable<? extends EntityMatch> values)repeated .com.cognite.client.dto.EntityMatch matches = 2;
-