Cloud Storage JSON API: objectAccessControls. Stores and retrieves potentially large, immutable data objects. See: https://developers.google.com/storage/docs/json_api/api/reference/rest/v1/objectAccessControls
Cloud Storage JSON API: objectAccessControls. Stores and retrieves potentially large, immutable data objects. See: https://developers.google.com/storage/docs/json_api/api/reference/rest/v1/objectAccessControls
(delete$ auth parameters)Required parameters: bucket, entity, object
Optional parameters: generation, userProject
Permanently deletes the ACL entry for the specified entity on the specified object.
https://developers.google.com/storage/docs/json_api/api/reference/rest/v1/objectAccessControls/delete Required parameters: bucket, entity, object Optional parameters: generation, userProject Permanently deletes the ACL entry for the specified entity on the specified object.
(get$ auth parameters)https://developers.google.com/storage/docs/json_api/api/reference/rest/v1/objectAccessControls/get
Required parameters: bucket, entity, object
Optional parameters: generation, userProject
Returns the ACL entry for the specified entity on the specified object.
https://developers.google.com/storage/docs/json_api/api/reference/rest/v1/objectAccessControls/get Required parameters: bucket, entity, object Optional parameters: generation, userProject Returns the ACL entry for the specified entity on the specified object.
(insert$ auth parameters body)Required parameters: bucket, object
Optional parameters: generation, userProject
Body:
{:role string, :email string, :generation string, :projectTeam {:projectNumber string, :team string}, :selfLink string, :etag string, :id string, :kind string, :domain string, :entity string, :entityId string, :object string, :bucket string}
Creates a new ACL entry on the specified object.
https://developers.google.com/storage/docs/json_api/api/reference/rest/v1/objectAccessControls/insert
Required parameters: bucket, object
Optional parameters: generation, userProject
Body:
{:role string,
:email string,
:generation string,
:projectTeam {:projectNumber string, :team string},
:selfLink string,
:etag string,
:id string,
:kind string,
:domain string,
:entity string,
:entityId string,
:object string,
:bucket string}
Creates a new ACL entry on the specified object.(list$ auth parameters)https://developers.google.com/storage/docs/json_api/api/reference/rest/v1/objectAccessControls/list
Required parameters: bucket, object
Optional parameters: generation, userProject
Retrieves ACL entries on the specified object.
https://developers.google.com/storage/docs/json_api/api/reference/rest/v1/objectAccessControls/list Required parameters: bucket, object Optional parameters: generation, userProject Retrieves ACL entries on the specified object.
(patch$ auth parameters body)https://developers.google.com/storage/docs/json_api/api/reference/rest/v1/objectAccessControls/patch
Required parameters: bucket, entity, object
Optional parameters: generation, userProject
Body:
{:role string, :email string, :generation string, :projectTeam {:projectNumber string, :team string}, :selfLink string, :etag string, :id string, :kind string, :domain string, :entity string, :entityId string, :object string, :bucket string}
Patches an ACL entry on the specified object.
https://developers.google.com/storage/docs/json_api/api/reference/rest/v1/objectAccessControls/patch
Required parameters: bucket, entity, object
Optional parameters: generation, userProject
Body:
{:role string,
:email string,
:generation string,
:projectTeam {:projectNumber string, :team string},
:selfLink string,
:etag string,
:id string,
:kind string,
:domain string,
:entity string,
:entityId string,
:object string,
:bucket string}
Patches an ACL entry on the specified object.(update$ auth parameters body)Required parameters: bucket, entity, object
Optional parameters: generation, userProject
Body:
{:role string, :email string, :generation string, :projectTeam {:projectNumber string, :team string}, :selfLink string, :etag string, :id string, :kind string, :domain string, :entity string, :entityId string, :object string, :bucket string}
Updates an ACL entry on the specified object.
https://developers.google.com/storage/docs/json_api/api/reference/rest/v1/objectAccessControls/update
Required parameters: bucket, entity, object
Optional parameters: generation, userProject
Body:
{:role string,
:email string,
:generation string,
:projectTeam {:projectNumber string, :team string},
:selfLink string,
:etag string,
:id string,
:kind string,
:domain string,
:entity string,
:entityId string,
:object string,
:bucket string}
Updates an ACL entry on the specified object.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 |