Uses of Class
com.cognite.client.dto.MatchField
-
Packages that use MatchField Package Description com.cognite.client.dto -
-
Uses of MatchField in com.cognite.client.dto
Methods in com.cognite.client.dto that return MatchField Modifier and Type Method Description MatchFieldMatchField.Builder. build()MatchFieldMatchField.Builder. buildPartial()static MatchFieldMatchField. getDefaultInstance()MatchFieldMatchField.Builder. getDefaultInstanceForType()MatchFieldMatchField. getDefaultInstanceForType()MatchFieldEntityMatchModel.Builder. getMatchFields(int index)repeated .com.cognite.beam.proto.MatchField match_fields = 10;MatchFieldEntityMatchModel. getMatchFields(int index)repeated .com.cognite.beam.proto.MatchField match_fields = 10;MatchFieldEntityMatchModelOrBuilder. getMatchFields(int index)repeated .com.cognite.beam.proto.MatchField match_fields = 10;static MatchFieldMatchField. parseDelimitedFrom(InputStream input)static MatchFieldMatchField. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MatchFieldMatchField. parseFrom(byte[] data)static MatchFieldMatchField. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MatchFieldMatchField. parseFrom(com.google.protobuf.ByteString data)static MatchFieldMatchField. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MatchFieldMatchField. parseFrom(com.google.protobuf.CodedInputStream input)static MatchFieldMatchField. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MatchFieldMatchField. parseFrom(InputStream input)static MatchFieldMatchField. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MatchFieldMatchField. parseFrom(ByteBuffer data)static MatchFieldMatchField. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.cognite.client.dto that return types with arguments of type MatchField Modifier and Type Method Description List<MatchField>EntityMatchModel.Builder. getMatchFieldsList()repeated .com.cognite.beam.proto.MatchField match_fields = 10;List<MatchField>EntityMatchModel. getMatchFieldsList()repeated .com.cognite.beam.proto.MatchField match_fields = 10;List<MatchField>EntityMatchModelOrBuilder. getMatchFieldsList()repeated .com.cognite.beam.proto.MatchField match_fields = 10;com.google.protobuf.Parser<MatchField>MatchField. getParserForType()static com.google.protobuf.Parser<MatchField>MatchField. parser()Methods in com.cognite.client.dto with parameters of type MatchField Modifier and Type Method Description EntityMatchModel.BuilderEntityMatchModel.Builder. addMatchFields(int index, MatchField value)repeated .com.cognite.beam.proto.MatchField match_fields = 10;EntityMatchModel.BuilderEntityMatchModel.Builder. addMatchFields(MatchField value)repeated .com.cognite.beam.proto.MatchField match_fields = 10;MatchField.BuilderMatchField.Builder. mergeFrom(MatchField other)static MatchField.BuilderMatchField. newBuilder(MatchField prototype)EntityMatchModel.BuilderEntityMatchModel.Builder. setMatchFields(int index, MatchField value)repeated .com.cognite.beam.proto.MatchField match_fields = 10;Method parameters in com.cognite.client.dto with type arguments of type MatchField Modifier and Type Method Description EntityMatchModel.BuilderEntityMatchModel.Builder. addAllMatchFields(Iterable<? extends MatchField> values)repeated .com.cognite.beam.proto.MatchField match_fields = 10;
-