Compute V1 Client - Class UrlMapValidationResult (1.19.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
Name
Description
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
↳ 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;

Returns
Type
Description

setLoadErrors

Generated from protobuf field repeated string load_errors = 310147300;

Parameter
Name
Description
var
string[]
Returns
Type
Description
$this

getLoadSucceeded

Whether the given UrlMap can be successfully loaded. If false, 'loadErrors' indicates the reasons.

Returns
Type
Description
bool

hasLoadSucceeded

clearLoadSucceeded

setLoadSucceeded

Whether the given UrlMap can be successfully loaded. If false, 'loadErrors' indicates the reasons.

Parameter
Name
Description
var
bool
Returns
Type
Description
$this

getTestFailures

Generated from protobuf field repeated .google.cloud.compute.v1.TestFailure test_failures = 505934134;

Returns
Type
Description

setTestFailures

Generated from protobuf field repeated .google.cloud.compute.v1.TestFailure test_failures = 505934134;

Parameter
Name
Description
Returns
Type
Description
$this

getTestPassed

If successfully loaded, this field indicates whether the test passed. If false, 'testFailures's indicate the reason of failure.

Returns
Type
Description
bool

hasTestPassed

clearTestPassed

setTestPassed

If successfully loaded, this field indicates whether the test passed. If false, 'testFailures's indicate the reason of failure.

Parameter
Name
Description
var
bool
Returns
Type
Description
$this
Design a Mobile Site
View Site in Mobile | Classic
Share by: