Cloud Storage JSON API: projects. Stores and retrieves potentially large, immutable data objects. See: https://developers.google.com/storage/docs/json_api/api/reference/rest/v1/projects
Cloud Storage JSON API: projects. Stores and retrieves potentially large, immutable data objects. See: https://developers.google.com/storage/docs/json_api/api/reference/rest/v1/projects
(hmacKeys-create$ auth parameters)
https://developers.google.com/storage/docs/json_api/api/reference/rest/v1/projects/hmacKeys/create
Required parameters: projectId, serviceAccountEmail
Optional parameters: userProject
Creates a new HMAC key for the specified service account.
https://developers.google.com/storage/docs/json_api/api/reference/rest/v1/projects/hmacKeys/create Required parameters: projectId, serviceAccountEmail Optional parameters: userProject Creates a new HMAC key for the specified service account.
(hmacKeys-delete$ auth parameters)
https://developers.google.com/storage/docs/json_api/api/reference/rest/v1/projects/hmacKeys/delete
Required parameters: accessId, projectId
Optional parameters: userProject
Deletes an HMAC key.
https://developers.google.com/storage/docs/json_api/api/reference/rest/v1/projects/hmacKeys/delete Required parameters: accessId, projectId Optional parameters: userProject Deletes an HMAC key.
(hmacKeys-get$ auth parameters)
https://developers.google.com/storage/docs/json_api/api/reference/rest/v1/projects/hmacKeys/get
Required parameters: accessId, projectId
Optional parameters: userProject
Retrieves an HMAC key's metadata
https://developers.google.com/storage/docs/json_api/api/reference/rest/v1/projects/hmacKeys/get Required parameters: accessId, projectId Optional parameters: userProject Retrieves an HMAC key's metadata
(hmacKeys-list$ auth parameters)
https://developers.google.com/storage/docs/json_api/api/reference/rest/v1/projects/hmacKeys/list
Required parameters: projectId
Optional parameters: maxResults, pageToken, serviceAccountEmail, showDeletedKeys, userProject
Retrieves a list of HMAC keys matching the criteria.
https://developers.google.com/storage/docs/json_api/api/reference/rest/v1/projects/hmacKeys/list Required parameters: projectId Optional parameters: maxResults, pageToken, serviceAccountEmail, showDeletedKeys, userProject Retrieves a list of HMAC keys matching the criteria.
(hmacKeys-update$ auth parameters body)
https://developers.google.com/storage/docs/json_api/api/reference/rest/v1/projects/hmacKeys/update
Required parameters: accessId, projectId
Optional parameters: userProject
Body:
{:timeCreated string, :updated string, :selfLink string, :accessId string, :etag string, :state string, :serviceAccountEmail string, :id string, :kind string, :projectId string}
Updates the state of an HMAC key. See the HMAC Key resource descriptor for valid states.
https://developers.google.com/storage/docs/json_api/api/reference/rest/v1/projects/hmacKeys/update Required parameters: accessId, projectId Optional parameters: userProject Body: {:timeCreated string, :updated string, :selfLink string, :accessId string, :etag string, :state string, :serviceAccountEmail string, :id string, :kind string, :projectId string} Updates the state of an HMAC key. See the HMAC Key resource descriptor for valid states.
(serviceAccount-get$ auth parameters)
Required parameters: projectId
Optional parameters: provisionalUserProject, userProject
Get the email address of this project's Google Cloud Storage service account.
https://developers.google.com/storage/docs/json_api/api/reference/rest/v1/projects/serviceAccount/get Required parameters: projectId Optional parameters: provisionalUserProject, userProject Get the email address of this project's Google Cloud Storage service account.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close