#include <operation_managed_zone_context.h>
◆ OperationManagedZoneContext() [1/2]
google_dns_api::OperationManagedZoneContext::OperationManagedZoneContext |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ OperationManagedZoneContext() [2/2]
google_dns_api::OperationManagedZoneContext::OperationManagedZoneContext |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~OperationManagedZoneContext()
google_dns_api::OperationManagedZoneContext::~OperationManagedZoneContext |
( |
| ) |
|
|
virtual |
◆ clear_new_value()
void google_dns_api::OperationManagedZoneContext::clear_new_value |
( |
| ) |
|
|
inline |
Clears the 'newValue
' attribute.
◆ clear_old_value()
void google_dns_api::OperationManagedZoneContext::clear_old_value |
( |
| ) |
|
|
inline |
Clears the 'oldValue
' attribute.
◆ get_new_value()
const ManagedZone google_dns_api::OperationManagedZoneContext::get_new_value |
( |
| ) |
const |
Get a reference to the value of the 'newValue
' attribute.
◆ get_old_value()
const ManagedZone google_dns_api::OperationManagedZoneContext::get_old_value |
( |
| ) |
const |
Get a reference to the value of the 'oldValue
' attribute.
◆ GetTypeName()
const StringPiece google_dns_api::OperationManagedZoneContext::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_new_value()
bool google_dns_api::OperationManagedZoneContext::has_new_value |
( |
| ) |
const |
|
inline |
Determine if the 'newValue
' attribute was set.
- Returns
- true if the '
newValue
' attribute was set.
◆ has_old_value()
bool google_dns_api::OperationManagedZoneContext::has_old_value |
( |
| ) |
const |
|
inline |
Determine if the 'oldValue
' attribute was set.
- Returns
- true if the '
oldValue
' attribute was set.
◆ mutable_newValue()
ManagedZone google_dns_api::OperationManagedZoneContext::mutable_newValue |
( |
| ) |
|
Gets a reference to a mutable value of the 'newValue
' property.
The post-operation ManagedZone resource.
- Returns
- The result can be modified to change the attribute value.
◆ mutable_oldValue()
ManagedZone google_dns_api::OperationManagedZoneContext::mutable_oldValue |
( |
| ) |
|
Gets a reference to a mutable value of the 'oldValue
' property.
The pre-operation ManagedZone resource.
- 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.
The documentation for this class was generated from the following files: