Class: Google::Cloud::BackupDR::V1::SchedulingDuration

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#nanos::Integer

Returns Optional. Span of time that's a fraction of a second at nanosecond resolution.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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