Class: Google::Cloud::Deploy::V1::Range
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::Range
- 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
-
#day_of_week ⇒ ::Array<::Google::Type::DayOfWeek>
Days of week.
-
#end_date ⇒ ::Google::Type::Date
End date.
-
#end_time_of_day ⇒ ::Google::Type::TimeOfDay
End time of day.
-
#start_date ⇒ ::Google::Type::Date
Start date.
-
#start_time_of_day ⇒ ::Google::Type::TimeOfDay
Start time of day.
Instance Attribute Details
#day_of_week ⇒ ::Array<::Google::Type::DayOfWeek>
Returns Days of week.
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.
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.
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 |