@Generated(value="by GAPIC") @BetaApi public final class UrlMap extends Object implements ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
UrlMap.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ApiMessage |
getApiMessageRequestBody() |
String |
getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
static UrlMap |
getDefaultInstance() |
String |
getDefaultService()
The full or partial URL of the defaultService resource to which traffic is directed if none of
the hostRules match.
|
String |
getDescription()
An optional description of this resource.
|
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
String |
getFingerprint()
Fingerprint of this resource.
|
List<HostRule> |
getHostRulesList()
The list of HostRules to use against the URL.
|
String |
getId()
[Output Only] The unique identifier for the resource.
|
String |
getKind()
[Output Only] Type of the resource.
|
String |
getName()
Name of the resource.
|
List<PathMatcher> |
getPathMatchersList()
The list of named PathMatchers to use against the URL.
|
String |
getSelfLink()
[Output Only] Server-defined URL for the resource.
|
List<UrlMapTest> |
getTestsList()
The list of expected URL mapping tests.
|
int |
hashCode() |
static UrlMap.Builder |
newBuilder() |
static UrlMap.Builder |
newBuilder(UrlMap prototype) |
UrlMap.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 getCreationTimestamp()
public String getDefaultService()
public String getDescription()
public String getFingerprint()
To see the latest fingerprint, make a get() request to retrieve a UrlMap.
public List<HostRule> getHostRulesList()
public String getId()
public String getKind()
public String getName()
public List<PathMatcher> getPathMatchersList()
public String getSelfLink()
public List<UrlMapTest> getTestsList()
public static UrlMap.Builder newBuilder()
public static UrlMap.Builder newBuilder(UrlMap prototype)
public UrlMap.Builder toBuilder()
public static UrlMap getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.