Home
last modified time | relevance | path

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

/dports/www/py-google-cloud-storage/google-cloud-storage-1.43.0/tests/system/
H A Dtest_notification.py35 from google.cloud.storage.notification import JSON_API_V1_PAYLOAD_FORMAT
37 return JSON_API_V1_PAYLOAD_FORMAT
/dports/www/py-google-cloud-storage/google-cloud-storage-1.43.0/google/cloud/storage/
H A Dnotification.py30 JSON_API_V1_PAYLOAD_FORMAT = "JSON_API_V1" variable
/dports/www/py-google-cloud-storage/google-cloud-storage-1.43.0/tests/unit/
H A Dtest_notification.py52 from google.cloud.storage.notification import JSON_API_V1_PAYLOAD_FORMAT
54 return JSON_API_V1_PAYLOAD_FORMAT
H A Dtest_bucket.py695 JSON_API_V1_PAYLOAD_FORMAT,
714 payload_format=JSON_API_V1_PAYLOAD_FORMAT,
723 self.assertEqual(notification.payload_format, JSON_API_V1_PAYLOAD_FORMAT)
1240 from google.cloud.storage.notification import JSON_API_V1_PAYLOAD_FORMAT
1253 "payload_format": JSON_API_V1_PAYLOAD_FORMAT,
1273 self.assertEqual(notification.payload_format, JSON_API_V1_PAYLOAD_FORMAT)