Class: Google::Cloud::EdgeContainer::V1::TimeWindow
- Inherits:
-
Object
- Object
- Google::Cloud::EdgeContainer::V1::TimeWindow
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/edgecontainer/v1/resources.rb
Overview
Represents an arbitrary window of time.
Instance Attribute Summary collapse
-
#end_time ⇒ ::Google::Protobuf::Timestamp
The time that the window ends.
-
#start_time ⇒ ::Google::Protobuf::Timestamp
The time that the window first starts.
Instance Attribute Details
#end_time ⇒ ::Google::Protobuf::Timestamp
Returns The time that the window ends. The end time must take place after the start time.
818 819 820 821 |
# File 'proto_docs/google/cloud/edgecontainer/v1/resources.rb', line 818 class TimeWindow include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time ⇒ ::Google::Protobuf::Timestamp
Returns The time that the window first starts.
818 819 820 821 |
# File 'proto_docs/google/cloud/edgecontainer/v1/resources.rb', line 818 class TimeWindow include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |