@Generated(value="by GAPIC") @BetaApi public final class PathMatcher extends Object implements com.google.api.gax.httpjson.ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
PathMatcher.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
com.google.api.gax.httpjson.ApiMessage |
getApiMessageRequestBody() |
static PathMatcher |
getDefaultInstance() |
HttpRouteAction |
getDefaultRouteAction()
defaultRouteAction takes effect when none of the pathRules or routeRules match.
|
String |
getDefaultService()
The full or partial URL to the BackendService resource.
|
HttpRedirectAction |
getDefaultUrlRedirect()
When when none of the specified pathRules or routeRules match, the request is redirected to a
URL specified by defaultUrlRedirect.
|
String |
getDescription()
An optional description of this resource.
|
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
HttpHeaderAction |
getHeaderAction()
Specifies changes to request and response headers that need to take effect for the selected
backendService.
|
String |
getName()
The name to which this PathMatcher is referred by the HostRule.
|
List<PathRule> |
getPathRulesList()
The list of path rules.
|
List<HttpRouteRule> |
getRouteRulesList()
The list of ordered HTTP route rules.
|
int |
hashCode() |
static PathMatcher.Builder |
newBuilder() |
static PathMatcher.Builder |
newBuilder(PathMatcher prototype) |
PathMatcher.Builder |
toBuilder() |
String |
toString() |
public Object getFieldValue(String fieldName)
getFieldValue
in interface com.google.api.gax.httpjson.ApiMessage
@Nullable public com.google.api.gax.httpjson.ApiMessage getApiMessageRequestBody()
getApiMessageRequestBody
in interface com.google.api.gax.httpjson.ApiMessage
@Nullable public List<String> getFieldMask()
getFieldMask
in interface com.google.api.gax.httpjson.ApiMessage
public HttpRouteAction getDefaultRouteAction()
public String getDefaultService()
public HttpRedirectAction getDefaultUrlRedirect()
public String getDescription()
public HttpHeaderAction getHeaderAction()
public String getName()
public List<PathRule> getPathRulesList()
public List<HttpRouteRule> getRouteRulesList()
public static PathMatcher.Builder newBuilder()
public static PathMatcher.Builder newBuilder(PathMatcher prototype)
public PathMatcher.Builder toBuilder()
public static PathMatcher getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.