@Generated(value="by GAPIC") @BetaApi public final class PathMatcher extends Object implements ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
PathMatcher.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ApiMessage |
getApiMessageRequestBody() |
static PathMatcher |
getDefaultInstance() |
String |
getDefaultService()
The full or partial URL to the BackendService resource.
|
String |
getDescription()
An optional description of this resource.
|
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
String |
getName()
The name to which this PathMatcher is referred by the HostRule.
|
List<PathRule> |
getPathRulesList()
The list of path 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 ApiMessage
@Nullable public ApiMessage getApiMessageRequestBody()
getApiMessageRequestBody
in interface ApiMessage
@Nullable public List<String> getFieldMask()
getFieldMask
in interface ApiMessage
public String getDefaultService()
public String getDescription()
public String getName()
public List<PathRule> getPathRulesList()
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.