Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.logging.entries

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

Cloud Logging API: entries.
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/entries
raw docstring

list$clj

(list$ auth parameters body)

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

Required parameters: none

Optional parameters: none

Body:

{:projectIds [string], :filter string, :pageToken string, :pageSize integer, :orderBy string, :resourceNames [string]}

Lists log entries. Use this method to retrieve log entries that originated from a project/folder/organization/billing account. For ways to export log entries, see Exporting Logs.

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

Required parameters: none

Optional parameters: none

Body: 

{:projectIds [string],
 :filter string,
 :pageToken string,
 :pageSize integer,
 :orderBy string,
 :resourceNames [string]}

Lists log entries. Use this method to retrieve log entries that originated from a project/folder/organization/billing account. For ways to export log entries, see Exporting Logs.
sourceraw docstring

write$clj

(write$ auth parameters body)

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

Required parameters: none

Optional parameters: none

Body:

{:logName string, :entries [{:traceSampled boolean, :jsonPayload {}, :labels {}, :spanId string, :receiveTimestamp string, :trace string, :operation LogEntryOperation, :logName string, :textPayload string, :sourceLocation LogEntrySourceLocation, :resource MonitoredResource, :severity string, :insertId string, :httpRequest HttpRequest, :protoPayload {}, :timestamp string, :metadata MonitoredResourceMetadata}], :partialSuccess boolean, :dryRun boolean, :labels {}, :resource {:labels {}, :type string}}

Writes log entries to Logging. This API method is the only way to send log entries to Logging. This method is used, directly or indirectly, by the Logging agent (fluentd) and all logging libraries configured to use Logging. A single request may contain log entries for a maximum of 1000 different resources (projects, organizations, billing accounts or folders)

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

Required parameters: none

Optional parameters: none

Body: 

{:logName string,
 :entries [{:traceSampled boolean,
            :jsonPayload {},
            :labels {},
            :spanId string,
            :receiveTimestamp string,
            :trace string,
            :operation LogEntryOperation,
            :logName string,
            :textPayload string,
            :sourceLocation LogEntrySourceLocation,
            :resource MonitoredResource,
            :severity string,
            :insertId string,
            :httpRequest HttpRequest,
            :protoPayload {},
            :timestamp string,
            :metadata MonitoredResourceMetadata}],
 :partialSuccess boolean,
 :dryRun boolean,
 :labels {},
 :resource {:labels {}, :type string}}

Writes log entries to Logging. This API method is the only way to send log entries to Logging. This method is used, directly or indirectly, by the Logging agent (fluentd) and all logging libraries configured to use Logging. A single request may contain log entries for a maximum of 1000 different resources (projects, organizations, billing accounts or folders)
sourceraw docstring

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

× close