Google Cloud Storage C++ Client 2.13.0
A C++ Client Library for Google Cloud Storage
Loading...
Searching...
No Matches
Public Member Functions | List of all members
google::cloud::storage::ServiceAccount Class Reference

Represents the metadata for a Google Cloud Storage service account. More...

#include <google/cloud/storage/service_account.h>

Public Member Functions

 ServiceAccount ()=default
 
std::string const & email_address () const
 
ServiceAccountset_email_address (std::string v)
 
std::string const & kind () const
 
ServiceAccountset_kind (std::string v)
 

Detailed Description

Represents the metadata for a Google Cloud Storage service account.

Constructor & Destructor Documentation

◆ ServiceAccount()

google::cloud::storage::ServiceAccount::ServiceAccount ( )
default

Member Function Documentation

◆ email_address()

std::string const & google::cloud::storage::ServiceAccount::email_address ( ) const
inline

◆ kind()

std::string const & google::cloud::storage::ServiceAccount::kind ( ) const
inline

◆ set_email_address()

ServiceAccount & google::cloud::storage::ServiceAccount::set_email_address ( std::string  v)
inline
Note
This is only intended for mocking.

◆ set_kind()

ServiceAccount & google::cloud::storage::ServiceAccount::set_kind ( std::string  v)
inline
Note
This is only intended for mocking.