Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
HttpRouteRuleMatch.Builder |
HttpRouteRuleMatch.Builder.addAllHeaderMatches(List<HttpHeaderMatch> headerMatches)
Specifies a list of header match criteria, all of which must match corresponding headers in
the request.
|
HttpRouteRuleMatch.Builder |
HttpRouteRuleMatch.Builder.addAllMetadataFilters(List<MetadataFilter> metadataFilters)
Opaque filter criteria used by Loadbalancer to restrict routing configuration to a limited
set xDS compliant clients.
|
HttpRouteRuleMatch.Builder |
HttpRouteRuleMatch.Builder.addAllQueryParameterMatches(List<HttpQueryParameterMatch> queryParameterMatches)
Specifies a list of query parameter match criteria, all of which must match corresponding
query parameters in the request.
|
HttpRouteRuleMatch.Builder |
HttpRouteRuleMatch.Builder.addHeaderMatches(HttpHeaderMatch headerMatches)
Specifies a list of header match criteria, all of which must match corresponding headers in
the request.
|
HttpRouteRuleMatch.Builder |
HttpRouteRuleMatch.Builder.addMetadataFilters(MetadataFilter metadataFilters)
Opaque filter criteria used by Loadbalancer to restrict routing configuration to a limited
set xDS compliant clients.
|
HttpRouteRuleMatch.Builder |
HttpRouteRuleMatch.Builder.addQueryParameterMatches(HttpQueryParameterMatch queryParameterMatches)
Specifies a list of query parameter match criteria, all of which must match corresponding
query parameters in the request.
|
HttpRouteRuleMatch.Builder |
HttpRouteRuleMatch.Builder.clone() |
HttpRouteRuleMatch.Builder |
HttpRouteRuleMatch.Builder.mergeFrom(HttpRouteRuleMatch other) |
static HttpRouteRuleMatch.Builder |
HttpRouteRuleMatch.newBuilder() |
static HttpRouteRuleMatch.Builder |
HttpRouteRuleMatch.newBuilder(HttpRouteRuleMatch prototype) |
HttpRouteRuleMatch.Builder |
HttpRouteRuleMatch.Builder.setFullPathMatch(String fullPathMatch)
For satifying the matchRule condition, the path of the request must exactly match the value
specified in fullPathMatch after removing any query parameters and anchor that may be part of
the original URL.
|
HttpRouteRuleMatch.Builder |
HttpRouteRuleMatch.Builder.setIgnoreCase(Boolean ignoreCase)
Specifies that prefixMatch and fullPathMatch matches are case sensitive.
|
HttpRouteRuleMatch.Builder |
HttpRouteRuleMatch.Builder.setPrefixMatch(String prefixMatch)
For satifying the matchRule condition, the request's path must begin with the specified
prefixMatch.
|
HttpRouteRuleMatch.Builder |
HttpRouteRuleMatch.Builder.setRegexMatch(String regexMatch)
For satifying the matchRule condition, the path of the request must satisfy the regular
expression specified in regexMatch after removing any query parameters and anchor supplied
with the original URL.
|
HttpRouteRuleMatch.Builder |
HttpRouteRuleMatch.toBuilder() |
Copyright © 2019 Google LLC. All rights reserved.