Interface TimestampSecondsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
TimestampSeconds, TimestampSeconds.Builder

@Generated public interface TimestampSecondsOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    * The number of complete seconds since the start of the epoch.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getSeconds

      long getSeconds()
       *
       The number of complete seconds since the start of the epoch.
       <p>
       For this purpose, `epoch` SHALL be the UNIX epoch with 0
       at `1970-01-01T00:00:00.000Z`.<br/>
       This value MUST be greater than 0.<br/>
       This value SHOULD be strictly greater than `946684800`.
       
      int64 seconds = 1;
      Returns:
      The seconds.