Reference documentation and code samples for the Compute V1 Client class UrlMapValidationResult.
Message representing the validation result for a UrlMap.
Generated from protobuf message google.cloud.compute.v1.UrlMapValidationResult
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ load_errors
array
↳ load_succeeded
bool
Whether the given UrlMap can be successfully loaded. If false, 'loadErrors' indicates the reasons.
↳ test_failures
array< TestFailure
>
↳ test_passed
bool
If successfully loaded, this field indicates whether the test passed. If false, 'testFailures's indicate the reason of failure.
getLoadErrors
Generated from protobuf field repeated string load_errors = 310147300;
setLoadErrors
Generated from protobuf field repeated string load_errors = 310147300;
var
string[]
$this
getLoadSucceeded
Whether the given UrlMap can be successfully loaded. If false, 'loadErrors' indicates the reasons.
bool
hasLoadSucceeded
clearLoadSucceeded
setLoadSucceeded
Whether the given UrlMap can be successfully loaded. If false, 'loadErrors' indicates the reasons.
var
bool
$this
getTestFailures
Generated from protobuf field repeated .google.cloud.compute.v1.TestFailure test_failures = 505934134;
setTestFailures
Generated from protobuf field repeated .google.cloud.compute.v1.TestFailure test_failures = 505934134;
$this
getTestPassed
If successfully loaded, this field indicates whether the test passed. If false, 'testFailures's indicate the reason of failure.
bool
hasTestPassed
clearTestPassed
setTestPassed
If successfully loaded, this field indicates whether the test passed. If false, 'testFailures's indicate the reason of failure.
var
bool
$this