Class: Google::Cloud::GDCHardwareManagement::V1alpha::TimePeriod
- Inherits:
-
Object
- Object
- Google::Cloud::GDCHardwareManagement::V1alpha::TimePeriod
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb
Overview
Represents a time period in a week.
Instance Attribute Summary collapse
-
#days ⇒ ::Array<::Google::Type::DayOfWeek>
Required.
-
#end_time ⇒ ::Google::Type::TimeOfDay
Required.
-
#start_time ⇒ ::Google::Type::TimeOfDay
Required.
Instance Attribute Details
#days ⇒ ::Array<::Google::Type::DayOfWeek>
Returns Required. The days of the week that the time period is active.
1087 1088 1089 1090 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 1087 class TimePeriod include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#end_time ⇒ ::Google::Type::TimeOfDay
Returns Required. The end of the time period.
1087 1088 1089 1090 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 1087 class TimePeriod include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time ⇒ ::Google::Type::TimeOfDay
Returns Required. The start of the time period.
1087 1088 1089 1090 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 1087 class TimePeriod include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |