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>
Returns Optional. One-time windows within which actions are restricted.
1730 1731 1732 1733 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1730 class TimeWindows include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#time_zone ⇒ ::String
Returns Required. The time zone in IANA format IANA Time Zone Database (e.g. America/New_York).
1730 1731 1732 1733 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1730 class TimeWindows include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#weekly_windows ⇒ ::Array<::Google::Cloud::Deploy::V1::WeeklyWindow>
Returns Optional. Recurring weekly windows within which actions are restricted.
1730 1731 1732 1733 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1730 class TimeWindows include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |