Class: Google::Cloud::Deploy::V1::TimeWindow
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::TimeWindow
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
Time window within which actions are restricted.
Instance Attribute Summary collapse
-
#ranges ⇒ ::Array<::Google::Cloud::Deploy::V1::Range>
Required.
-
#time_zone ⇒ ::String
Required.
Instance Attribute Details
#ranges ⇒ ::Array<::Google::Cloud::Deploy::V1::Range>
Returns Required. Range within which actions are restricted.
1718 1719 1720 1721 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1718 class TimeWindow 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).
1718 1719 1720 1721 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1718 class TimeWindow include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |