Method: Google::Cloud::Storage::File::Updater#metadata

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

#metadataHash(String => String)

A hash of custom, user-provided web-safe keys and arbitrary string values that will returned with requests for the file as "x-goog-meta-" response headers.

Returns:

  • (Hash(String => String))


2178
2179
2180
# File 'lib/google/cloud/storage/file.rb', line 2178

def 
  @metadata
end