Reference documentation and code samples for the Google Cloud Network Services V1 Client class RouteMatch.
RouteMatch defines specifications used to match requests. If multiple match types are set, this RouteMatch will match if ALL type of matches are matched.
Generated from protobuf message google.cloud.networkservices.v1.HttpRoute.RouteMatch
Namespace
Google \ Cloud \ NetworkServices \ V1 \ HttpRouteMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ full_path_match
string
The HTTP request path value should exactly match this value. Only one of full_path_match, prefix_match, or regex_match should be used.
↳ prefix_match
string
The HTTP request path value must begin with specified prefix_match. prefix_match must begin with a /. Only one of full_path_match, prefix_match, or regex_match should be used.
↳ regex_match
string
The HTTP request path value must satisfy the regular expression specified by regex_match after removing any query parameters and anchor supplied with the original URL. For regular expression grammar, please see https://github.com/google/re2/wiki/Syntax Only one of full_path_match, prefix_match, or regex_match should be used.
↳ ignore_case
bool
Specifies if prefix_match and full_path_match matches are case sensitive. The default value is false.
↳ headers
array< Google\Cloud\NetworkServices\V1\HttpRoute\HeaderMatch
>
Specifies a list of HTTP request headers to match against. ALL of the supplied headers must be matched.
↳ query_parameters
array< Google\Cloud\NetworkServices\V1\HttpRoute\QueryParameterMatch
>
Specifies a list of query parameters to match against. ALL of the query parameters must be matched.
getFullPathMatch
The HTTP request path value should exactly match this value.
Only one of full_path_match, prefix_match, or regex_match should be used.
string
hasFullPathMatch
setFullPathMatch
The HTTP request path value should exactly match this value.
Only one of full_path_match, prefix_match, or regex_match should be used.
var
string
$this
getPrefixMatch
The HTTP request path value must begin with specified prefix_match.
prefix_match must begin with a /. Only one of full_path_match, prefix_match, or regex_match should be used.
string
hasPrefixMatch
setPrefixMatch
The HTTP request path value must begin with specified prefix_match.
prefix_match must begin with a /. Only one of full_path_match, prefix_match, or regex_match should be used.
var
string
$this
getRegexMatch
The HTTP request path value must satisfy the regular expression specified by regex_match after removing any query parameters and anchor supplied with the original URL. For regular expression grammar, please see https://github.com/google/re2/wiki/Syntax Only one of full_path_match, prefix_match, or regex_match should be used.
string
hasRegexMatch
setRegexMatch
The HTTP request path value must satisfy the regular expression specified by regex_match after removing any query parameters and anchor supplied with the original URL. For regular expression grammar, please see https://github.com/google/re2/wiki/Syntax Only one of full_path_match, prefix_match, or regex_match should be used.
var
string
$this
getIgnoreCase
Specifies if prefix_match and full_path_match matches are case sensitive.
The default value is false.
bool
setIgnoreCase
Specifies if prefix_match and full_path_match matches are case sensitive.
The default value is false.
var
bool
$this
getHeaders
Specifies a list of HTTP request headers to match against. ALL of the supplied headers must be matched.
setHeaders
Specifies a list of HTTP request headers to match against. ALL of the supplied headers must be matched.
$this
getQueryParameters
Specifies a list of query parameters to match against. ALL of the query parameters must be matched.
setQueryParameters
Specifies a list of query parameters to match against. ALL of the query parameters must be matched.
$this
getPathMatch
string