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
Methods
__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< Google\Cloud\Compute\V1\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;
Google\Protobuf\Internal\RepeatedField
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.
Generated from protobuf field optional bool load_succeeded = 128326216;
bool
hasLoadSucceeded
clearLoadSucceeded
setLoadSucceeded
Whether the given UrlMap can be successfully loaded. If false, 'loadErrors' indicates the reasons.
Generated from protobuf field optional bool load_succeeded = 128326216;
var
bool
$this
getTestFailures
Generated from protobuf field repeated .google.cloud.compute.v1.TestFailure test_failures = 505934134;
Google\Protobuf\Internal\RepeatedField
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.
Generated from protobuf field optional bool test_passed = 192708797;
bool
hasTestPassed
clearTestPassed
setTestPassed
If successfully loaded, this field indicates whether the test passed. If false, 'testFailures's indicate the reason of failure.
Generated from protobuf field optional bool test_passed = 192708797;
var
bool
$this