Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.logging.logs

Cloud Logging API: logs. 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/logs

Cloud Logging API: logs.
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/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: pageSize, pageToken, resourceNames

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: pageSize, pageToken, resourceNames

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