Google Cloud Storage C++ Client  1.42.0
A C++ Client Library for Google Cloud Storage
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
 
std::string const & kind () const
 

Detailed Description

Represents the metadata for a Google Cloud Storage service account.

Definition at line 34 of file service_account.h.

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

Definition at line 38 of file service_account.h.

◆ kind()

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

Definition at line 39 of file service_account.h.