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

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

#metadata=(metadata) ⇒ Object

Updates the 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.



1434
1435
1436
1437
1438
# File 'lib/google/cloud/storage/file.rb', line 1434

def metadata= 
  @metadata = 
  @gapi. = @metadata
  update_gapi! :metadata
end