Liking cljdoc? Tell your friends :D

happygapi.storage.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

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
raw docstring

delete$clj

(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.
sourceraw docstring

get$clj

(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.
sourceraw docstring

insert$clj

(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.
sourceraw docstring

list$clj

(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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close