#include <url_map_validation_result.h>
Message representing the validation result for a UrlMap.
◆ UrlMapValidationResult() [1/2]
google_compute_api::UrlMapValidationResult::UrlMapValidationResult |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ UrlMapValidationResult() [2/2]
google_compute_api::UrlMapValidationResult::UrlMapValidationResult |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~UrlMapValidationResult()
google_compute_api::UrlMapValidationResult::~UrlMapValidationResult |
( |
| ) |
|
|
virtual |
◆ clear_load_errors()
void google_compute_api::UrlMapValidationResult::clear_load_errors |
( |
| ) |
|
|
inline |
Clears the 'loadErrors
' attribute.
◆ clear_load_succeeded()
void google_compute_api::UrlMapValidationResult::clear_load_succeeded |
( |
| ) |
|
|
inline |
Clears the 'loadSucceeded
' attribute.
◆ clear_test_failures()
void google_compute_api::UrlMapValidationResult::clear_test_failures |
( |
| ) |
|
|
inline |
Clears the 'testFailures
' attribute.
◆ clear_test_passed()
void google_compute_api::UrlMapValidationResult::clear_test_passed |
( |
| ) |
|
|
inline |
Clears the 'testPassed
' attribute.
◆ get_load_errors()
const client::JsonCppArray<string > google_compute_api::UrlMapValidationResult::get_load_errors |
( |
| ) |
const |
|
inline |
Get a reference to the value of the 'loadErrors
' attribute.
◆ get_load_succeeded()
bool google_compute_api::UrlMapValidationResult::get_load_succeeded |
( |
| ) |
const |
|
inline |
Get the value of the 'loadSucceeded
' attribute.
◆ get_test_failures()
const client::JsonCppArray<TestFailure > google_compute_api::UrlMapValidationResult::get_test_failures |
( |
| ) |
const |
Get a reference to the value of the 'testFailures
' attribute.
◆ get_test_passed()
bool google_compute_api::UrlMapValidationResult::get_test_passed |
( |
| ) |
const |
|
inline |
Get the value of the 'testPassed
' attribute.
◆ GetTypeName()
const StringPiece google_compute_api::UrlMapValidationResult::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_load_errors()
bool google_compute_api::UrlMapValidationResult::has_load_errors |
( |
| ) |
const |
|
inline |
Determine if the 'loadErrors
' attribute was set.
- Returns
- true if the '
loadErrors
' attribute was set.
◆ has_load_succeeded()
bool google_compute_api::UrlMapValidationResult::has_load_succeeded |
( |
| ) |
const |
|
inline |
Determine if the 'loadSucceeded
' attribute was set.
- Returns
- true if the '
loadSucceeded
' attribute was set.
◆ has_test_failures()
bool google_compute_api::UrlMapValidationResult::has_test_failures |
( |
| ) |
const |
|
inline |
Determine if the 'testFailures
' attribute was set.
- Returns
- true if the '
testFailures
' attribute was set.
◆ has_test_passed()
bool google_compute_api::UrlMapValidationResult::has_test_passed |
( |
| ) |
const |
|
inline |
Determine if the 'testPassed
' attribute was set.
- Returns
- true if the '
testPassed
' attribute was set.
◆ mutable_loadErrors()
client::JsonCppArray<string > google_compute_api::UrlMapValidationResult::mutable_loadErrors |
( |
| ) |
|
|
inline |
Gets a reference to a mutable value of the 'loadErrors
' property.
- Returns
- The result can be modified to change the attribute value.
◆ mutable_testFailures()
client::JsonCppArray<TestFailure > google_compute_api::UrlMapValidationResult::mutable_testFailures |
( |
| ) |
|
Gets a reference to a mutable value of the 'testFailures
' property.
- Returns
- The result can be modified to change the attribute value.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_load_succeeded()
void google_compute_api::UrlMapValidationResult::set_load_succeeded |
( |
bool |
value | ) |
|
|
inline |
Change the 'loadSucceeded
' attribute.
Whether the given UrlMap can be successfully loaded. If false, 'loadErrors' indicates the reasons.
- Parameters
-
◆ set_test_passed()
void google_compute_api::UrlMapValidationResult::set_test_passed |
( |
bool |
value | ) |
|
|
inline |
Change the 'testPassed
' attribute.
If successfully loaded, this field indicates whether the test passed. If false, 'testFailures's indicate the reason of failure.
- Parameters
-
The documentation for this class was generated from the following files: