Uses of Class
com.cognite.client.dto.EntityMatch.Builder
Packages that use EntityMatch.Builder
-
Uses of EntityMatch.Builder in com.cognite.client.dto
Methods in com.cognite.client.dto that return EntityMatch.BuilderModifier and TypeMethodDescriptionEntityMatchResult.Builder.addMatchesBuilder()repeated .com.cognite.client.dto.EntityMatch matches = 2;EntityMatchResult.Builder.addMatchesBuilder(int index) repeated .com.cognite.client.dto.EntityMatch matches = 2;EntityMatch.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) EntityMatch.Builder.clear()EntityMatch.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) EntityMatch.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) EntityMatch.Builder.clearScore()optional double score = 1;EntityMatch.Builder.clearTarget().google.protobuf.Struct target = 2;EntityMatch.Builder.clone()EntityMatchResult.Builder.getMatchesBuilder(int index) repeated .com.cognite.client.dto.EntityMatch matches = 2;EntityMatch.Builder.mergeFrom(EntityMatch other) EntityMatch.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) EntityMatch.Builder.mergeFrom(com.google.protobuf.Message other) EntityMatch.Builder.mergeTarget(com.google.protobuf.Struct value) .google.protobuf.Struct target = 2;final EntityMatch.BuilderEntityMatch.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static EntityMatch.BuilderEntityMatch.newBuilder()static EntityMatch.BuilderEntityMatch.newBuilder(EntityMatch prototype) EntityMatch.newBuilderForType()protected EntityMatch.BuilderEntityMatch.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) EntityMatch.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) EntityMatch.Builder.setScore(double value) optional double score = 1;EntityMatch.Builder.setTarget(com.google.protobuf.Struct value) .google.protobuf.Struct target = 2;EntityMatch.Builder.setTarget(com.google.protobuf.Struct.Builder builderForValue) .google.protobuf.Struct target = 2;final EntityMatch.BuilderEntityMatch.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) EntityMatch.toBuilder()Methods in com.cognite.client.dto that return types with arguments of type EntityMatch.BuilderModifier and TypeMethodDescriptionEntityMatchResult.Builder.getMatchesBuilderList()repeated .com.cognite.client.dto.EntityMatch matches = 2;Methods in com.cognite.client.dto with parameters of type EntityMatch.BuilderModifier and TypeMethodDescriptionEntityMatchResult.Builder.addMatches(int index, EntityMatch.Builder builderForValue) repeated .com.cognite.client.dto.EntityMatch matches = 2;EntityMatchResult.Builder.addMatches(EntityMatch.Builder builderForValue) repeated .com.cognite.client.dto.EntityMatch matches = 2;EntityMatchResult.Builder.setMatches(int index, EntityMatch.Builder builderForValue) repeated .com.cognite.client.dto.EntityMatch matches = 2;