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
defend()->::Integer
Returns
(::Integer) — End of the range (exclusive)
#end=
defend=(value)->::Integer
Parameter
value (::Integer) — End of the range (exclusive)
Returns
(::Integer) — End of the range (exclusive)
#start
defstart()->::Integer
Returns
(::Integer) — Start of the range (inclusive)
#start=
defstart=(value)->::Integer
Parameter
value (::Integer) — Start of the range (inclusive)
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Network Services V1 API - Class Google::Cloud::NetworkServices::V1::HttpRoute::HeaderMatch::IntegerRange (v2.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.4.0 (latest)](/ruby/docs/reference/google-cloud-network_services-v1/latest/Google-Cloud-NetworkServices-V1-HttpRoute-HeaderMatch-IntegerRange)\n- [2.3.0](/ruby/docs/reference/google-cloud-network_services-v1/2.3.0/Google-Cloud-NetworkServices-V1-HttpRoute-HeaderMatch-IntegerRange)\n- [2.2.0](/ruby/docs/reference/google-cloud-network_services-v1/2.2.0/Google-Cloud-NetworkServices-V1-HttpRoute-HeaderMatch-IntegerRange)\n- [2.1.0](/ruby/docs/reference/google-cloud-network_services-v1/2.1.0/Google-Cloud-NetworkServices-V1-HttpRoute-HeaderMatch-IntegerRange)\n- [2.0.1](/ruby/docs/reference/google-cloud-network_services-v1/2.0.1/Google-Cloud-NetworkServices-V1-HttpRoute-HeaderMatch-IntegerRange)\n- [1.2.0](/ruby/docs/reference/google-cloud-network_services-v1/1.2.0/Google-Cloud-NetworkServices-V1-HttpRoute-HeaderMatch-IntegerRange)\n- [1.1.0](/ruby/docs/reference/google-cloud-network_services-v1/1.1.0/Google-Cloud-NetworkServices-V1-HttpRoute-HeaderMatch-IntegerRange)\n- [1.0.1](/ruby/docs/reference/google-cloud-network_services-v1/1.0.1/Google-Cloud-NetworkServices-V1-HttpRoute-HeaderMatch-IntegerRange)\n- [0.2.0](/ruby/docs/reference/google-cloud-network_services-v1/0.2.0/Google-Cloud-NetworkServices-V1-HttpRoute-HeaderMatch-IntegerRange)\n- [0.1.0](/ruby/docs/reference/google-cloud-network_services-v1/0.1.0/Google-Cloud-NetworkServices-V1-HttpRoute-HeaderMatch-IntegerRange) \nReference documentation and code samples for the Network Services V1 API class Google::Cloud::NetworkServices::V1::HttpRoute::HeaderMatch::IntegerRange.\n\nRepresents an integer value range. \n\nInherits\n--------\n\n- Object \n\nExtended By\n-----------\n\n- Google::Protobuf::MessageExts::ClassMethods \n\nIncludes\n--------\n\n- Google::Protobuf::MessageExts\n\nMethods\n-------\n\n### #end\n\n def end() -\u003e ::Integer\n\n**Returns**\n\n- (::Integer) --- End of the range (exclusive)\n\n### #end=\n\n def end=(value) -\u003e ::Integer\n\n**Parameter**\n\n- **value** (::Integer) --- End of the range (exclusive) \n**Returns**\n\n- (::Integer) --- End of the range (exclusive)\n\n### #start\n\n def start() -\u003e ::Integer\n\n**Returns**\n\n- (::Integer) --- Start of the range (inclusive)\n\n### #start=\n\n def start=(value) -\u003e ::Integer\n\n**Parameter**\n\n- **value** (::Integer) --- Start of the range (inclusive) \n**Returns**\n\n- (::Integer) --- Start of the range (inclusive)"]]