Class: Google::Cloud::BackupDR::V1::SchedulingDuration
- Inherits:
-
Object
- Object
- Google::Cloud::BackupDR::V1::SchedulingDuration
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/backupdr/v1/backupvault_gce.rb
Overview
A SchedulingDuration 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
-
#nanos ⇒ ::Integer
Optional.
-
#seconds ⇒ ::Integer
Optional.
Instance Attribute Details
#nanos ⇒ ::Integer
761 762 763 764 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault_gce.rb', line 761 class SchedulingDuration include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#seconds ⇒ ::Integer
761 762 763 764 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault_gce.rb', line 761 class SchedulingDuration include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |