Cloud Storage JSON API: notifications. Stores and retrieves potentially large, immutable data objects. See: https://developers.google.com/storage/docs/json_api/api/reference/rest/v1/notifications
Cloud Storage JSON API: notifications. Stores and retrieves potentially large, immutable data objects. See: https://developers.google.com/storage/docs/json_api/api/reference/rest/v1/notifications
(delete$ auth parameters)https://developers.google.com/storage/docs/json_api/api/reference/rest/v1/notifications/delete
Required parameters: bucket, notification
Optional parameters: provisionalUserProject, userProject
Permanently deletes a notification subscription.
https://developers.google.com/storage/docs/json_api/api/reference/rest/v1/notifications/delete Required parameters: bucket, notification Optional parameters: provisionalUserProject, userProject Permanently deletes a notification subscription.
(get$ auth parameters)https://developers.google.com/storage/docs/json_api/api/reference/rest/v1/notifications/get
Required parameters: bucket, notification
Optional parameters: provisionalUserProject, userProject
View a notification configuration.
https://developers.google.com/storage/docs/json_api/api/reference/rest/v1/notifications/get Required parameters: bucket, notification Optional parameters: provisionalUserProject, userProject View a notification configuration.
(insert$ auth parameters body)https://developers.google.com/storage/docs/json_api/api/reference/rest/v1/notifications/insert
Required parameters: bucket
Optional parameters: provisionalUserProject, userProject
Body:
{:payload_format string, :selfLink string, :etag string, :topic string, :event_types [string], :id string, :kind string, :custom_attributes {}, :object_name_prefix string}
Creates a notification subscription for a given bucket.
https://developers.google.com/storage/docs/json_api/api/reference/rest/v1/notifications/insert
Required parameters: bucket
Optional parameters: provisionalUserProject, userProject
Body:
{:payload_format string,
:selfLink string,
:etag string,
:topic string,
:event_types [string],
:id string,
:kind string,
:custom_attributes {},
:object_name_prefix string}
Creates a notification subscription for a given bucket.(list$ auth parameters)https://developers.google.com/storage/docs/json_api/api/reference/rest/v1/notifications/list
Required parameters: bucket
Optional parameters: provisionalUserProject, userProject
Retrieves a list of notification subscriptions for a given bucket.
https://developers.google.com/storage/docs/json_api/api/reference/rest/v1/notifications/list Required parameters: bucket Optional parameters: provisionalUserProject, userProject Retrieves a list of notification subscriptions for a given bucket.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |