#include <response_header.h>
Elements common to every response.
◆ ResponseHeader() [1/2]
google_dns_api::ResponseHeader::ResponseHeader |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ResponseHeader() [2/2]
google_dns_api::ResponseHeader::ResponseHeader |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~ResponseHeader()
google_dns_api::ResponseHeader::~ResponseHeader |
( |
| ) |
|
|
virtual |
◆ clear_operation_id()
void google_dns_api::ResponseHeader::clear_operation_id |
( |
| ) |
|
|
inline |
Clears the 'operationId
' attribute.
◆ get_operation_id()
const StringPiece google_dns_api::ResponseHeader::get_operation_id |
( |
| ) |
const |
|
inline |
Get the value of the 'operationId
' attribute.
◆ GetTypeName()
const StringPiece google_dns_api::ResponseHeader::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_operation_id()
bool google_dns_api::ResponseHeader::has_operation_id |
( |
| ) |
const |
|
inline |
Determine if the 'operationId
' attribute was set.
- Returns
- true if the '
operationId
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_operation_id()
void google_dns_api::ResponseHeader::set_operation_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'operationId
' attribute.
For mutating operation requests that completed successfully. This is the client_operation_id if the client specified it, otherwise it is generated by the server (output only).
- Parameters
-
The documentation for this class was generated from the following files: