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
Returns Optional. Span of time that's a fraction of a second at nanosecond resolution.
753 754 755 756 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault_gce.rb', line 753 class SchedulingDuration include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#seconds ⇒ ::Integer
Returns Optional. Span of time at a resolution of a second.
753 754 755 756 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault_gce.rb', line 753 class SchedulingDuration include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |