androidenterprise  v1
Public Member Functions | Static Public Member Functions | List of all members
google_androidenterprise_api::ServiceAccountKeysListResponse Class Reference

#include <service_account_keys_list_response.h>

Inheritance diagram for google_androidenterprise_api::ServiceAccountKeysListResponse:

Public Member Functions

 ServiceAccountKeysListResponse (const Json::Value &storage)
 
 ServiceAccountKeysListResponse (Json::Value *storage)
 
virtual ~ServiceAccountKeysListResponse ()
 
const StringPiece GetTypeName () const
 
bool has_service_account_key () const
 
void clear_service_account_key ()
 
const client::JsonCppArray< ServiceAccountKeyget_service_account_key () const
 
client::JsonCppArray< ServiceAccountKeymutable_serviceAccountKey ()
 

Static Public Member Functions

static ServiceAccountKeysListResponseNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ ServiceAccountKeysListResponse() [1/2]

google_androidenterprise_api::ServiceAccountKeysListResponse::ServiceAccountKeysListResponse ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ServiceAccountKeysListResponse() [2/2]

google_androidenterprise_api::ServiceAccountKeysListResponse::ServiceAccountKeysListResponse ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~ServiceAccountKeysListResponse()

google_androidenterprise_api::ServiceAccountKeysListResponse::~ServiceAccountKeysListResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_service_account_key()

void google_androidenterprise_api::ServiceAccountKeysListResponse::clear_service_account_key ( )
inline

Clears the 'serviceAccountKey' attribute.

◆ get_service_account_key()

const client::JsonCppArray<ServiceAccountKey > google_androidenterprise_api::ServiceAccountKeysListResponse::get_service_account_key ( ) const

Get a reference to the value of the 'serviceAccountKey' attribute.

◆ GetTypeName()

const StringPiece google_androidenterprise_api::ServiceAccountKeysListResponse::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_androidenterprise_api::ServiceAccountKeysListResponse

◆ has_service_account_key()

bool google_androidenterprise_api::ServiceAccountKeysListResponse::has_service_account_key ( ) const
inline

Determine if the 'serviceAccountKey' attribute was set.

Returns
true if the 'serviceAccountKey' attribute was set.

◆ mutable_serviceAccountKey()

client::JsonCppArray<ServiceAccountKey > google_androidenterprise_api::ServiceAccountKeysListResponse::mutable_serviceAccountKey ( )

Gets a reference to a mutable value of the 'serviceAccountKey' property.

The service account credentials.

Returns
The result can be modified to change the attribute value.

◆ New()

ServiceAccountKeysListResponse * google_androidenterprise_api::ServiceAccountKeysListResponse::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

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