Home
last modified time | relevance | path

Searched refs:NONE_PAYLOAD_FORMAT (Results 1 – 4 of 4) sorted by relevance

/dports/www/py-google-cloud-storage/google-cloud-storage-1.43.0/tests/unit/
H A Dtest_notification.py91 from google.cloud.storage.notification import NONE_PAYLOAD_FORMAT
104 self.assertEqual(notification.payload_format, NONE_PAYLOAD_FORMAT)
147 from google.cloud.storage.notification import NONE_PAYLOAD_FORMAT
157 "payload_format": NONE_PAYLOAD_FORMAT,
168 self.assertEqual(notification.payload_format, NONE_PAYLOAD_FORMAT)
247 from google.cloud.storage.notification import NONE_PAYLOAD_FORMAT
263 "payload_format": NONE_PAYLOAD_FORMAT,
275 from google.cloud.storage.notification import NONE_PAYLOAD_FORMAT
282 "payload_format": NONE_PAYLOAD_FORMAT,
302 "payload_format": NONE_PAYLOAD_FORMAT,
[all …]
H A Dtest_bucket.py672 from google.cloud.storage.notification import NONE_PAYLOAD_FORMAT
688 self.assertEqual(notification.payload_format, NONE_PAYLOAD_FORMAT)
4036 from google.cloud.storage.notification import NONE_PAYLOAD_FORMAT
4046 "payload_format": NONE_PAYLOAD_FORMAT,
/dports/www/py-google-cloud-storage/google-cloud-storage-1.43.0/google/cloud/storage/
H A Dnotification.py31 NONE_PAYLOAD_FORMAT = "NONE" variable
92 payload_format=NONE_PAYLOAD_FORMAT,
H A Dbucket.py59 from google.cloud.storage.notification import NONE_PAYLOAD_FORMAT
733 payload_format=NONE_PAYLOAD_FORMAT,