storagetransfer  v1
Public Member Functions | Static Public Member Functions | List of all members
google_storagetransfer_api::GoogleServiceAccount Class Reference

#include <google_service_account.h>

Inheritance diagram for google_storagetransfer_api::GoogleServiceAccount:

Public Member Functions

 GoogleServiceAccount (const Json::Value &storage)
 
 GoogleServiceAccount (Json::Value *storage)
 
virtual ~GoogleServiceAccount ()
 
const StringPiece GetTypeName () const
 
bool has_account_email () const
 
void clear_account_email ()
 
const StringPiece get_account_email () const
 
void set_account_email (const StringPiece &value)
 

Static Public Member Functions

static GoogleServiceAccountNew ()
 

Detailed Description

Google service account.

Constructor & Destructor Documentation

◆ GoogleServiceAccount() [1/2]

google_storagetransfer_api::GoogleServiceAccount::GoogleServiceAccount ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe 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]storageThe underlying data storage for this instance.

◆ ~GoogleServiceAccount()

google_storagetransfer_api::GoogleServiceAccount::~GoogleServiceAccount ( )
virtual

Standard destructor.

Member Function Documentation

◆ 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

Returns a string denoting the type of this data object.

Returns
google_storagetransfer_api::GoogleServiceAccount

◆ 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()

GoogleServiceAccount * google_storagetransfer_api::GoogleServiceAccount::New ( )
static

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
[in]valueThe new value.

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