Method: Google::Cloud::Storage::HmacKey#id

Defined in:
lib/google/cloud/storage/hmac_key.rb

#idString

The ID of the HMAC key, including the Project ID and the Access ID.

Returns:

  • (String)


115
116
117
# File 'lib/google/cloud/storage/hmac_key.rb', line 115

def id
  @gapi.id
end