Class EntityMatchModel

  • All Implemented Interfaces:
    EntityMatchModelOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class EntityMatchModel
    extends com.google.protobuf.GeneratedMessageV3
    implements EntityMatchModelOrBuilder
    An entity match model. Represents a matching model along with its configuration and meta data.
     
    Protobuf type com.cognite.beam.proto.EntityMatchModel
    See Also:
    Serialized Form
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getUnknownFields

        public final com.google.protobuf.UnknownFieldSet getUnknownFields()
        Specified by:
        getUnknownFields in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getUnknownFields in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • hasId

        public boolean hasId()
        optional int64 id = 1;
        Specified by:
        hasId in interface EntityMatchModelOrBuilder
        Returns:
        Whether the id field is set.
      • hasExternalId

        public boolean hasExternalId()
        optional string external_id = 2;
        Specified by:
        hasExternalId in interface EntityMatchModelOrBuilder
        Returns:
        Whether the externalId field is set.
      • getExternalIdBytes

        public com.google.protobuf.ByteString getExternalIdBytes()
        optional string external_id = 2;
        Specified by:
        getExternalIdBytes in interface EntityMatchModelOrBuilder
        Returns:
        The bytes for externalId.
      • hasStatus

        public boolean hasStatus()
        optional string status = 3;
        Specified by:
        hasStatus in interface EntityMatchModelOrBuilder
        Returns:
        Whether the status field is set.
      • getStatusBytes

        public com.google.protobuf.ByteString getStatusBytes()
        optional string status = 3;
        Specified by:
        getStatusBytes in interface EntityMatchModelOrBuilder
        Returns:
        The bytes for status.
      • hasCreatedTime

        public boolean hasCreatedTime()
        optional int64 created_time = 4;
        Specified by:
        hasCreatedTime in interface EntityMatchModelOrBuilder
        Returns:
        Whether the createdTime field is set.
      • hasStartTime

        public boolean hasStartTime()
        optional int64 start_time = 5;
        Specified by:
        hasStartTime in interface EntityMatchModelOrBuilder
        Returns:
        Whether the startTime field is set.
      • hasStatusTime

        public boolean hasStatusTime()
        optional int64 status_time = 6;
        Specified by:
        hasStatusTime in interface EntityMatchModelOrBuilder
        Returns:
        Whether the statusTime field is set.
      • hasName

        public boolean hasName()
        optional string name = 7;
        Specified by:
        hasName in interface EntityMatchModelOrBuilder
        Returns:
        Whether the name field is set.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
        optional string name = 7;
        Specified by:
        getNameBytes in interface EntityMatchModelOrBuilder
        Returns:
        The bytes for name.
      • hasDescription

        public boolean hasDescription()
        optional string description = 8;
        Specified by:
        hasDescription in interface EntityMatchModelOrBuilder
        Returns:
        Whether the description field is set.
      • getDescriptionBytes

        public com.google.protobuf.ByteString getDescriptionBytes()
        optional string description = 8;
        Specified by:
        getDescriptionBytes in interface EntityMatchModelOrBuilder
        Returns:
        The bytes for description.
      • hasFeatureType

        public boolean hasFeatureType()
        optional string feature_type = 9;
        Specified by:
        hasFeatureType in interface EntityMatchModelOrBuilder
        Returns:
        Whether the featureType field is set.
      • getFeatureTypeBytes

        public com.google.protobuf.ByteString getFeatureTypeBytes()
        optional string feature_type = 9;
        Specified by:
        getFeatureTypeBytes in interface EntityMatchModelOrBuilder
        Returns:
        The bytes for featureType.
      • hasIgnoreMissingFields

        public boolean hasIgnoreMissingFields()
        optional bool ignore_missing_fields = 11;
        Specified by:
        hasIgnoreMissingFields in interface EntityMatchModelOrBuilder
        Returns:
        Whether the ignoreMissingFields field is set.
      • hasClassifier

        public boolean hasClassifier()
        optional string classifier = 12;
        Specified by:
        hasClassifier in interface EntityMatchModelOrBuilder
        Returns:
        Whether the classifier field is set.
      • getClassifierBytes

        public com.google.protobuf.ByteString getClassifierBytes()
        optional string classifier = 12;
        Specified by:
        getClassifierBytes in interface EntityMatchModelOrBuilder
        Returns:
        The bytes for classifier.
      • hasOriginalId

        public boolean hasOriginalId()
        optional string original_id = 13;
        Specified by:
        hasOriginalId in interface EntityMatchModelOrBuilder
        Returns:
        Whether the originalId field is set.
      • getOriginalIdBytes

        public com.google.protobuf.ByteString getOriginalIdBytes()
        optional string original_id = 13;
        Specified by:
        getOriginalIdBytes in interface EntityMatchModelOrBuilder
        Returns:
        The bytes for originalId.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static EntityMatchModel parseFrom​(ByteBuffer data)
                                          throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static EntityMatchModel parseFrom​(ByteBuffer data,
                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                          throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static EntityMatchModel parseFrom​(com.google.protobuf.ByteString data)
                                          throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static EntityMatchModel parseFrom​(com.google.protobuf.ByteString data,
                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                          throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static EntityMatchModel parseFrom​(byte[] data)
                                          throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static EntityMatchModel parseFrom​(byte[] data,
                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                          throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static EntityMatchModel parseFrom​(com.google.protobuf.CodedInputStream input,
                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                          throws IOException
        Throws:
        IOException
      • newBuilderForType

        public EntityMatchModel.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public EntityMatchModel.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected EntityMatchModel.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<EntityMatchModel> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public EntityMatchModel getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder