#include <target_reference.h>
◆ TargetReference() [1/2]
google_compute_api::TargetReference::TargetReference |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ TargetReference() [2/2]
google_compute_api::TargetReference::TargetReference |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~TargetReference()
google_compute_api::TargetReference::~TargetReference |
( |
| ) |
|
|
virtual |
◆ clear_target()
void google_compute_api::TargetReference::clear_target |
( |
| ) |
|
|
inline |
Clears the 'target
' attribute.
◆ get_target()
const StringPiece google_compute_api::TargetReference::get_target |
( |
| ) |
const |
|
inline |
Get the value of the 'target
' attribute.
◆ GetTypeName()
const StringPiece google_compute_api::TargetReference::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_target()
bool google_compute_api::TargetReference::has_target |
( |
| ) |
const |
|
inline |
Determine if the 'target
' attribute was set.
- Returns
- true if the '
target
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_target()
void google_compute_api::TargetReference::set_target |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'target
' attribute.
- Parameters
-
The documentation for this class was generated from the following files: