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

#include <operation_dns_key_context.h>

Inheritance diagram for google_dns_api::OperationDnsKeyContext:

Public Member Functions

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

Static Public Member Functions

static OperationDnsKeyContextNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ OperationDnsKeyContext() [1/2]

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

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ OperationDnsKeyContext() [2/2]

google_dns_api::OperationDnsKeyContext::OperationDnsKeyContext ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~OperationDnsKeyContext()

google_dns_api::OperationDnsKeyContext::~OperationDnsKeyContext ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_new_value()

void google_dns_api::OperationDnsKeyContext::clear_new_value ( )
inline

Clears the 'newValue' attribute.

◆ clear_old_value()

void google_dns_api::OperationDnsKeyContext::clear_old_value ( )
inline

Clears the 'oldValue' attribute.

◆ get_new_value()

const DnsKey google_dns_api::OperationDnsKeyContext::get_new_value ( ) const

Get a reference to the value of the 'newValue' attribute.

◆ get_old_value()

const DnsKey google_dns_api::OperationDnsKeyContext::get_old_value ( ) const

Get a reference to the value of the 'oldValue' attribute.

◆ GetTypeName()

const StringPiece google_dns_api::OperationDnsKeyContext::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_dns_api::OperationDnsKeyContext

◆ has_new_value()

bool google_dns_api::OperationDnsKeyContext::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::OperationDnsKeyContext::has_old_value ( ) const
inline

Determine if the 'oldValue' attribute was set.

Returns
true if the 'oldValue' attribute was set.

◆ mutable_newValue()

DnsKey google_dns_api::OperationDnsKeyContext::mutable_newValue ( )

Gets a reference to a mutable value of the 'newValue' property.

The post-operation DnsKey resource.

Returns
The result can be modified to change the attribute value.

◆ mutable_oldValue()

DnsKey google_dns_api::OperationDnsKeyContext::mutable_oldValue ( )

Gets a reference to a mutable value of the 'oldValue' property.

The pre-operation DnsKey resource.

Returns
The result can be modified to change the attribute value.

◆ New()

OperationDnsKeyContext * google_dns_api::OperationDnsKeyContext::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: