Method: Google::Cloud::Storage::File::Updater#metadata
- Defined in:
- lib/google/cloud/storage/file.rb
#metadata ⇒ Hash(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.
2178 2179 2180 |
# File 'lib/google/cloud/storage/file.rb', line 2178 def @metadata end |