dns  v1
Public Member Functions | Static Public Member Functions | List of all members
google_dns_api::OperationManagedZoneContext Class Reference

#include <operation_managed_zone_context.h>

Inheritance diagram for google_dns_api::OperationManagedZoneContext:

Public Member Functions

 OperationManagedZoneContext (const Json::Value &storage)
 
 OperationManagedZoneContext (Json::Value *storage)
 
virtual ~OperationManagedZoneContext ()
 
const StringPiece GetTypeName () const
 
bool has_new_value () const
 
void clear_new_value ()
 
const ManagedZone get_new_value () const
 
ManagedZone mutable_newValue ()
 
bool has_old_value () const
 
void clear_old_value ()
 
const ManagedZone get_old_value () const
 
ManagedZone mutable_oldValue ()
 

Static Public Member Functions

static OperationManagedZoneContextNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ OperationManagedZoneContext() [1/2]

google_dns_api::OperationManagedZoneContext::OperationManagedZoneContext ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe 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]storageThe underlying data storage for this instance.

◆ ~OperationManagedZoneContext()

google_dns_api::OperationManagedZoneContext::~OperationManagedZoneContext ( )
virtual

Standard destructor.

Member Function Documentation

◆ 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

Returns a string denoting the type of this data object.

Returns
google_dns_api::OperationManagedZoneContext

◆ 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()

OperationManagedZoneContext * google_dns_api::OperationManagedZoneContext::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

The documentation for this class was generated from the following files: