Skip to content

Commit

Permalink
Adding getter/setter note for Blob.metadata property. (#3647)
Browse files Browse the repository at this point in the history
Fixes #3645.
  • Loading branch information
dhermes authored Jul 25, 2017
1 parent dd372df commit 70088aa
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 @@ -1400,6 +1400,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 70088aa

Please sign in to comment.