Liking cljdoc? Tell your friends :D

happygapi.storage.bucketAccessControls

Cloud Storage JSON API: bucketAccessControls. Stores and retrieves potentially large, immutable data objects. See: https://developers.google.com/storage/docs/json_api/api/reference/rest/v1/bucketAccessControls

Cloud Storage JSON API: bucketAccessControls.
Stores and retrieves potentially large, immutable data objects.
See: https://developers.google.com/storage/docs/json_api/api/reference/rest/v1/bucketAccessControls
raw docstring

delete$clj

(delete$ auth parameters)

https://developers.google.com/storage/docs/json_api/api/reference/rest/v1/bucketAccessControls/delete

Required parameters: bucket, entity

Optional parameters: provisionalUserProject, userProject

Permanently deletes the ACL entry for the specified entity on the specified bucket.

https://developers.google.com/storage/docs/json_api/api/reference/rest/v1/bucketAccessControls/delete

Required parameters: bucket, entity

Optional parameters: provisionalUserProject, userProject

Permanently deletes the ACL entry for the specified entity on the specified bucket.
sourceraw docstring

get$clj

(get$ auth parameters)

https://developers.google.com/storage/docs/json_api/api/reference/rest/v1/bucketAccessControls/get

Required parameters: bucket, entity

Optional parameters: provisionalUserProject, userProject

Returns the ACL entry for the specified entity on the specified bucket.

https://developers.google.com/storage/docs/json_api/api/reference/rest/v1/bucketAccessControls/get

Required parameters: bucket, entity

Optional parameters: provisionalUserProject, userProject

Returns the ACL entry for the specified entity on the specified bucket.
sourceraw docstring

insert$clj

(insert$ auth parameters body)

https://developers.google.com/storage/docs/json_api/api/reference/rest/v1/bucketAccessControls/insert

Required parameters: bucket

Optional parameters: provisionalUserProject, userProject

Body:

{:role string, :email string, :projectTeam {:projectNumber string, :team string}, :selfLink string, :etag string, :id string, :kind string, :domain string, :entity string, :entityId string, :bucket string}

Creates a new ACL entry on the specified bucket.

https://developers.google.com/storage/docs/json_api/api/reference/rest/v1/bucketAccessControls/insert

Required parameters: bucket

Optional parameters: provisionalUserProject, userProject

Body: 

{:role string,
 :email string,
 :projectTeam {:projectNumber string, :team string},
 :selfLink string,
 :etag string,
 :id string,
 :kind string,
 :domain string,
 :entity string,
 :entityId string,
 :bucket string}

Creates a new ACL entry on the specified bucket.
sourceraw docstring

list$clj

(list$ auth parameters)

https://developers.google.com/storage/docs/json_api/api/reference/rest/v1/bucketAccessControls/list

Required parameters: bucket

Optional parameters: provisionalUserProject, userProject

Retrieves ACL entries on the specified bucket.

https://developers.google.com/storage/docs/json_api/api/reference/rest/v1/bucketAccessControls/list

Required parameters: bucket

Optional parameters: provisionalUserProject, userProject

Retrieves ACL entries on the specified bucket.
sourceraw docstring

patch$clj

(patch$ auth parameters body)

https://developers.google.com/storage/docs/json_api/api/reference/rest/v1/bucketAccessControls/patch

Required parameters: bucket, entity

Optional parameters: provisionalUserProject, userProject

Body:

{:role string, :email string, :projectTeam {:projectNumber string, :team string}, :selfLink string, :etag string, :id string, :kind string, :domain string, :entity string, :entityId string, :bucket string}

Patches an ACL entry on the specified bucket.

https://developers.google.com/storage/docs/json_api/api/reference/rest/v1/bucketAccessControls/patch

Required parameters: bucket, entity

Optional parameters: provisionalUserProject, userProject

Body: 

{:role string,
 :email string,
 :projectTeam {:projectNumber string, :team string},
 :selfLink string,
 :etag string,
 :id string,
 :kind string,
 :domain string,
 :entity string,
 :entityId string,
 :bucket string}

Patches an ACL entry on the specified bucket.
sourceraw docstring

update$clj

(update$ auth parameters body)

https://developers.google.com/storage/docs/json_api/api/reference/rest/v1/bucketAccessControls/update

Required parameters: bucket, entity

Optional parameters: provisionalUserProject, userProject

Body:

{:role string, :email string, :projectTeam {:projectNumber string, :team string}, :selfLink string, :etag string, :id string, :kind string, :domain string, :entity string, :entityId string, :bucket string}

Updates an ACL entry on the specified bucket.

https://developers.google.com/storage/docs/json_api/api/reference/rest/v1/bucketAccessControls/update

Required parameters: bucket, entity

Optional parameters: provisionalUserProject, userProject

Body: 

{:role string,
 :email string,
 :projectTeam {:projectNumber string, :team string},
 :selfLink string,
 :etag string,
 :id string,
 :kind string,
 :domain string,
 :entity string,
 :entityId string,
 :bucket string}

Updates an ACL entry on the specified bucket.
sourceraw docstring

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

× close