Class: Google::Cloud::GDCHardwareManagement::V1alpha::Sku::Range
- Inherits:
-
Object
- Object
- Google::Cloud::GDCHardwareManagement::V1alpha::Sku::Range
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb
Overview
Inclusive range.
Instance Attribute Summary collapse
-
#max ⇒ ::Integer
The maximum value of the range.
-
#min ⇒ ::Integer
The minimum value of the range.
Instance Attribute Details
#max ⇒ ::Integer
Returns The maximum value of the range.
666 667 668 669 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 666 class Range include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#min ⇒ ::Integer
Returns The minimum value of the range.
666 667 668 669 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 666 class Range include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |