Reference documentation and code samples for the Google Cloud Deploy V1 API class Google::Cloud::Deploy::V1::TimeWindow.
Time window within which actions are restricted.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#ranges
def ranges() -> ::Array<::Google::Cloud::Deploy::V1::Range>
Returns
- (::Array<::Google::Cloud::Deploy::V1::Range>) — Required. Range within which actions are restricted.
#ranges=
def ranges=(value) -> ::Array<::Google::Cloud::Deploy::V1::Range>
Parameter
- value (::Array<::Google::Cloud::Deploy::V1::Range>) — Required. Range within which actions are restricted.
Returns
- (::Array<::Google::Cloud::Deploy::V1::Range>) — Required. Range within which actions are restricted.
#time_zone
def time_zone() -> ::String
Returns
- (::String) — Required. The time zone in IANA format IANA Time Zone Database (e.g. America/New_York).
#time_zone=
def time_zone=(value) -> ::String
Parameter
- value (::String) — Required. The time zone in IANA format IANA Time Zone Database (e.g. America/New_York).
Returns
- (::String) — Required. The time zone in IANA format IANA Time Zone Database (e.g. America/New_York).