Uses of Class
com.cognite.client.dto.MatchField
Packages that use MatchField
-
Uses of MatchField in com.cognite.client.dto
Methods in com.cognite.client.dto that return MatchFieldModifier and TypeMethodDescriptionMatchField.Builder.build()MatchField.Builder.buildPartial()static MatchFieldMatchField.getDefaultInstance()MatchField.Builder.getDefaultInstanceForType()MatchField.getDefaultInstanceForType()EntityMatchModel.Builder.getMatchFields(int index) repeated .com.cognite.client.dto.MatchField match_fields = 10;EntityMatchModel.getMatchFields(int index) repeated .com.cognite.client.dto.MatchField match_fields = 10;EntityMatchModelOrBuilder.getMatchFields(int index) repeated .com.cognite.client.dto.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 MatchFieldModifier and TypeMethodDescriptionEntityMatchModel.Builder.getMatchFieldsList()repeated .com.cognite.client.dto.MatchField match_fields = 10;EntityMatchModel.getMatchFieldsList()repeated .com.cognite.client.dto.MatchField match_fields = 10;EntityMatchModelOrBuilder.getMatchFieldsList()repeated .com.cognite.client.dto.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 MatchFieldModifier and TypeMethodDescriptionEntityMatchModel.Builder.addMatchFields(int index, MatchField value) repeated .com.cognite.client.dto.MatchField match_fields = 10;EntityMatchModel.Builder.addMatchFields(MatchField value) repeated .com.cognite.client.dto.MatchField match_fields = 10;MatchField.Builder.mergeFrom(MatchField other) static MatchField.BuilderMatchField.newBuilder(MatchField prototype) EntityMatchModel.Builder.setMatchFields(int index, MatchField value) repeated .com.cognite.client.dto.MatchField match_fields = 10;Method parameters in com.cognite.client.dto with type arguments of type MatchFieldModifier and TypeMethodDescriptionEntityMatchModel.Builder.addAllMatchFields(Iterable<? extends MatchField> values) repeated .com.cognite.client.dto.MatchField match_fields = 10;