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:

{:orderBy string, :pageToken string, :pageSize integer, :projectIds [string], :resourceNames [string], :filter 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/export).

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

Required parameters: none

Optional parameters: none

Body: 

{:orderBy string,
 :pageToken string,
 :pageSize integer,
 :projectIds [string],
 :resourceNames [string],
 :filter 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/export).
raw docstring

tail$clj

(tail$ auth parameters body)

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

Required parameters: none

Optional parameters: none

Body:

{:filter string, :bufferWindow string, :resourceNames [string]}

Streaming read of log entries as they are ingested. Until the stream is terminated, it will continue reading logs.

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

Required parameters: none

Optional parameters: none

Body: 

{:filter string, :bufferWindow string, :resourceNames [string]}

Streaming read of log entries as they are ingested. Until the stream is terminated, it will continue reading logs.
raw 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, :labels {}, :partialSuccess boolean, :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}], :dryRun boolean, :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,
 :labels {},
 :partialSuccess boolean,
 :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}],
 :dryRun boolean,
 :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)
raw docstring

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

× close