Class: Google::Cloud::Compute::V1::Int64RangeMatch
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::Int64RangeMatch
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
HttpRouteRuleMatch criteria for field values that must stay within the specified integer range.
Instance Attribute Summary collapse
-
#range_end ⇒ ::Integer
The end of the range (exclusive) in signed long integer format.
-
#range_start ⇒ ::Integer
The start of the range (inclusive) in signed long integer format.
Instance Attribute Details
#range_end ⇒ ::Integer
Returns The end of the range (exclusive) in signed long integer format.
15416 15417 15418 15419 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 15416 class Int64RangeMatch include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#range_start ⇒ ::Integer
Returns The start of the range (inclusive) in signed long integer format.
15416 15417 15418 15419 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 15416 class Int64RangeMatch include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |