EntityMatchModel.Builder |
EntityMatchModel.Builder.addAllMatchFields(Iterable<? extends MatchField> values) |
repeated .com.cognite.beam.proto.MatchField match_fields = 10;
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.addMatchFields(int index,
MatchField value) |
repeated .com.cognite.beam.proto.MatchField match_fields = 10;
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.addMatchFields(int index,
MatchField.Builder builderForValue) |
repeated .com.cognite.beam.proto.MatchField match_fields = 10;
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.addMatchFields(MatchField value) |
repeated .com.cognite.beam.proto.MatchField match_fields = 10;
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.addMatchFields(MatchField.Builder builderForValue) |
repeated .com.cognite.beam.proto.MatchField match_fields = 10;
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.clear() |
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.clearClassifier() |
.google.protobuf.StringValue classifier = 12;
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.clearCreatedTime() |
.google.protobuf.Int64Value created_time = 4;
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.clearDescription() |
.google.protobuf.StringValue description = 8;
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.clearExternalId() |
.google.protobuf.StringValue external_id = 2;
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.clearFeatureType() |
.google.protobuf.StringValue feature_type = 9;
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.clearId() |
.google.protobuf.Int64Value id = 1;
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.clearIgnoreMissingFields() |
.google.protobuf.BoolValue ignore_missing_fields = 11;
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.clearMatchFields() |
repeated .com.cognite.beam.proto.MatchField match_fields = 10;
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.clearName() |
.google.protobuf.StringValue name = 7;
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.clearOriginalId() |
.google.protobuf.StringValue original_id = 13;
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.clearStartTime() |
.google.protobuf.Int64Value start_time = 5;
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.clearStatus() |
.google.protobuf.StringValue status = 3;
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.clearStatusTime() |
.google.protobuf.Int64Value status_time = 6;
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.clone() |
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.mergeClassifier(StringValue value) |
.google.protobuf.StringValue classifier = 12;
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.mergeCreatedTime(Int64Value value) |
.google.protobuf.Int64Value created_time = 4;
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.mergeDescription(StringValue value) |
.google.protobuf.StringValue description = 8;
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.mergeExternalId(StringValue value) |
.google.protobuf.StringValue external_id = 2;
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.mergeFeatureType(StringValue value) |
.google.protobuf.StringValue feature_type = 9;
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.mergeFrom(EntityMatchModel other) |
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.mergeFrom(com.google.protobuf.Message other) |
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.mergeId(Int64Value value) |
.google.protobuf.Int64Value id = 1;
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.mergeIgnoreMissingFields(BoolValue value) |
.google.protobuf.BoolValue ignore_missing_fields = 11;
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.mergeName(StringValue value) |
.google.protobuf.StringValue name = 7;
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.mergeOriginalId(StringValue value) |
.google.protobuf.StringValue original_id = 13;
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.mergeStartTime(Int64Value value) |
.google.protobuf.Int64Value start_time = 5;
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.mergeStatus(StringValue value) |
.google.protobuf.StringValue status = 3;
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.mergeStatusTime(Int64Value value) |
.google.protobuf.Int64Value status_time = 6;
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static EntityMatchModel.Builder |
EntityMatchModel.newBuilder() |
|
static EntityMatchModel.Builder |
EntityMatchModel.newBuilder(EntityMatchModel prototype) |
|
EntityMatchModel.Builder |
EntityMatchModel.newBuilderForType() |
|
protected EntityMatchModel.Builder |
EntityMatchModel.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.removeMatchFields(int index) |
repeated .com.cognite.beam.proto.MatchField match_fields = 10;
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.setClassifier(StringValue value) |
.google.protobuf.StringValue classifier = 12;
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.setClassifier(StringValue.Builder builderForValue) |
.google.protobuf.StringValue classifier = 12;
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.setCreatedTime(Int64Value value) |
.google.protobuf.Int64Value created_time = 4;
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.setCreatedTime(Int64Value.Builder builderForValue) |
.google.protobuf.Int64Value created_time = 4;
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.setDescription(StringValue value) |
.google.protobuf.StringValue description = 8;
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.setDescription(StringValue.Builder builderForValue) |
.google.protobuf.StringValue description = 8;
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.setExternalId(StringValue value) |
.google.protobuf.StringValue external_id = 2;
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.setExternalId(StringValue.Builder builderForValue) |
.google.protobuf.StringValue external_id = 2;
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.setFeatureType(StringValue value) |
.google.protobuf.StringValue feature_type = 9;
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.setFeatureType(StringValue.Builder builderForValue) |
.google.protobuf.StringValue feature_type = 9;
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.setId(Int64Value value) |
.google.protobuf.Int64Value id = 1;
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.setId(Int64Value.Builder builderForValue) |
.google.protobuf.Int64Value id = 1;
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.setIgnoreMissingFields(BoolValue value) |
.google.protobuf.BoolValue ignore_missing_fields = 11;
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.setIgnoreMissingFields(BoolValue.Builder builderForValue) |
.google.protobuf.BoolValue ignore_missing_fields = 11;
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.setMatchFields(int index,
MatchField value) |
repeated .com.cognite.beam.proto.MatchField match_fields = 10;
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.setMatchFields(int index,
MatchField.Builder builderForValue) |
repeated .com.cognite.beam.proto.MatchField match_fields = 10;
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.setName(StringValue value) |
.google.protobuf.StringValue name = 7;
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.setName(StringValue.Builder builderForValue) |
.google.protobuf.StringValue name = 7;
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.setOriginalId(StringValue value) |
.google.protobuf.StringValue original_id = 13;
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.setOriginalId(StringValue.Builder builderForValue) |
.google.protobuf.StringValue original_id = 13;
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.setStartTime(Int64Value value) |
.google.protobuf.Int64Value start_time = 5;
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.setStartTime(Int64Value.Builder builderForValue) |
.google.protobuf.Int64Value start_time = 5;
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.setStatus(StringValue value) |
.google.protobuf.StringValue status = 3;
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.setStatus(StringValue.Builder builderForValue) |
.google.protobuf.StringValue status = 3;
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.setStatusTime(Int64Value value) |
.google.protobuf.Int64Value status_time = 6;
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.setStatusTime(Int64Value.Builder builderForValue) |
.google.protobuf.Int64Value status_time = 6;
|
EntityMatchModel.Builder |
EntityMatchModel.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
EntityMatchModel.Builder |
EntityMatchModel.toBuilder() |
|