#include <google_service_account.h>
◆ GoogleServiceAccount() [1/2]
google_storagetransfer_api::GoogleServiceAccount::GoogleServiceAccount |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ GoogleServiceAccount() [2/2]
google_storagetransfer_api::GoogleServiceAccount::GoogleServiceAccount |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~GoogleServiceAccount()
google_storagetransfer_api::GoogleServiceAccount::~GoogleServiceAccount |
( |
| ) |
|
|
virtual |
◆ clear_account_email()
void google_storagetransfer_api::GoogleServiceAccount::clear_account_email |
( |
| ) |
|
|
inline |
Clears the 'accountEmail
' attribute.
◆ get_account_email()
const StringPiece google_storagetransfer_api::GoogleServiceAccount::get_account_email |
( |
| ) |
const |
|
inline |
Get the value of the 'accountEmail
' attribute.
◆ GetTypeName()
const StringPiece google_storagetransfer_api::GoogleServiceAccount::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_account_email()
bool google_storagetransfer_api::GoogleServiceAccount::has_account_email |
( |
| ) |
const |
|
inline |
Determine if the 'accountEmail
' attribute was set.
- Returns
- true if the '
accountEmail
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_account_email()
void google_storagetransfer_api::GoogleServiceAccount::set_account_email |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'accountEmail
' attribute.
Email address of the service account.
- Parameters
-
The documentation for this class was generated from the following files: