diff --git a/google/cloud/storage/blob.py b/google/cloud/storage/blob.py index 2940b52aa..28b16682d 100644 --- a/google/cloud/storage/blob.py +++ b/google/cloud/storage/blob.py @@ -3543,10 +3543,13 @@ def custom_time(self): @custom_time.setter def custom_time(self, value): - """Set the custom time for the object. Once set it can't be unset - and only changed to a custom datetime in the future. If the - custom_time must be unset, you must either perform a rewrite operation - or upload the data again. + """Set the custom time for the object. + + Once set on the server side object, this value can't be unset, but may + only changed to a custom datetime in the future. + + If :attr:`custom_time` must be unset, either perform a rewrite + operation or upload the data again. See https://cloud.google.com/storage/docs/json_api/v1/objects