Class: Google::Cloud::Deploy::V1::TimeWindows
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::TimeWindows
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
Time windows within which actions are restricted. See the documentation for more information on how to configure dates/times.
Instance Attribute Summary collapse
-
#one_time_windows ⇒ ::Array<::Google::Cloud::Deploy::V1::OneTimeWindow>
Optional.
-
#time_zone ⇒ ::String
Required.
-
#weekly_windows ⇒ ::Array<::Google::Cloud::Deploy::V1::WeeklyWindow>
Optional.
Instance Attribute Details
#one_time_windows ⇒ ::Array<::Google::Cloud::Deploy::V1::OneTimeWindow>
1792 1793 1794 1795 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1792 class TimeWindows include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#time_zone ⇒ ::String
1792 1793 1794 1795 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1792 class TimeWindows include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#weekly_windows ⇒ ::Array<::Google::Cloud::Deploy::V1::WeeklyWindow>
1792 1793 1794 1795 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1792 class TimeWindows include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |