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

#include <policies_update_response.h>

Inheritance diagram for google_dns_api::PoliciesUpdateResponse:

Public Member Functions

 PoliciesUpdateResponse (const Json::Value &storage)
 
 PoliciesUpdateResponse (Json::Value *storage)
 
virtual ~PoliciesUpdateResponse ()
 
const StringPiece GetTypeName () const
 
bool has_header () const
 
void clear_header ()
 
const ResponseHeader get_header () const
 
ResponseHeader mutable_header ()
 
bool has_policy () const
 
void clear_policy ()
 
const Policy get_policy () const
 
Policy mutable_policy ()
 

Static Public Member Functions

static PoliciesUpdateResponseNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ PoliciesUpdateResponse() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ PoliciesUpdateResponse() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~PoliciesUpdateResponse()

google_dns_api::PoliciesUpdateResponse::~PoliciesUpdateResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_header()

void google_dns_api::PoliciesUpdateResponse::clear_header ( )
inline

Clears the 'header' attribute.

◆ clear_policy()

void google_dns_api::PoliciesUpdateResponse::clear_policy ( )
inline

Clears the 'policy' attribute.

◆ get_header()

const ResponseHeader google_dns_api::PoliciesUpdateResponse::get_header ( ) const

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

◆ get_policy()

const Policy google_dns_api::PoliciesUpdateResponse::get_policy ( ) const

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_dns_api::PoliciesUpdateResponse

◆ has_header()

bool google_dns_api::PoliciesUpdateResponse::has_header ( ) const
inline

Determine if the 'header' attribute was set.

Returns
true if the 'header' attribute was set.

◆ has_policy()

bool google_dns_api::PoliciesUpdateResponse::has_policy ( ) const
inline

Determine if the 'policy' attribute was set.

Returns
true if the 'policy' attribute was set.

◆ mutable_header()

ResponseHeader google_dns_api::PoliciesUpdateResponse::mutable_header ( )

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

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

◆ mutable_policy()

Policy google_dns_api::PoliciesUpdateResponse::mutable_policy ( )

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

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

◆ New()

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