@Generated(value="by GAPIC") @BetaApi public final class UrlMapValidationResult extends Object implements ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
UrlMapValidationResult.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ApiMessage |
getApiMessageRequestBody() |
static UrlMapValidationResult |
getDefaultInstance() |
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
List<String> |
getLoadErrorsList() |
Boolean |
getLoadSucceeded()
Whether the given UrlMap can be successfully loaded.
|
List<TestFailure> |
getTestFailuresList() |
Boolean |
getTestPassed()
If successfully loaded, this field indicates whether the test passed.
|
int |
hashCode() |
static UrlMapValidationResult.Builder |
newBuilder() |
static UrlMapValidationResult.Builder |
newBuilder(UrlMapValidationResult prototype) |
UrlMapValidationResult.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 Boolean getLoadSucceeded()
public List<TestFailure> getTestFailuresList()
public Boolean getTestPassed()
public static UrlMapValidationResult.Builder newBuilder()
public static UrlMapValidationResult.Builder newBuilder(UrlMapValidationResult prototype)
public UrlMapValidationResult.Builder toBuilder()
public static UrlMapValidationResult getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.