Interface EntityMatchModelOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    EntityMatchModel, EntityMatchModel.Builder

    public interface EntityMatchModelOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasId

        boolean hasId()
        .google.protobuf.Int64Value id = 1;
        Returns:
        Whether the id field is set.
      • getId

        Int64Value getId()
        .google.protobuf.Int64Value id = 1;
        Returns:
        The id.
      • hasExternalId

        boolean hasExternalId()
        .google.protobuf.StringValue external_id = 2;
        Returns:
        Whether the externalId field is set.
      • getExternalId

        StringValue getExternalId()
        .google.protobuf.StringValue external_id = 2;
        Returns:
        The externalId.
      • getExternalIdOrBuilder

        StringValueOrBuilder getExternalIdOrBuilder()
        .google.protobuf.StringValue external_id = 2;
      • hasStatus

        boolean hasStatus()
        .google.protobuf.StringValue status = 3;
        Returns:
        Whether the status field is set.
      • getStatus

        StringValue getStatus()
        .google.protobuf.StringValue status = 3;
        Returns:
        The status.
      • getStatusOrBuilder

        StringValueOrBuilder getStatusOrBuilder()
        .google.protobuf.StringValue status = 3;
      • hasCreatedTime

        boolean hasCreatedTime()
        .google.protobuf.Int64Value created_time = 4;
        Returns:
        Whether the createdTime field is set.
      • getCreatedTime

        Int64Value getCreatedTime()
        .google.protobuf.Int64Value created_time = 4;
        Returns:
        The createdTime.
      • getCreatedTimeOrBuilder

        Int64ValueOrBuilder getCreatedTimeOrBuilder()
        .google.protobuf.Int64Value created_time = 4;
      • hasStartTime

        boolean hasStartTime()
        .google.protobuf.Int64Value start_time = 5;
        Returns:
        Whether the startTime field is set.
      • getStartTime

        Int64Value getStartTime()
        .google.protobuf.Int64Value start_time = 5;
        Returns:
        The startTime.
      • getStartTimeOrBuilder

        Int64ValueOrBuilder getStartTimeOrBuilder()
        .google.protobuf.Int64Value start_time = 5;
      • hasStatusTime

        boolean hasStatusTime()
        .google.protobuf.Int64Value status_time = 6;
        Returns:
        Whether the statusTime field is set.
      • getStatusTime

        Int64Value getStatusTime()
        .google.protobuf.Int64Value status_time = 6;
        Returns:
        The statusTime.
      • getStatusTimeOrBuilder

        Int64ValueOrBuilder getStatusTimeOrBuilder()
        .google.protobuf.Int64Value status_time = 6;
      • hasName

        boolean hasName()
        .google.protobuf.StringValue name = 7;
        Returns:
        Whether the name field is set.
      • getName

        StringValue getName()
        .google.protobuf.StringValue name = 7;
        Returns:
        The name.
      • hasDescription

        boolean hasDescription()
        .google.protobuf.StringValue description = 8;
        Returns:
        Whether the description field is set.
      • getDescription

        StringValue getDescription()
        .google.protobuf.StringValue description = 8;
        Returns:
        The description.
      • getDescriptionOrBuilder

        StringValueOrBuilder getDescriptionOrBuilder()
        .google.protobuf.StringValue description = 8;
      • hasFeatureType

        boolean hasFeatureType()
        .google.protobuf.StringValue feature_type = 9;
        Returns:
        Whether the featureType field is set.
      • getFeatureType

        StringValue getFeatureType()
        .google.protobuf.StringValue feature_type = 9;
        Returns:
        The featureType.
      • getFeatureTypeOrBuilder

        StringValueOrBuilder getFeatureTypeOrBuilder()
        .google.protobuf.StringValue feature_type = 9;
      • getMatchFieldsList

        List<MatchField> getMatchFieldsList()
        repeated .com.cognite.beam.proto.MatchField match_fields = 10;
      • getMatchFields

        MatchField getMatchFields​(int index)
        repeated .com.cognite.beam.proto.MatchField match_fields = 10;
      • getMatchFieldsCount

        int getMatchFieldsCount()
        repeated .com.cognite.beam.proto.MatchField match_fields = 10;
      • getMatchFieldsOrBuilderList

        List<? extends MatchFieldOrBuilder> getMatchFieldsOrBuilderList()
        repeated .com.cognite.beam.proto.MatchField match_fields = 10;
      • getMatchFieldsOrBuilder

        MatchFieldOrBuilder getMatchFieldsOrBuilder​(int index)
        repeated .com.cognite.beam.proto.MatchField match_fields = 10;
      • hasIgnoreMissingFields

        boolean hasIgnoreMissingFields()
        .google.protobuf.BoolValue ignore_missing_fields = 11;
        Returns:
        Whether the ignoreMissingFields field is set.
      • getIgnoreMissingFields

        BoolValue getIgnoreMissingFields()
        .google.protobuf.BoolValue ignore_missing_fields = 11;
        Returns:
        The ignoreMissingFields.
      • getIgnoreMissingFieldsOrBuilder

        BoolValueOrBuilder getIgnoreMissingFieldsOrBuilder()
        .google.protobuf.BoolValue ignore_missing_fields = 11;
      • hasClassifier

        boolean hasClassifier()
        .google.protobuf.StringValue classifier = 12;
        Returns:
        Whether the classifier field is set.
      • getClassifier

        StringValue getClassifier()
        .google.protobuf.StringValue classifier = 12;
        Returns:
        The classifier.
      • getClassifierOrBuilder

        StringValueOrBuilder getClassifierOrBuilder()
        .google.protobuf.StringValue classifier = 12;
      • hasOriginalId

        boolean hasOriginalId()
        .google.protobuf.StringValue original_id = 13;
        Returns:
        Whether the originalId field is set.
      • getOriginalId

        StringValue getOriginalId()
        .google.protobuf.StringValue original_id = 13;
        Returns:
        The originalId.
      • getOriginalIdOrBuilder

        StringValueOrBuilder getOriginalIdOrBuilder()
        .google.protobuf.StringValue original_id = 13;