Method: Google::Cloud::Storage::HmacKey#service_account_email
- Defined in:
- lib/google/cloud/storage/hmac_key.rb
#service_account_email ⇒ String
The email address of the key's associated service account.
133 134 135 |
# File 'lib/google/cloud/storage/hmac_key.rb', line 133 def service_account_email @gapi.service_account_email end |