Class Google::Cloud::Compute::V1::Int64RangeMatch (v1.1.0)

HttpRouteRuleMatch criteria for field values that must stay within the specified integer range.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#range_end

def range_end() -> ::Integer
Returns
  • (::Integer) — The end of the range (exclusive) in signed long integer format.

#range_end=

def range_end=(value) -> ::Integer
Parameter
  • value (::Integer) — The end of the range (exclusive) in signed long integer format.
Returns
  • (::Integer) — The end of the range (exclusive) in signed long integer format.

#range_start

def range_start() -> ::Integer
Returns
  • (::Integer) — The start of the range (inclusive) in signed long integer format.

#range_start=

def range_start=(value) -> ::Integer
Parameter
  • value (::Integer) — The start of the range (inclusive) in signed long integer format.
Returns
  • (::Integer) — The start of the range (inclusive) in signed long integer format.