Class: Google::Cloud::AssuredWorkloads::V1::TimeWindow
- Inherits:
-
Object
- Object
- Google::Cloud::AssuredWorkloads::V1::TimeWindow
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/assuredworkloads/v1/assuredworkloads.rb
Overview
Interval defining a time window.
Instance Attribute Summary collapse
-
#end_time ⇒ ::Google::Protobuf::Timestamp
The end of the time window.
-
#start_time ⇒ ::Google::Protobuf::Timestamp
The start of the time window.
Instance Attribute Details
#end_time ⇒ ::Google::Protobuf::Timestamp
Returns The end of the time window.
504 505 506 507 |
# File 'proto_docs/google/cloud/assuredworkloads/v1/assuredworkloads.rb', line 504 class TimeWindow include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time ⇒ ::Google::Protobuf::Timestamp
Returns The start of the time window.
504 505 506 507 |
# File 'proto_docs/google/cloud/assuredworkloads/v1/assuredworkloads.rb', line 504 class TimeWindow include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |