Method: Google::Cloud::Storage::HmacKey#etag

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

#etagString

HTTP 1.1 Entity tag for the HMAC key.

Returns:

  • (String)


106
107
108
# File 'lib/google/cloud/storage/hmac_key.rb', line 106

def etag
  @gapi.etag
end