Class: Google::Cloud::NetworkServices::V1::HttpRoute::HeaderMatch::IntegerRange
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkServices::V1::HttpRoute::HeaderMatch::IntegerRange
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkservices/v1/http_route.rb
Overview
Represents an integer value range.
Instance Attribute Summary collapse
-
#end ⇒ ::Integer
End of the range (exclusive).
-
#start ⇒ ::Integer
Start of the range (inclusive).
Instance Attribute Details
#end ⇒ ::Integer
Returns End of the range (exclusive).
140 141 142 143 |
# File 'proto_docs/google/cloud/networkservices/v1/http_route.rb', line 140 class IntegerRange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start ⇒ ::Integer
Returns Start of the range (inclusive).
140 141 142 143 |
# File 'proto_docs/google/cloud/networkservices/v1/http_route.rb', line 140 class IntegerRange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |