Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.logging.logs

Cloud Logging API: logs. Writes log entries and manages your Cloud Logging configuration. See: https://cloud.google.com/logging/docs/api/reference/rest/v2/logs

Cloud Logging API: logs.
Writes log entries and manages your Cloud Logging configuration.
See: https://cloud.google.com/logging/docs/api/reference/rest/v2/logs
raw docstring

delete$clj

(delete$ auth parameters)

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

Required parameters: logName

Optional parameters: none

Deletes all the log entries in a log for the _Default Log Bucket. The log reappears if it receives new entries. Log entries written shortly before the delete operation might not be deleted. Entries received after the delete operation with a timestamp before the operation will be deleted.

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

Required parameters: logName

Optional parameters: none

Deletes all the log entries in a log for the _Default Log Bucket. The log reappears if it receives new entries. Log entries written shortly before the delete operation might not be deleted. Entries received after the delete operation with a timestamp before the operation will be deleted.
sourceraw docstring

list$clj

(list$ auth parameters)

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

Required parameters: parent

Optional parameters: resourceNames, pageSize, pageToken

Lists the logs in projects, organizations, folders, or billing accounts. Only logs that have entries are listed.

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

Required parameters: parent

Optional parameters: resourceNames, pageSize, pageToken

Lists the logs in projects, organizations, folders, or billing accounts. Only logs that have entries are listed.
sourceraw docstring

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

× close