Interface TimestampValue.Builder

    • Method Detail

      • timeInMillis

        TimestampValue.Builder timeInMillis​(Long timeInMillis)

        The value of the timestamp, in the Unix epoch format.

        Parameters:
        timeInMillis - The value of the timestamp, in the Unix epoch format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.