Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.logging.entries

Stackdriver Logging API: entries. Writes log entries and manages your Stackdriver 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 <a href=https://cloud.google.com/logging/docs>Stackdriver Logging documentation</a>. See: https://cloud.google.com/logging/docs/api/reference/rest/v2/entries

Stackdriver Logging API: entries.
Writes log entries and manages your Stackdriver 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 <a href=https://cloud.google.com/logging/docs>Stackdriver Logging documentation</a>.
See: https://cloud.google.com/logging/docs/api/reference/rest/v2/entries
raw docstring

list$clj

(list$ auth args body)

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

Required parameters: none

Optional parameters: none

Body:

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

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: 

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

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 args 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 {:type string, :labels {}}}

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 {:type string, :labels {}}}

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