Class: Google::Cloud::NetworkServices::V1::HttpRoute::HeaderMatch::IntegerRange

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#end::Integer

Returns End of the range (exclusive).

Returns:

  • (::Integer)

    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).

Returns:

  • (::Integer)

    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