Class: Google::Cloud::GDCHardwareManagement::V1alpha::TimePeriod

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

Instance Attribute Details

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

Returns Required. The days of the week that the time period is active.

Returns:



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.

Returns:



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.

Returns:



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