Class: Google::Cloud::Deploy::V1::TimeWindow

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#ranges::Array<::Google::Cloud::Deploy::V1::Range>

Returns Required. Range within which actions are restricted.

Returns:



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).

Returns:



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