Class: Google::Cloud::Deploy::V1::TimeWindows

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 windows within which actions are restricted. See the documentation for more information on how to configure dates/times.

Instance Attribute Summary collapse

Instance Attribute Details

#one_time_windows::Array<::Google::Cloud::Deploy::V1::OneTimeWindow>

Returns Optional. One-time windows within which actions are restricted.

Returns:



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

Returns:



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.

Returns:



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