@Generated(value="by GAPIC") @BetaApi public final class PathRule extends Object implements ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
PathRule.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ApiMessage |
getApiMessageRequestBody() |
static PathRule |
getDefaultInstance() |
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
List<String> |
getPathsList()
The list of path patterns to match.
|
String |
getService()
The full or partial URL of the backend service resource to which traffic is directed if this
rule is matched.
|
int |
hashCode() |
static PathRule.Builder |
newBuilder() |
static PathRule.Builder |
newBuilder(PathRule prototype) |
PathRule.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 List<String> getPathsList()
public String getService()
public static PathRule.Builder newBuilder()
public static PathRule.Builder newBuilder(PathRule prototype)
public PathRule.Builder toBuilder()
public static PathRule getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.