Uses of Class
com.cognite.client.dto.EntityMatchModel.Builder
Packages that use EntityMatchModel.Builder
-
Uses of EntityMatchModel.Builder in com.cognite.client.dto
Methods in com.cognite.client.dto that return EntityMatchModel.BuilderModifier and TypeMethodDescriptionEntityMatchModel.Builder.addAllMatchFields(Iterable<? extends MatchField> values) repeated .com.cognite.client.dto.MatchField match_fields = 10;EntityMatchModel.Builder.addMatchFields(int index, MatchField value) repeated .com.cognite.client.dto.MatchField match_fields = 10;EntityMatchModel.Builder.addMatchFields(int index, MatchField.Builder builderForValue) repeated .com.cognite.client.dto.MatchField match_fields = 10;EntityMatchModel.Builder.addMatchFields(MatchField value) 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.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) EntityMatchModel.Builder.clear()EntityMatchModel.Builder.clearClassifier()optional string classifier = 12;EntityMatchModel.Builder.clearCreatedTime()optional int64 created_time = 4;EntityMatchModel.Builder.clearDescription()optional string description = 8;EntityMatchModel.Builder.clearExternalId()optional string external_id = 2;EntityMatchModel.Builder.clearFeatureType()optional string feature_type = 9;EntityMatchModel.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) EntityMatchModel.Builder.clearId()optional int64 id = 1;EntityMatchModel.Builder.clearIgnoreMissingFields()optional bool ignore_missing_fields = 11;EntityMatchModel.Builder.clearMatchFields()repeated .com.cognite.client.dto.MatchField match_fields = 10;EntityMatchModel.Builder.clearName()optional string name = 7;EntityMatchModel.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) EntityMatchModel.Builder.clearOriginalId()optional string original_id = 13;EntityMatchModel.Builder.clearStartTime()optional int64 start_time = 5;EntityMatchModel.Builder.clearStatus()optional string status = 3;EntityMatchModel.Builder.clearStatusTime()optional int64 status_time = 6;EntityMatchModel.Builder.clone()EntityMatchModel.Builder.mergeFrom(EntityMatchModel other) EntityMatchModel.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) EntityMatchModel.Builder.mergeFrom(com.google.protobuf.Message other) final EntityMatchModel.BuilderEntityMatchModel.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static EntityMatchModel.BuilderEntityMatchModel.newBuilder()static EntityMatchModel.BuilderEntityMatchModel.newBuilder(EntityMatchModel prototype) EntityMatchModel.newBuilderForType()protected EntityMatchModel.BuilderEntityMatchModel.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) EntityMatchModel.Builder.removeMatchFields(int index) repeated .com.cognite.client.dto.MatchField match_fields = 10;EntityMatchModel.Builder.setClassifier(String value) optional string classifier = 12;EntityMatchModel.Builder.setClassifierBytes(com.google.protobuf.ByteString value) optional string classifier = 12;EntityMatchModel.Builder.setCreatedTime(long value) optional int64 created_time = 4;EntityMatchModel.Builder.setDescription(String value) optional string description = 8;EntityMatchModel.Builder.setDescriptionBytes(com.google.protobuf.ByteString value) optional string description = 8;EntityMatchModel.Builder.setExternalId(String value) optional string external_id = 2;EntityMatchModel.Builder.setExternalIdBytes(com.google.protobuf.ByteString value) optional string external_id = 2;EntityMatchModel.Builder.setFeatureType(String value) optional string feature_type = 9;EntityMatchModel.Builder.setFeatureTypeBytes(com.google.protobuf.ByteString value) optional string feature_type = 9;EntityMatchModel.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) EntityMatchModel.Builder.setId(long value) optional int64 id = 1;EntityMatchModel.Builder.setIgnoreMissingFields(boolean value) optional bool ignore_missing_fields = 11;EntityMatchModel.Builder.setMatchFields(int index, MatchField value) 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;optional string name = 7;EntityMatchModel.Builder.setNameBytes(com.google.protobuf.ByteString value) optional string name = 7;EntityMatchModel.Builder.setOriginalId(String value) optional string original_id = 13;EntityMatchModel.Builder.setOriginalIdBytes(com.google.protobuf.ByteString value) optional string original_id = 13;EntityMatchModel.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) EntityMatchModel.Builder.setStartTime(long value) optional int64 start_time = 5;optional string status = 3;EntityMatchModel.Builder.setStatusBytes(com.google.protobuf.ByteString value) optional string status = 3;EntityMatchModel.Builder.setStatusTime(long value) optional int64 status_time = 6;final EntityMatchModel.BuilderEntityMatchModel.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) EntityMatchModel.toBuilder()