Class: Google::Cloud::Compute::V1::Int64RangeMatch

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

Instance Attribute Details

#range_end::Integer

Returns The end of the range (exclusive) in signed long integer format.

Returns:

  • (::Integer)

    The end of the range (exclusive) in signed long integer format.



12001
12002
12003
12004
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12001

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.

Returns:

  • (::Integer)

    The start of the range (inclusive) in signed long integer format.



12001
12002
12003
12004
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12001

class Int64RangeMatch
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end