public interface UrlMapValidationResultOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLoadErrors(int index)
public abstract String getLoadErrors(int index)repeated string load_errors = 310147300;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The loadErrors at the given index. |
getLoadErrorsBytes(int index)
public abstract ByteString getLoadErrorsBytes(int index)repeated string load_errors = 310147300;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the loadErrors at the given index. |
getLoadErrorsCount()
public abstract int getLoadErrorsCount()repeated string load_errors = 310147300;
| Returns | |
|---|---|
| Type | Description |
int |
The count of loadErrors. |
getLoadErrorsList()
public abstract List<String> getLoadErrorsList()repeated string load_errors = 310147300;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the loadErrors. |
getLoadSucceeded()
public abstract boolean getLoadSucceeded()Whether the given UrlMap can be successfully loaded. If false, 'loadErrors' indicates the reasons.
optional bool load_succeeded = 128326216;
| Returns | |
|---|---|
| Type | Description |
boolean |
The loadSucceeded. |
getTestFailures(int index)
public abstract TestFailure getTestFailures(int index)repeated .google.cloud.compute.v1.TestFailure test_failures = 505934134;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
TestFailure |
|
getTestFailuresCount()
public abstract int getTestFailuresCount()repeated .google.cloud.compute.v1.TestFailure test_failures = 505934134;
| Returns | |
|---|---|
| Type | Description |
int |
|
getTestFailuresList()
public abstract List<TestFailure> getTestFailuresList()repeated .google.cloud.compute.v1.TestFailure test_failures = 505934134;
| Returns | |
|---|---|
| Type | Description |
List<TestFailure> |
|
getTestFailuresOrBuilder(int index)
public abstract TestFailureOrBuilder getTestFailuresOrBuilder(int index)repeated .google.cloud.compute.v1.TestFailure test_failures = 505934134;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
TestFailureOrBuilder |
|
getTestFailuresOrBuilderList()
public abstract List<? extends TestFailureOrBuilder> getTestFailuresOrBuilderList()repeated .google.cloud.compute.v1.TestFailure test_failures = 505934134;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.compute.v1.TestFailureOrBuilder> |
|
getTestPassed()
public abstract boolean getTestPassed()If successfully loaded, this field indicates whether the test passed. If false, 'testFailures's indicate the reason of failure.
optional bool test_passed = 192708797;
| Returns | |
|---|---|
| Type | Description |
boolean |
The testPassed. |
hasLoadSucceeded()
public abstract boolean hasLoadSucceeded()Whether the given UrlMap can be successfully loaded. If false, 'loadErrors' indicates the reasons.
optional bool load_succeeded = 128326216;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the loadSucceeded field is set. |
hasTestPassed()
public abstract boolean hasTestPassed()If successfully loaded, this field indicates whether the test passed. If false, 'testFailures's indicate the reason of failure.
optional bool test_passed = 192708797;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the testPassed field is set. |