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