Method: Google::Protobuf::Timestamp#nanos

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

#nanos::Integer

Returns Non-negative fractions of a second at nanosecond resolution. Negative second values with fractions must still have non-negative nanos values that count forward in time. Must be from 0 to 999,999,999 inclusive.

Returns:

  • (::Integer)

    Non-negative fractions of a second at nanosecond resolution. Negative second values with fractions must still have non-negative nanos values that count forward in time. Must be from 0 to 999,999,999 inclusive.

[View source]

124
125
126
127
# File 'proto_docs/google/protobuf/timestamp.rb', line 124

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