Network Services V1 API - Class Google::Cloud::NetworkServices::V1::HttpRoute::HeaderMatch::IntegerRange (v0.1.0)

Reference documentation and code samples for the Network Services V1 API class Google::Cloud::NetworkServices::V1::HttpRoute::HeaderMatch::IntegerRange.

Represents an integer value range.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#end

def end() -> ::Integer
Returns
  • (::Integer) — End of the range (exclusive)

#end=

def end=(value) -> ::Integer
Parameter
  • value (::Integer) — End of the range (exclusive)
Returns
  • (::Integer) — End of the range (exclusive)

#start

def start() -> ::Integer
Returns
  • (::Integer) — Start of the range (inclusive)

#start=

def start=(value) -> ::Integer
Parameter
  • value (::Integer) — Start of the range (inclusive)
Returns
  • (::Integer) — Start of the range (inclusive)