Reference documentation and code samples for the Cloud Security Compliance V1 API class Google::Cloud::CloudSecurityCompliance::V1::IntRange.
Number range for number parameters.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#max
def max() -> ::Integer
Returns
- (::Integer) — Required. Maximum allowed value for the numeric parameter (inclusive).
#max=
def max=(value) -> ::Integer
Parameter
- value (::Integer) — Required. Maximum allowed value for the numeric parameter (inclusive).
Returns
- (::Integer) — Required. Maximum allowed value for the numeric parameter (inclusive).
#min
def min() -> ::Integer
Returns
- (::Integer) — Required. Minimum allowed value for the numeric parameter (inclusive).
#min=
def min=(value) -> ::Integer
Parameter
- value (::Integer) — Required. Minimum allowed value for the numeric parameter (inclusive).
Returns
- (::Integer) — Required. Minimum allowed value for the numeric parameter (inclusive).