bigquery  v2
Public Member Functions | Static Public Member Functions | List of all members
google_bigquery_api::GetServiceAccountResponse Class Reference

#include <get_service_account_response.h>

Inheritance diagram for google_bigquery_api::GetServiceAccountResponse:

Public Member Functions

 GetServiceAccountResponse (const Json::Value &storage)
 
 GetServiceAccountResponse (Json::Value *storage)
 
virtual ~GetServiceAccountResponse ()
 
const StringPiece GetTypeName () const
 
bool has_email () const
 
void clear_email ()
 
const StringPiece get_email () const
 
void set_email (const StringPiece &value)
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 

Static Public Member Functions

static GetServiceAccountResponseNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ GetServiceAccountResponse() [1/2]

google_bigquery_api::GetServiceAccountResponse::GetServiceAccountResponse ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

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

◆ ~GetServiceAccountResponse()

google_bigquery_api::GetServiceAccountResponse::~GetServiceAccountResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ 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

Returns a string denoting the type of this data object.

Returns
google_bigquery_api::GetServiceAccountResponse

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

GetServiceAccountResponse * google_bigquery_api::GetServiceAccountResponse::New ( )
static

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

◆ set_kind()

void google_bigquery_api::GetServiceAccountResponse::set_kind ( const StringPiece &  value)
inline

Change the 'kind' attribute.

The resource type of the response.

Parameters
[in]valueThe new value.

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