#include <dns_keys_list_response.h>
The response to a request to enumerate DnsKeys in a ManagedZone.
◆ DnsKeysListResponse() [1/2]
google_dns_api::DnsKeysListResponse::DnsKeysListResponse |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The 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] | storage | The underlying data storage for this instance. |
◆ ~DnsKeysListResponse()
google_dns_api::DnsKeysListResponse::~DnsKeysListResponse |
( |
| ) |
|
|
virtual |
◆ 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 |
◆ 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()
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
-
◆ 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
-
The documentation for this class was generated from the following files: