Class: Google::Cloud::Deploy::V1::Range

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

Range within which actions are restricted.

Instance Attribute Summary collapse

Instance Attribute Details

#day_of_week::Array<::Google::Type::DayOfWeek>

Returns Days of week.

Returns:



1739
1740
1741
1742
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1739

class Range
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#end_date::Google::Type::Date

Returns End date.

Returns:



1739
1740
1741
1742
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1739

class Range
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#end_time_of_day::Google::Type::TimeOfDay

Returns End time of day.

Returns:



1739
1740
1741
1742
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1739

class Range
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#start_date::Google::Type::Date

Returns Start date.

Returns:



1739
1740
1741
1742
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1739

class Range
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#start_time_of_day::Google::Type::TimeOfDay

Returns Start time of day.

Returns:



1739
1740
1741
1742
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1739

class Range
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end