Uses of Class
com.cognite.client.dto.MatchField.Builder
Packages that use MatchField.Builder
-
Uses of MatchField.Builder in com.cognite.client.dto
Methods in com.cognite.client.dto that return MatchField.BuilderModifier and TypeMethodDescriptionEntityMatchModel.Builder.addMatchFieldsBuilder()repeated .com.cognite.client.dto.MatchField match_fields = 10;EntityMatchModel.Builder.addMatchFieldsBuilder(int index) repeated .com.cognite.client.dto.MatchField match_fields = 10;MatchField.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) MatchField.Builder.clear()MatchField.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) MatchField.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) MatchField.Builder.clearSource()string source = 1;MatchField.Builder.clearTarget()string target = 2;MatchField.Builder.clone()EntityMatchModel.Builder.getMatchFieldsBuilder(int index) repeated .com.cognite.client.dto.MatchField match_fields = 10;MatchField.Builder.mergeFrom(MatchField other) MatchField.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) MatchField.Builder.mergeFrom(com.google.protobuf.Message other) final MatchField.BuilderMatchField.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static MatchField.BuilderMatchField.newBuilder()static MatchField.BuilderMatchField.newBuilder(MatchField prototype) MatchField.newBuilderForType()protected MatchField.BuilderMatchField.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) MatchField.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) string source = 1;MatchField.Builder.setSourceBytes(com.google.protobuf.ByteString value) string source = 1;string target = 2;MatchField.Builder.setTargetBytes(com.google.protobuf.ByteString value) string target = 2;final MatchField.BuilderMatchField.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) MatchField.toBuilder()Methods in com.cognite.client.dto that return types with arguments of type MatchField.BuilderModifier and TypeMethodDescriptionEntityMatchModel.Builder.getMatchFieldsBuilderList()repeated .com.cognite.client.dto.MatchField match_fields = 10;Methods in com.cognite.client.dto with parameters of type MatchField.BuilderModifier and TypeMethodDescriptionEntityMatchModel.Builder.addMatchFields(int index, MatchField.Builder builderForValue) repeated .com.cognite.client.dto.MatchField match_fields = 10;EntityMatchModel.Builder.addMatchFields(MatchField.Builder builderForValue) repeated .com.cognite.client.dto.MatchField match_fields = 10;EntityMatchModel.Builder.setMatchFields(int index, MatchField.Builder builderForValue) repeated .com.cognite.client.dto.MatchField match_fields = 10;