Class: Google::Cloud::Compute::V1::Duration

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

A Duration represents a fixed-length span of time represented as a count of seconds and fractions of seconds at nanosecond resolution. It is independent of any calendar and concepts like "day" or "month". Range is approximately 10,000 years.

Instance Attribute Summary collapse

Instance Attribute Details

#nanos::Integer



7327
7328
7329
7330
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 7327

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

#seconds::Integer



7327
7328
7329
7330
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 7327

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