Class DatahubIngestionCheckpoint

    • Constructor Detail

      • DatahubIngestionCheckpoint

        public DatahubIngestionCheckpoint()
    • Method Detail

      • get__type

        @NotNull
        public @NotNull java.lang.String get__type()
        Name of this subclass in SimpleClassName format
        Returns:
        __type
      • getTimestampMillis

        @NotNull
        @Min(-9223372036854775808L)
        @Max(9223372036854775807L)
        public @NotNull @Min(-9223372036854775808L) @Max(9223372036854775807L) java.lang.Long getTimestampMillis()
        The event timestamp field as epoch at UTC in milli seconds. minimum: -9223372036854775808 maximum: 9223372036854775807
        Returns:
        timestampMillis
      • setTimestampMillis

        public void setTimestampMillis​(java.lang.Long timestampMillis)
      • getEventGranularity

        @Valid
        public @Valid TimeWindowSize getEventGranularity()
        Get eventGranularity
        Returns:
        eventGranularity
      • setEventGranularity

        public void setEventGranularity​(TimeWindowSize eventGranularity)
      • getPartitionSpec

        @NotNull
        @Valid
        public @NotNull @Valid PartitionSpec getPartitionSpec()
        Get partitionSpec
        Returns:
        partitionSpec
      • setPartitionSpec

        public void setPartitionSpec​(PartitionSpec partitionSpec)
      • getMessageId

        public java.lang.String getMessageId()
        The optional messageId, if provided serves as a custom user-defined unique identifier for an aspect value.
        Returns:
        messageId
      • setMessageId

        public void setMessageId​(java.lang.String messageId)
      • getPipelineName

        @NotNull
        public @NotNull java.lang.String getPipelineName()
        The name of the pipeline that ran ingestion, a stable unique user provided identifier. e.g. my_snowflake1-to-datahub.
        Returns:
        pipelineName
      • setPipelineName

        public void setPipelineName​(java.lang.String pipelineName)
      • getPlatformInstanceId

        @NotNull
        public @NotNull java.lang.String getPlatformInstanceId()
        The id of the instance against which the ingestion pipeline ran. e.g.: Bigquery project ids, MySQL hostnames etc.
        Returns:
        platformInstanceId
      • setPlatformInstanceId

        public void setPlatformInstanceId​(java.lang.String platformInstanceId)
      • getConfig

        @NotNull
        public @NotNull java.lang.String getConfig()
        Json-encoded string representation of the non-secret members of the config .
        Returns:
        config
      • setConfig

        public void setConfig​(java.lang.String config)
      • getRunId

        @NotNull
        public @NotNull java.lang.String getRunId()
        The run identifier of this job.
        Returns:
        runId
      • setRunId

        public void setRunId​(java.lang.String runId)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object