Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.logging.v2

Cloud Logging API: v2. Writes log entries and manages your Cloud Logging configuration. The table entries below are presented in alphabetical order, not in order of common use. For explanations of the concepts found in the table entries, read the documentation at https://cloud.google.com/logging/docs. See: https://cloud.google.com/logging/docs/api/reference/rest/v2/v2

Cloud Logging API: v2.
Writes log entries and manages your Cloud Logging configuration. The table entries below are presented in alphabetical order, not in order of common use. For explanations of the concepts found in the table entries, read the documentation at https://cloud.google.com/logging/docs.
See: https://cloud.google.com/logging/docs/api/reference/rest/v2/v2
raw docstring

$clj

($ auth parameters body)

https://cloud.google.com/logging/docs/api/reference/rest/v2/updateCmekSettings

Required parameters: name

Optional parameters: updateMask

Body:

{:serviceAccountId string, :kmsKeyName string, :name string}

Updates the Logs Router CMEK settings for the given resource.Note: CMEK for the Logs Router can currently only be configured for GCP organizations. Once configured, it applies to all projects and folders in the GCP organization.UpdateCmekSettings will fail if 1) kms_key_name is invalid, or 2) the associated service account does not have the required roles/cloudkms.cryptoKeyEncrypterDecrypter role assigned for the key, or 3) access to the key is disabled.See Enabling CMEK for Logs Router (https://cloud.google.com/logging/docs/routing/managed-encryption) for more information.

https://cloud.google.com/logging/docs/api/reference/rest/v2/updateCmekSettings

Required parameters: name

Optional parameters: updateMask

Body: 

{:serviceAccountId string, :kmsKeyName string, :name string}

Updates the Logs Router CMEK settings for the given resource.Note: CMEK for the Logs Router can currently only be configured for GCP organizations. Once configured, it applies to all projects and folders in the GCP organization.UpdateCmekSettings will fail if 1) kms_key_name is invalid, or 2) the associated service account does not have the required roles/cloudkms.cryptoKeyEncrypterDecrypter role assigned for the key, or 3) access to the key is disabled.See Enabling CMEK for Logs Router (https://cloud.google.com/logging/docs/routing/managed-encryption) for more information.
sourceraw docstring

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

× close