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



12475
12476
12477
12478
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12475

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

#header_name::String



12475
12476
12477
12478
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12475

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

#invert_match::Boolean



12475
12476
12477
12478
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12475

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

#prefix_match::String



12475
12476
12477
12478
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12475

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

#present_match::Boolean



12475
12476
12477
12478
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12475

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

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



12475
12476
12477
12478
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12475

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

#regex_match::String



12475
12476
12477
12478
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12475

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

#suffix_match::String



12475
12476
12477
12478
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12475

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