#include <url_map_test.h>
Message for the expected URL mappings.
◆ UrlMapTest() [1/2]
google_compute_api::UrlMapTest::UrlMapTest |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ UrlMapTest() [2/2]
google_compute_api::UrlMapTest::UrlMapTest |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~UrlMapTest()
google_compute_api::UrlMapTest::~UrlMapTest |
( |
| ) |
|
|
virtual |
◆ clear_description()
void google_compute_api::UrlMapTest::clear_description |
( |
| ) |
|
|
inline |
Clears the 'description
' attribute.
◆ clear_host()
void google_compute_api::UrlMapTest::clear_host |
( |
| ) |
|
|
inline |
Clears the 'host
' attribute.
◆ clear_path()
void google_compute_api::UrlMapTest::clear_path |
( |
| ) |
|
|
inline |
Clears the 'path
' attribute.
◆ clear_service()
void google_compute_api::UrlMapTest::clear_service |
( |
| ) |
|
|
inline |
Clears the 'service
' attribute.
◆ get_description()
const StringPiece google_compute_api::UrlMapTest::get_description |
( |
| ) |
const |
|
inline |
Get the value of the 'description
' attribute.
◆ get_host()
const StringPiece google_compute_api::UrlMapTest::get_host |
( |
| ) |
const |
|
inline |
Get the value of the 'host
' attribute.
◆ get_path()
const StringPiece google_compute_api::UrlMapTest::get_path |
( |
| ) |
const |
|
inline |
Get the value of the 'path
' attribute.
◆ get_service()
const StringPiece google_compute_api::UrlMapTest::get_service |
( |
| ) |
const |
|
inline |
Get the value of the 'service
' attribute.
◆ GetTypeName()
const StringPiece google_compute_api::UrlMapTest::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_description()
bool google_compute_api::UrlMapTest::has_description |
( |
| ) |
const |
|
inline |
Determine if the 'description
' attribute was set.
- Returns
- true if the '
description
' attribute was set.
◆ has_host()
bool google_compute_api::UrlMapTest::has_host |
( |
| ) |
const |
|
inline |
Determine if the 'host
' attribute was set.
- Returns
- true if the '
host
' attribute was set.
◆ has_path()
bool google_compute_api::UrlMapTest::has_path |
( |
| ) |
const |
|
inline |
Determine if the 'path
' attribute was set.
- Returns
- true if the '
path
' attribute was set.
◆ has_service()
bool google_compute_api::UrlMapTest::has_service |
( |
| ) |
const |
|
inline |
Determine if the 'service
' attribute was set.
- Returns
- true if the '
service
' attribute was set.
◆ New()
UrlMapTest * google_compute_api::UrlMapTest::New |
( |
| ) |
|
|
static |
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_description()
void google_compute_api::UrlMapTest::set_description |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'description
' attribute.
Description of this test case.
- Parameters
-
◆ set_host()
void google_compute_api::UrlMapTest::set_host |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'host
' attribute.
Host portion of the URL.
- Parameters
-
◆ set_path()
void google_compute_api::UrlMapTest::set_path |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'path
' attribute.
Path portion of the URL.
- Parameters
-
◆ set_service()
void google_compute_api::UrlMapTest::set_service |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'service
' attribute.
Expected BackendService resource the given URL should be mapped to.
- Parameters
-
The documentation for this class was generated from the following files: