#include <get_service_account_response.h>
◆ GetServiceAccountResponse() [1/2]
| google_bigquery_api::GetServiceAccountResponse::GetServiceAccountResponse |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ GetServiceAccountResponse() [2/2]
| google_bigquery_api::GetServiceAccountResponse::GetServiceAccountResponse |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ~GetServiceAccountResponse()
| google_bigquery_api::GetServiceAccountResponse::~GetServiceAccountResponse |
( |
| ) |
|
|
virtual |
◆ clear_email()
| void google_bigquery_api::GetServiceAccountResponse::clear_email |
( |
| ) |
|
|
inline |
Clears the 'email' attribute.
◆ clear_kind()
| void google_bigquery_api::GetServiceAccountResponse::clear_kind |
( |
| ) |
|
|
inline |
Clears the 'kind' attribute.
◆ get_email()
| const StringPiece google_bigquery_api::GetServiceAccountResponse::get_email |
( |
| ) |
const |
|
inline |
Get the value of the 'email' attribute.
◆ get_kind()
| const StringPiece google_bigquery_api::GetServiceAccountResponse::get_kind |
( |
| ) |
const |
|
inline |
Get the value of the 'kind' attribute.
◆ GetTypeName()
| const StringPiece google_bigquery_api::GetServiceAccountResponse::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_email()
| bool google_bigquery_api::GetServiceAccountResponse::has_email |
( |
| ) |
const |
|
inline |
Determine if the 'email' attribute was set.
- Returns
- true if the '
email' attribute was set.
◆ has_kind()
| bool google_bigquery_api::GetServiceAccountResponse::has_kind |
( |
| ) |
const |
|
inline |
Determine if the 'kind' attribute was set.
- Returns
- true if the '
kind' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_email()
| void google_bigquery_api::GetServiceAccountResponse::set_email |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'email' attribute.
The service account email address.
- Parameters
-
◆ set_kind()
| void google_bigquery_api::GetServiceAccountResponse::set_kind |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'kind' attribute.
The resource type of the response.
- Parameters
-
The documentation for this class was generated from the following files: