public interface UrlMapValidationResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getLoadErrors(int index)
repeated string load_errors = 310147300; |
com.google.protobuf.ByteString |
getLoadErrorsBytes(int index)
repeated string load_errors = 310147300; |
int |
getLoadErrorsCount()
repeated string load_errors = 310147300; |
List<String> |
getLoadErrorsList()
repeated string load_errors = 310147300; |
boolean |
getLoadSucceeded()
Whether the given UrlMap can be successfully loaded.
|
TestFailure |
getTestFailures(int index)
repeated .google.cloud.compute.v1.TestFailure test_failures = 505934134; |
int |
getTestFailuresCount()
repeated .google.cloud.compute.v1.TestFailure test_failures = 505934134; |
List<TestFailure> |
getTestFailuresList()
repeated .google.cloud.compute.v1.TestFailure test_failures = 505934134; |
TestFailureOrBuilder |
getTestFailuresOrBuilder(int index)
repeated .google.cloud.compute.v1.TestFailure test_failures = 505934134; |
List<? extends TestFailureOrBuilder> |
getTestFailuresOrBuilderList()
repeated .google.cloud.compute.v1.TestFailure test_failures = 505934134; |
boolean |
getTestPassed()
If successfully loaded, this field indicates whether the test passed.
|
boolean |
hasLoadSucceeded()
Whether the given UrlMap can be successfully loaded.
|
boolean |
hasTestPassed()
If successfully loaded, this field indicates whether the test passed.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getLoadErrorsList()
repeated string load_errors = 310147300;int getLoadErrorsCount()
repeated string load_errors = 310147300;String getLoadErrors(int index)
repeated string load_errors = 310147300;index - The index of the element to return.com.google.protobuf.ByteString getLoadErrorsBytes(int index)
repeated string load_errors = 310147300;index - The index of the value to return.boolean hasLoadSucceeded()
Whether the given UrlMap can be successfully loaded. If false, 'loadErrors' indicates the reasons.
optional bool load_succeeded = 128326216;boolean getLoadSucceeded()
Whether the given UrlMap can be successfully loaded. If false, 'loadErrors' indicates the reasons.
optional bool load_succeeded = 128326216;List<TestFailure> getTestFailuresList()
repeated .google.cloud.compute.v1.TestFailure test_failures = 505934134;TestFailure getTestFailures(int index)
repeated .google.cloud.compute.v1.TestFailure test_failures = 505934134;int getTestFailuresCount()
repeated .google.cloud.compute.v1.TestFailure test_failures = 505934134;List<? extends TestFailureOrBuilder> getTestFailuresOrBuilderList()
repeated .google.cloud.compute.v1.TestFailure test_failures = 505934134;TestFailureOrBuilder getTestFailuresOrBuilder(int index)
repeated .google.cloud.compute.v1.TestFailure test_failures = 505934134;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;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;Copyright © 2023 Google LLC. All rights reserved.