Skip to content

Commit

Permalink
Adding getter/setter note for Blob.metadata property.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Jul 21, 2017
1 parent f8758df commit a1787de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions storage/google/cloud/storage/blob.py
Original file line number Diff line number Diff line change
Expand Up @@ -1399,6 +1399,11 @@ def metadata(self):
See https://cloud.google.com/storage/docs/json_api/v1/objects
:setter: Update arbitrary/application specific metadata for the
object.
:getter: Retrieve arbitrary/application specific metadata for
the object.
:rtype: dict or ``NoneType``
:returns: The metadata associated with the blob or ``None`` if the
property is not set locally.
Expand Down

0 comments on commit a1787de

Please sign in to comment.