Liking cljdoc? Tell your friends :D

happygapi.logging.sinks

Cloud Logging API: sinks. Writes log entries and manages your Cloud Logging configuration. 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.
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, customWriterIdentity

Body:

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

Creates a sink that exports specified log entries to a destination. The export begins upon ingress, 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, customWriterIdentity

Body: 

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

Creates a sink that exports specified log entries to a destination. The export begins upon ingress, 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, filter

Lists sinks.

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

Required parameters: parent

Optional parameters: pageToken, pageSize, filter

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: uniqueWriterIdentity, customWriterIdentity, updateMask

Body:

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

Updates a sink. This method replaces the values of the destination and filter fields of the existing sink with the corresponding values from the new sink.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: uniqueWriterIdentity, customWriterIdentity, updateMask

Body: 

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

Updates a sink. This method replaces the values of the destination and filter fields of the existing sink with the corresponding values from the new sink.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