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

#include <dns_keys_list_response.h>

Inheritance diagram for google_dns_api::DnsKeysListResponse:

Public Member Functions

 DnsKeysListResponse (const Json::Value &storage)
 
 DnsKeysListResponse (Json::Value *storage)
 
virtual ~DnsKeysListResponse ()
 
const StringPiece GetTypeName () const
 
bool has_dns_keys () const
 
void clear_dns_keys ()
 
const client::JsonCppArray< DnsKeyget_dns_keys () const
 
client::JsonCppArray< DnsKeymutable_dnsKeys ()
 
bool has_header () const
 
void clear_header ()
 
const ResponseHeader get_header () const
 
ResponseHeader mutable_header ()
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 
bool has_next_page_token () const
 
void clear_next_page_token ()
 
const StringPiece get_next_page_token () const
 
void set_next_page_token (const StringPiece &value)
 

Static Public Member Functions

static DnsKeysListResponseNew ()
 

Detailed Description

The response to a request to enumerate DnsKeys in a ManagedZone.

Constructor & Destructor Documentation

◆ DnsKeysListResponse() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ DnsKeysListResponse() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~DnsKeysListResponse()

google_dns_api::DnsKeysListResponse::~DnsKeysListResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_dns_keys()

void google_dns_api::DnsKeysListResponse::clear_dns_keys ( )
inline

Clears the 'dnsKeys' attribute.

◆ clear_header()

void google_dns_api::DnsKeysListResponse::clear_header ( )
inline

Clears the 'header' attribute.

◆ clear_kind()

void google_dns_api::DnsKeysListResponse::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ clear_next_page_token()

void google_dns_api::DnsKeysListResponse::clear_next_page_token ( )
inline

Clears the 'nextPageToken' attribute.

◆ get_dns_keys()

const client::JsonCppArray<DnsKey > google_dns_api::DnsKeysListResponse::get_dns_keys ( ) const

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

◆ get_header()

const ResponseHeader google_dns_api::DnsKeysListResponse::get_header ( ) const

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

◆ get_kind()

const StringPiece google_dns_api::DnsKeysListResponse::get_kind ( ) const
inline

Get the value of the 'kind' attribute.

◆ get_next_page_token()

const StringPiece google_dns_api::DnsKeysListResponse::get_next_page_token ( ) const
inline

Get the value of the 'nextPageToken' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_dns_api::DnsKeysListResponse

◆ has_dns_keys()

bool google_dns_api::DnsKeysListResponse::has_dns_keys ( ) const
inline

Determine if the 'dnsKeys' attribute was set.

Returns
true if the 'dnsKeys' attribute was set.

◆ has_header()

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

Determine if the 'header' attribute was set.

Returns
true if the 'header' attribute was set.

◆ has_kind()

bool google_dns_api::DnsKeysListResponse::has_kind ( ) const
inline

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ has_next_page_token()

bool google_dns_api::DnsKeysListResponse::has_next_page_token ( ) const
inline

Determine if the 'nextPageToken' attribute was set.

Returns
true if the 'nextPageToken' attribute was set.

◆ mutable_dnsKeys()

client::JsonCppArray<DnsKey > google_dns_api::DnsKeysListResponse::mutable_dnsKeys ( )

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

The requested resources.

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

◆ mutable_header()

ResponseHeader google_dns_api::DnsKeysListResponse::mutable_header ( )

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

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

◆ New()

DnsKeysListResponse * google_dns_api::DnsKeysListResponse::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_kind()

void google_dns_api::DnsKeysListResponse::set_kind ( const StringPiece &  value)
inline

Change the 'kind' attribute.

Type of resource.

Parameters
[in]valueThe new value.

◆ set_next_page_token()

void google_dns_api::DnsKeysListResponse::set_next_page_token ( const StringPiece &  value)
inline

Change the 'nextPageToken' attribute.

The presence of this field indicates that there exist more results following your last page of results in pagination order. To fetch them, make another list request using this value as your pagination token.

In this way you can retrieve the complete contents of even very large collections one page at a time. However, if the contents of the collection change between the first and last paginated list request, the set of all elements returned will be an inconsistent view of the collection. There is no way to retrieve a "snapshot" of collections larger than the maximum page size.

Parameters
[in]valueThe new value.

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