Interface UrlMapValidationResultOrBuilder (1.51.0)

public interface UrlMapValidationResultOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLoadErrors(int index)

public abstract String getLoadErrors(int index)

repeated string load_errors = 310147300;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The loadErrors at the given index.

getLoadErrorsBytes(int index)

public abstract ByteString getLoadErrorsBytes(int index)

repeated string load_errors = 310147300;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the loadErrors at the given index.

getLoadErrorsCount()

public abstract int getLoadErrorsCount()

repeated string load_errors = 310147300;

Returns
TypeDescription
int

The count of loadErrors.

getLoadErrorsList()

public abstract List<String> getLoadErrorsList()

repeated string load_errors = 310147300;

Returns
TypeDescription
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
TypeDescription
boolean

The loadSucceeded.

getTestFailures(int index)

public abstract TestFailure getTestFailures(int index)

repeated .google.cloud.compute.v1.TestFailure test_failures = 505934134;

Parameter
NameDescription
indexint
Returns
TypeDescription
TestFailure

getTestFailuresCount()

public abstract int getTestFailuresCount()

repeated .google.cloud.compute.v1.TestFailure test_failures = 505934134;

Returns
TypeDescription
int

getTestFailuresList()

public abstract List<TestFailure> getTestFailuresList()

repeated .google.cloud.compute.v1.TestFailure test_failures = 505934134;

Returns
TypeDescription
List<TestFailure>

getTestFailuresOrBuilder(int index)

public abstract TestFailureOrBuilder getTestFailuresOrBuilder(int index)

repeated .google.cloud.compute.v1.TestFailure test_failures = 505934134;

Parameter
NameDescription
indexint
Returns
TypeDescription
TestFailureOrBuilder

getTestFailuresOrBuilderList()

public abstract List<? extends TestFailureOrBuilder> getTestFailuresOrBuilderList()

repeated .google.cloud.compute.v1.TestFailure test_failures = 505934134;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the testPassed field is set.