Method: Google::Cloud::Storage::HmacKey#project_id
- Defined in:
- lib/google/cloud/storage/hmac_key.rb
#project_id ⇒ String
Project ID owning the service account to which the key authenticates.
124 125 126 |
# File 'lib/google/cloud/storage/hmac_key.rb', line 124 def project_id @gapi.project_id end |