Class: Google::Cloud::Compute::V1::HttpRouteRuleMatch

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 specifies a set of criteria for matching requests to an HttpRouteRule. All specified criteria must be satisfied for a match to occur.

Instance Attribute Summary collapse

Instance Attribute Details

#full_path_match::String



9396
9397
9398
9399
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9396

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

#header_matches::Array<::Google::Cloud::Compute::V1::HttpHeaderMatch>



9396
9397
9398
9399
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9396

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

#ignore_case::Boolean



9396
9397
9398
9399
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9396

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

#metadata_filters::Array<::Google::Cloud::Compute::V1::MetadataFilter>



9396
9397
9398
9399
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9396

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

#prefix_match::String



9396
9397
9398
9399
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9396

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

#query_parameter_matches::Array<::Google::Cloud::Compute::V1::HttpQueryParameterMatch>



9396
9397
9398
9399
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9396

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

#regex_match::String



9396
9397
9398
9399
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9396

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