Class: Google::Cloud::GDCHardwareManagement::V1alpha::Sku::Range

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

Instance Attribute Details

#max::Integer

Returns The maximum value of the range.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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