Class: Google::Cloud::Deploy::V1::OneTimeWindow
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::OneTimeWindow
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
One-time window within which actions are restricted. For example, blocking actions over New Year's Eve from December 31st at 5pm to January 1st at 9am.
Instance Attribute Summary collapse
-
#end_date ⇒ ::Google::Type::Date
Required.
-
#end_time ⇒ ::Google::Type::TimeOfDay
Required.
-
#start_date ⇒ ::Google::Type::Date
Required.
-
#start_time ⇒ ::Google::Type::TimeOfDay
Required.
Instance Attribute Details
#end_date ⇒ ::Google::Type::Date
Returns Required. End date.
1749 1750 1751 1752 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1749 class OneTimeWindow include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#end_time ⇒ ::Google::Type::TimeOfDay
Returns Required. End time (exclusive). You may use 24:00 for the end of the day.
1749 1750 1751 1752 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1749 class OneTimeWindow include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_date ⇒ ::Google::Type::Date
Returns Required. Start date.
1749 1750 1751 1752 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1749 class OneTimeWindow include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time ⇒ ::Google::Type::TimeOfDay
Returns Required. Start time (inclusive). Use 00:00 for the beginning of the day.
1749 1750 1751 1752 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1749 class OneTimeWindow include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |