@Generated(value="by GAPIC") @BetaApi public final class UrlMapTest extends Object implements ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
UrlMapTest.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ApiMessage |
getApiMessageRequestBody() |
static UrlMapTest |
getDefaultInstance() |
String |
getDescription()
Description of this test case.
|
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
String |
getHost()
Host portion of the URL.
|
String |
getPath()
Path portion of the URL.
|
String |
getService()
Expected BackendService resource the given URL should be mapped to.
|
int |
hashCode() |
static UrlMapTest.Builder |
newBuilder() |
static UrlMapTest.Builder |
newBuilder(UrlMapTest prototype) |
UrlMapTest.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 getDescription()
public String getHost()
public String getPath()
public String getService()
public static UrlMapTest.Builder newBuilder()
public static UrlMapTest.Builder newBuilder(UrlMapTest prototype)
public UrlMapTest.Builder toBuilder()
public static UrlMapTest getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.