Liking cljdoc? Tell your friends :D

happygapi.logging.sinks

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

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

create$clj

(create$ auth parameters body)

https://cloud.google.com/logging/docs/api/reference/rest/v2/sinks/create

Required parameters: parent

Optional parameters: uniqueWriterIdentity

Body:

{:description string, :bigqueryOptions {:usePartitionedTables boolean, :usesTimestampColumnPartitioning boolean}, :includeChildren boolean, :disabled boolean, :name string, :createTime string, :exclusions [{:description string, :name string, :createTime string, :disabled boolean, :filter string, :updateTime string}], :updateTime string, :filter string, :outputVersionFormat string, :destination string, :writerIdentity string}

Creates a sink that exports specified log entries to a destination. The export of newly-ingested log entries begins immediately, unless the sink's writer_identity is not permitted to write to the destination. A sink can export log entries only from the resource owning the sink.

https://cloud.google.com/logging/docs/api/reference/rest/v2/sinks/create

Required parameters: parent

Optional parameters: uniqueWriterIdentity

Body: 

{:description string,
 :bigqueryOptions {:usePartitionedTables boolean,
                   :usesTimestampColumnPartitioning boolean},
 :includeChildren boolean,
 :disabled boolean,
 :name string,
 :createTime string,
 :exclusions [{:description string,
               :name string,
               :createTime string,
               :disabled boolean,
               :filter string,
               :updateTime string}],
 :updateTime string,
 :filter string,
 :outputVersionFormat string,
 :destination string,
 :writerIdentity string}

Creates a sink that exports specified log entries to a destination. The export of newly-ingested log entries begins immediately, unless the sink's writer_identity is not permitted to write to the destination. A sink can export log entries only from the resource owning the sink.
sourceraw docstring

delete$clj

(delete$ auth parameters)

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

Required parameters: sinkName

Optional parameters: none

Deletes a sink. If the sink has a unique writer_identity, then that service account is also deleted.

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

Required parameters: sinkName

Optional parameters: none

Deletes a sink. If the sink has a unique writer_identity, then that service account is also deleted.
sourceraw docstring

get$clj

(get$ auth parameters)

https://cloud.google.com/logging/docs/api/reference/rest/v2/sinks/get

Required parameters: sinkName

Optional parameters: none

Gets a sink.

https://cloud.google.com/logging/docs/api/reference/rest/v2/sinks/get

Required parameters: sinkName

Optional parameters: none

Gets a sink.
sourceraw docstring

list$clj

(list$ auth parameters)

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

Required parameters: parent

Optional parameters: pageToken, pageSize

Lists sinks.

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

Required parameters: parent

Optional parameters: pageToken, pageSize

Lists sinks.
sourceraw docstring

update$clj

(update$ auth parameters body)

https://cloud.google.com/logging/docs/api/reference/rest/v2/sinks/update

Required parameters: sinkName

Optional parameters: updateMask, uniqueWriterIdentity

Body:

{:description string, :bigqueryOptions {:usePartitionedTables boolean, :usesTimestampColumnPartitioning boolean}, :includeChildren boolean, :disabled boolean, :name string, :createTime string, :exclusions [{:description string, :name string, :createTime string, :disabled boolean, :filter string, :updateTime string}], :updateTime string, :filter string, :outputVersionFormat string, :destination string, :writerIdentity string}

Updates a sink. This method replaces the following fields in the existing sink with values from the new sink: destination, and filter.The updated sink might also have a new writer_identity; see the unique_writer_identity field.

https://cloud.google.com/logging/docs/api/reference/rest/v2/sinks/update

Required parameters: sinkName

Optional parameters: updateMask, uniqueWriterIdentity

Body: 

{:description string,
 :bigqueryOptions {:usePartitionedTables boolean,
                   :usesTimestampColumnPartitioning boolean},
 :includeChildren boolean,
 :disabled boolean,
 :name string,
 :createTime string,
 :exclusions [{:description string,
               :name string,
               :createTime string,
               :disabled boolean,
               :filter string,
               :updateTime string}],
 :updateTime string,
 :filter string,
 :outputVersionFormat string,
 :destination string,
 :writerIdentity string}

Updates a sink. This method replaces the following fields in the existing sink with values from the new sink: destination, and filter.The updated sink might also have a new writer_identity; see the unique_writer_identity field.
sourceraw docstring

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

× close