Method: Google::Cloud::Storage::HmacKey#id
- Defined in:
- lib/google/cloud/storage/hmac_key.rb
#id ⇒ String
The ID of the HMAC key, including the Project ID and the Access ID.
115 116 117 |
# File 'lib/google/cloud/storage/hmac_key.rb', line 115 def id @gapi.id end |