Liking cljdoc? Tell your friends :D

happygapi.resourcesettings.organizations

Resource Settings API: organizations. The Resource Settings API allows users to control and modify the behavior of their GCP resources (e.g., VM, firewall, Project, etc.) across the Cloud Resource Hierarchy. See: https://cloud.google.com/resource-manager/docs/resource-settings/overviewapi/reference/rest/v1/organizations

Resource Settings API: organizations.
The Resource Settings API allows users to control and modify the behavior of their GCP resources (e.g., VM, firewall, Project, etc.) across the Cloud Resource Hierarchy.
See: https://cloud.google.com/resource-manager/docs/resource-settings/overviewapi/reference/rest/v1/organizations
raw docstring

settings-get$clj

(settings-get$ auth parameters)

https://cloud.google.com/resource-manager/docs/resource-settings/overviewapi/reference/rest/v1/organizations/settings/get

Required parameters: name

Optional parameters: view

Returns a specified setting. Returns a google.rpc.Status with google.rpc.Code.NOT_FOUND if the setting does not exist.

https://cloud.google.com/resource-manager/docs/resource-settings/overviewapi/reference/rest/v1/organizations/settings/get

Required parameters: name

Optional parameters: view

Returns a specified setting. Returns a `google.rpc.Status` with `google.rpc.Code.NOT_FOUND` if the setting does not exist.
sourceraw docstring

settings-list$clj

(settings-list$ auth parameters)

https://cloud.google.com/resource-manager/docs/resource-settings/overviewapi/reference/rest/v1/organizations/settings/list

Required parameters: parent

Optional parameters: view, pageSize, pageToken

Lists all the settings that are available on the Cloud resource parent.

https://cloud.google.com/resource-manager/docs/resource-settings/overviewapi/reference/rest/v1/organizations/settings/list

Required parameters: parent

Optional parameters: view, pageSize, pageToken

Lists all the settings that are available on the Cloud resource `parent`.
sourceraw docstring

settings-patch$clj

(settings-patch$ auth parameters body)

https://cloud.google.com/resource-manager/docs/resource-settings/overviewapi/reference/rest/v1/organizations/settings/patch

Required parameters: name

Optional parameters: none

Body:

{:localValue {:durationValue string, :enumValue GoogleCloudResourcesettingsV1ValueEnumValue, :stringSetValue GoogleCloudResourcesettingsV1ValueStringSet, :stringMapValue GoogleCloudResourcesettingsV1ValueStringMap, :booleanValue boolean, :stringValue string}, :etag string, :effectiveValue {:durationValue string, :enumValue GoogleCloudResourcesettingsV1ValueEnumValue, :stringSetValue GoogleCloudResourcesettingsV1ValueStringSet, :stringMapValue GoogleCloudResourcesettingsV1ValueStringMap, :booleanValue boolean, :stringValue string}, :metadata {:readOnly boolean, :defaultValue GoogleCloudResourcesettingsV1Value, :dataType string, :displayName string, :description string}, :name string}

Updates a specified setting. Returns a google.rpc.Status with google.rpc.Code.NOT_FOUND if the setting does not exist. Returns a google.rpc.Status with google.rpc.Code.FAILED_PRECONDITION if the setting is flagged as read only. Returns a google.rpc.Status with google.rpc.Code.ABORTED if the etag supplied in the request does not match the persisted etag of the setting value. On success, the response will contain only name, local_value and etag. The metadata and effective_value cannot be updated through this API. Note: the supplied setting will perform a full overwrite of the local_value field.

https://cloud.google.com/resource-manager/docs/resource-settings/overviewapi/reference/rest/v1/organizations/settings/patch

Required parameters: name

Optional parameters: none

Body: 

{:localValue {:durationValue string,
              :enumValue GoogleCloudResourcesettingsV1ValueEnumValue,
              :stringSetValue GoogleCloudResourcesettingsV1ValueStringSet,
              :stringMapValue GoogleCloudResourcesettingsV1ValueStringMap,
              :booleanValue boolean,
              :stringValue string},
 :etag string,
 :effectiveValue {:durationValue string,
                  :enumValue GoogleCloudResourcesettingsV1ValueEnumValue,
                  :stringSetValue GoogleCloudResourcesettingsV1ValueStringSet,
                  :stringMapValue GoogleCloudResourcesettingsV1ValueStringMap,
                  :booleanValue boolean,
                  :stringValue string},
 :metadata {:readOnly boolean,
            :defaultValue GoogleCloudResourcesettingsV1Value,
            :dataType string,
            :displayName string,
            :description string},
 :name string}

Updates a specified setting. Returns a `google.rpc.Status` with `google.rpc.Code.NOT_FOUND` if the setting does not exist. Returns a `google.rpc.Status` with `google.rpc.Code.FAILED_PRECONDITION` if the setting is flagged as read only. Returns a `google.rpc.Status` with `google.rpc.Code.ABORTED` if the etag supplied in the request does not match the persisted etag of the setting value. On success, the response will contain only `name`, `local_value` and `etag`. The `metadata` and `effective_value` cannot be updated through this API. Note: the supplied setting will perform a full overwrite of the `local_value` field.
sourceraw docstring

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

× close