Liking cljdoc? Tell your friends :D

happygapi.cloudresourcemanager.liens

Cloud Resource Manager API: liens. Creates, reads, and updates metadata for Google Cloud Platform resource containers. See: https://cloud.google.com/resource-managerapi/reference/rest/v3/liens

Cloud Resource Manager API: liens.
Creates, reads, and updates metadata for Google Cloud Platform resource containers.
See: https://cloud.google.com/resource-managerapi/reference/rest/v3/liens
raw docstring

create$clj

(create$ auth parameters body)

https://cloud.google.com/resource-managerapi/reference/rest/v3/liens/create

Required parameters: none

Optional parameters: none

Body:

{:name string, :restrictions [string], :createTime string, :parent string, :origin string, :reason string}

Create a Lien which applies to the resource denoted by the parent field. Callers of this method will require permission on the parent resource. For example, applying to projects/1234 requires permission resourcemanager.projects.updateLiens. NOTE: Some resources may limit the number of Liens which may be applied.

https://cloud.google.com/resource-managerapi/reference/rest/v3/liens/create

Required parameters: none

Optional parameters: none

Body: 

{:name string,
 :restrictions [string],
 :createTime string,
 :parent string,
 :origin string,
 :reason string}

Create a Lien which applies to the resource denoted by the `parent` field. Callers of this method will require permission on the `parent` resource. For example, applying to `projects/1234` requires permission `resourcemanager.projects.updateLiens`. NOTE: Some resources may limit the number of Liens which may be applied.
sourceraw docstring

delete$clj

(delete$ auth parameters)

https://cloud.google.com/resource-managerapi/reference/rest/v3/liens/delete

Required parameters: name

Optional parameters: none

Delete a Lien by name. Callers of this method will require permission on the parent resource. For example, a Lien with a parent of projects/1234 requires permission resourcemanager.projects.updateLiens.

https://cloud.google.com/resource-managerapi/reference/rest/v3/liens/delete

Required parameters: name

Optional parameters: none

Delete a Lien by `name`. Callers of this method will require permission on the `parent` resource. For example, a Lien with a `parent` of `projects/1234` requires permission `resourcemanager.projects.updateLiens`.
sourceraw docstring

get$clj

(get$ auth parameters)

https://cloud.google.com/resource-managerapi/reference/rest/v3/liens/get

Required parameters: name

Optional parameters: none

Retrieve a Lien by name. Callers of this method will require permission on the parent resource. For example, a Lien with a parent of projects/1234 requires permission resourcemanager.projects.get

https://cloud.google.com/resource-managerapi/reference/rest/v3/liens/get

Required parameters: name

Optional parameters: none

Retrieve a Lien by `name`. Callers of this method will require permission on the `parent` resource. For example, a Lien with a `parent` of `projects/1234` requires permission `resourcemanager.projects.get`
sourceraw docstring

list$clj

(list$ auth parameters)

https://cloud.google.com/resource-managerapi/reference/rest/v3/liens/list

Required parameters: none

Optional parameters: parent, pageSize, pageToken

List all Liens applied to the parent resource. Callers of this method will require permission on the parent resource. For example, a Lien with a parent of projects/1234 requires permission resourcemanager.projects.get.

https://cloud.google.com/resource-managerapi/reference/rest/v3/liens/list

Required parameters: none

Optional parameters: parent, pageSize, pageToken

List all Liens applied to the `parent` resource. Callers of this method will require permission on the `parent` resource. For example, a Lien with a `parent` of `projects/1234` requires permission `resourcemanager.projects.get`.
sourceraw docstring

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

× close