Class: Google::Cloud::Compute::V1::HttpHeaderMatch

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

matchRule criteria for request header matches.

Instance Attribute Summary collapse

Instance Attribute Details

#exact_match::String



11164
11165
11166
11167
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 11164

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

#header_name::String



11164
11165
11166
11167
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 11164

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

#invert_match::Boolean



11164
11165
11166
11167
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 11164

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

#prefix_match::String



11164
11165
11166
11167
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 11164

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

#present_match::Boolean



11164
11165
11166
11167
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 11164

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

#range_match::Google::Cloud::Compute::V1::Int64RangeMatch



11164
11165
11166
11167
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 11164

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

#regex_match::String



11164
11165
11166
11167
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 11164

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

#suffix_match::String



11164
11165
11166
11167
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 11164

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