Liking cljdoc? Tell your friends :D

happygapi.cloudresourcemanager.tagValues

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

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

create$clj

(create$ auth parameters body)

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

Required parameters: none

Optional parameters: validateOnly

Body:

{:name string, :description string, :updateTime string, :createTime string, :shortName string, :etag string, :namespacedName string, :parent string}

Creates a TagValue as a child of the specified TagKey. If a another request with the same parameters is sent while the original request is in process the second request will receive an error. A maximum of 300 TagValues can exist under a TagKey at any given time.

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

Required parameters: none

Optional parameters: validateOnly

Body: 

{:name string,
 :description string,
 :updateTime string,
 :createTime string,
 :shortName string,
 :etag string,
 :namespacedName string,
 :parent string}

Creates a TagValue as a child of the specified TagKey. If a another request with the same parameters is sent while the original request is in process the second request will receive an error. A maximum of 300 TagValues can exist under a TagKey at any given time.
sourceraw docstring

delete$clj

(delete$ auth parameters)

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

Required parameters: name

Optional parameters: validateOnly, etag

Deletes a TagValue. The TagValue cannot have any bindings when it is deleted.

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

Required parameters: name

Optional parameters: validateOnly, etag

Deletes a TagValue. The TagValue cannot have any bindings when it is deleted.
sourceraw docstring

get$clj

(get$ auth parameters)

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

Required parameters: name

Optional parameters: none

Retrieves TagValue. If the TagValue or namespaced name does not exist, or if the user does not have permission to view it, this method will return PERMISSION_DENIED.

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

Required parameters: name

Optional parameters: none

Retrieves TagValue. If the TagValue or namespaced name does not exist, or if the user does not have permission to view it, this method will return `PERMISSION_DENIED`.
sourceraw docstring

getIamPolicy$clj

(getIamPolicy$ auth parameters body)

https://cloud.google.com/resource-managerapi/reference/rest/v3/tagValues/getIamPolicy

Required parameters: resource

Optional parameters: none

Body:

{:options {:requestedPolicyVersion integer}}

Gets the access control policy for a TagValue. The returned policy may be empty if no such policy or resource exists. The resource field should be the TagValue's resource name. For example: tagValues/1234. The caller must have the cloudresourcemanager.googleapis.com/tagValues.getIamPolicy permission on the identified TagValue to get the access control policy.

https://cloud.google.com/resource-managerapi/reference/rest/v3/tagValues/getIamPolicy

Required parameters: resource

Optional parameters: none

Body: 

{:options {:requestedPolicyVersion integer}}

Gets the access control policy for a TagValue. The returned policy may be empty if no such policy or resource exists. The `resource` field should be the TagValue's resource name. For example: `tagValues/1234`. The caller must have the `cloudresourcemanager.googleapis.com/tagValues.getIamPolicy` permission on the identified TagValue to get the access control policy.
sourceraw docstring

list$clj

(list$ auth parameters)

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

Required parameters: none

Optional parameters: parent, pageToken, pageSize

Lists all TagValues for a specific TagKey.

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

Required parameters: none

Optional parameters: parent, pageToken, pageSize

Lists all TagValues for a specific TagKey.
sourceraw docstring

patch$clj

(patch$ auth parameters body)

https://cloud.google.com/resource-managerapi/reference/rest/v3/tagValues/patch

Required parameters: name

Optional parameters: validateOnly, updateMask

Body:

{:name string, :description string, :updateTime string, :createTime string, :shortName string, :etag string, :namespacedName string, :parent string}

Updates the attributes of the TagValue resource.

https://cloud.google.com/resource-managerapi/reference/rest/v3/tagValues/patch

Required parameters: name

Optional parameters: validateOnly, updateMask

Body: 

{:name string,
 :description string,
 :updateTime string,
 :createTime string,
 :shortName string,
 :etag string,
 :namespacedName string,
 :parent string}

Updates the attributes of the TagValue resource.
sourceraw docstring

setIamPolicy$clj

(setIamPolicy$ auth parameters body)

https://cloud.google.com/resource-managerapi/reference/rest/v3/tagValues/setIamPolicy

Required parameters: resource

Optional parameters: none

Body:

{:policy {:version integer, :auditConfigs [AuditConfig], :etag string, :bindings [Binding]}, :updateMask string}

Sets the access control policy on a TagValue, replacing any existing policy. The resource field should be the TagValue's resource name. For example: tagValues/1234. The caller must have resourcemanager.tagValues.setIamPolicy permission on the identified tagValue.

https://cloud.google.com/resource-managerapi/reference/rest/v3/tagValues/setIamPolicy

Required parameters: resource

Optional parameters: none

Body: 

{:policy {:version integer,
          :auditConfigs [AuditConfig],
          :etag string,
          :bindings [Binding]},
 :updateMask string}

Sets the access control policy on a TagValue, replacing any existing policy. The `resource` field should be the TagValue's resource name. For example: `tagValues/1234`. The caller must have `resourcemanager.tagValues.setIamPolicy` permission on the identified tagValue.
sourceraw docstring

testIamPermissions$clj

(testIamPermissions$ auth parameters body)

https://cloud.google.com/resource-managerapi/reference/rest/v3/tagValues/testIamPermissions

Required parameters: resource

Optional parameters: none

Body:

{:permissions [string]}

Returns permissions that a caller has on the specified TagValue. The resource field should be the TagValue's resource name. For example: tagValues/1234. There are no permissions required for making this API call.

https://cloud.google.com/resource-managerapi/reference/rest/v3/tagValues/testIamPermissions

Required parameters: resource

Optional parameters: none

Body: 

{:permissions [string]}

Returns permissions that a caller has on the specified TagValue. The `resource` field should be the TagValue's resource name. For example: `tagValues/1234`. There are no permissions required for making this API call.
sourceraw docstring

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

× close