Method: Google::Protobuf::Timestamp#seconds

Defined in:
proto_docs/google/protobuf/timestamp.rb

#seconds::Integer

Returns Represents seconds of UTC time since Unix epoch 1970-01-01T00:00:00Z. Must be from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59Z inclusive.

Returns:

  • (::Integer)

    Represents seconds of UTC time since Unix epoch 1970-01-01T00:00:00Z. Must be from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59Z inclusive.



122
123
124
125
# File 'proto_docs/google/protobuf/timestamp.rb', line 122

class Timestamp
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end