#include <policy_network.h>
◆ PolicyNetwork() [1/2]
google_dns_api::PolicyNetwork::PolicyNetwork |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ PolicyNetwork() [2/2]
google_dns_api::PolicyNetwork::PolicyNetwork |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~PolicyNetwork()
google_dns_api::PolicyNetwork::~PolicyNetwork |
( |
| ) |
|
|
virtual |
◆ clear_kind()
void google_dns_api::PolicyNetwork::clear_kind |
( |
| ) |
|
|
inline |
Clears the 'kind
' attribute.
◆ clear_network_url()
void google_dns_api::PolicyNetwork::clear_network_url |
( |
| ) |
|
|
inline |
Clears the 'networkUrl
' attribute.
◆ get_kind()
const StringPiece google_dns_api::PolicyNetwork::get_kind |
( |
| ) |
const |
|
inline |
Get the value of the 'kind
' attribute.
◆ get_network_url()
const StringPiece google_dns_api::PolicyNetwork::get_network_url |
( |
| ) |
const |
|
inline |
Get the value of the 'networkUrl
' attribute.
◆ GetTypeName()
const StringPiece google_dns_api::PolicyNetwork::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_kind()
bool google_dns_api::PolicyNetwork::has_kind |
( |
| ) |
const |
|
inline |
Determine if the 'kind
' attribute was set.
- Returns
- true if the '
kind
' attribute was set.
◆ has_network_url()
bool google_dns_api::PolicyNetwork::has_network_url |
( |
| ) |
const |
|
inline |
Determine if the 'networkUrl
' attribute was set.
- Returns
- true if the '
networkUrl
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_kind()
void google_dns_api::PolicyNetwork::set_kind |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'kind
' attribute.
Identifies what kind of resource this is. Value: the fixed string "dns#policyNetwork".
- Parameters
-
◆ set_network_url()
void google_dns_api::PolicyNetwork::set_network_url |
( |
const StringPiece & |
value | ) |
|
|
inline |
The documentation for this class was generated from the following files: