Liking cljdoc? Tell your friends :D

happygapi.logging.billingAccounts

Stackdriver Logging API: billingAccounts. 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/billingAccounts

Stackdriver Logging API: billingAccounts.
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/billingAccounts
raw docstring

buckets-get$clj

(buckets-get$ auth args)

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

Required parameters: name

Optional parameters: none Gets a bucket (Beta).

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

Required parameters: name

Optional parameters: none
Gets a bucket (Beta).
raw docstring

exclusions-create$clj

(exclusions-create$ auth args body)

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

Required parameters: parent

Optional parameters: none

Body:

{:disabled boolean, :createTime string, :updateTime string, :name string, :filter string, :description string}

Creates a new exclusion in a specified parent resource. Only log entries belonging to that resource can be excluded. You can have up to 10 exclusions in a resource.

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

Required parameters: parent

Optional parameters: none

Body: 

{:disabled boolean,
 :createTime string,
 :updateTime string,
 :name string,
 :filter string,
 :description string}

Creates a new exclusion in a specified parent resource. Only log entries belonging to that resource can be excluded. You can have up to 10 exclusions in a resource.
raw docstring

exclusions-delete$clj

(exclusions-delete$ auth args)

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

Required parameters: name

Optional parameters: none Deletes an exclusion.

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

Required parameters: name

Optional parameters: none
Deletes an exclusion.
raw docstring

exclusions-get$clj

(exclusions-get$ auth args)

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

Required parameters: name

Optional parameters: none Gets the description of an exclusion.

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

Required parameters: name

Optional parameters: none
Gets the description of an exclusion.
raw docstring

exclusions-list$clj

(exclusions-list$ auth args)

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

Required parameters: parent

Optional parameters: pageToken, pageSize Lists all the exclusions in a parent resource.

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

Required parameters: parent

Optional parameters: pageToken, pageSize
Lists all the exclusions in a parent resource.
raw docstring

exclusions-patch$clj

(exclusions-patch$ auth args body)

https://cloud.google.com/logging/docs/api/reference/rest/v2/billingAccounts/exclusions/patch

Required parameters: name

Optional parameters: updateMask

Body:

{:disabled boolean, :createTime string, :updateTime string, :name string, :filter string, :description string}

Changes one or more properties of an existing exclusion.

https://cloud.google.com/logging/docs/api/reference/rest/v2/billingAccounts/exclusions/patch

Required parameters: name

Optional parameters: updateMask

Body: 

{:disabled boolean,
 :createTime string,
 :updateTime string,
 :name string,
 :filter string,
 :description string}

Changes one or more properties of an existing exclusion.
raw docstring

locations-buckets-list$clj

(locations-buckets-list$ auth args)

https://cloud.google.com/logging/docs/api/reference/rest/v2/billingAccounts/locations/buckets/list

Required parameters: parent

Optional parameters: pageToken, pageSize Lists buckets (Beta).

https://cloud.google.com/logging/docs/api/reference/rest/v2/billingAccounts/locations/buckets/list

Required parameters: parent

Optional parameters: pageToken, pageSize
Lists buckets (Beta).
raw docstring

locations-buckets-patch$clj

(locations-buckets-patch$ auth args body)

https://cloud.google.com/logging/docs/api/reference/rest/v2/billingAccounts/locations/buckets/patch

Required parameters: name

Optional parameters: updateMask

Body:

{:createTime string, :updateTime string, :name string, :retentionDays integer, :lifecycleState string, :description string}

Updates a bucket. This method replaces the following fields in the existing bucket with values from the new bucket: retention_periodIf the retention period is decreased and the bucket is locked, FAILED_PRECONDITION will be returned.If the bucket has a LifecycleState of DELETE_REQUESTED, FAILED_PRECONDITION will be returned.A buckets region may not be modified after it is created. This method is in Beta.

https://cloud.google.com/logging/docs/api/reference/rest/v2/billingAccounts/locations/buckets/patch

Required parameters: name

Optional parameters: updateMask

Body: 

{:createTime string,
 :updateTime string,
 :name string,
 :retentionDays integer,
 :lifecycleState string,
 :description string}

Updates a bucket. This method replaces the following fields in the existing bucket with values from the new bucket: retention_periodIf the retention period is decreased and the bucket is locked, FAILED_PRECONDITION will be returned.If the bucket has a LifecycleState of DELETE_REQUESTED, FAILED_PRECONDITION will be returned.A buckets region may not be modified after it is created. This method is in Beta.
raw docstring

logs-delete$clj

(logs-delete$ auth args)

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

Required parameters: logName

Optional parameters: none Deletes all the log entries in a log. The log reappears if it receives new entries. Log entries written shortly before the delete operation might not be deleted. Entries received after the delete operation with a timestamp before the operation will be deleted.

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

Required parameters: logName

Optional parameters: none
Deletes all the log entries in a log. The log reappears if it receives new entries. Log entries written shortly before the delete operation might not be deleted. Entries received after the delete operation with a timestamp before the operation will be deleted.
raw docstring

logs-list$clj

(logs-list$ auth args)

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

Required parameters: parent

Optional parameters: pageToken, pageSize Lists the logs in projects, organizations, folders, or billing accounts. Only logs that have entries are listed.

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

Required parameters: parent

Optional parameters: pageToken, pageSize
Lists the logs in projects, organizations, folders, or billing accounts. Only logs that have entries are listed.
raw docstring

sinks-create$clj

(sinks-create$ auth args body)

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

Required parameters: parent

Optional parameters: uniqueWriterIdentity

Body:

{:description string, :bigqueryOptions {:usesTimestampColumnPartitioning boolean, :usePartitionedTables boolean}, :includeChildren boolean, :disabled boolean, :name string, :createTime 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/billingAccounts/sinks/create

Required parameters: parent

Optional parameters: uniqueWriterIdentity

Body: 

{:description string,
 :bigqueryOptions {:usesTimestampColumnPartitioning boolean,
                   :usePartitionedTables boolean},
 :includeChildren boolean,
 :disabled boolean,
 :name string,
 :createTime 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.
raw docstring

sinks-delete$clj

(sinks-delete$ auth args)

https://cloud.google.com/logging/docs/api/reference/rest/v2/billingAccounts/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/billingAccounts/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.
raw docstring

sinks-get$clj

(sinks-get$ auth args)

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

Required parameters: sinkName

Optional parameters: none Gets a sink.

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

Required parameters: sinkName

Optional parameters: none
Gets a sink.
raw docstring

sinks-list$clj

(sinks-list$ auth args)

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

Required parameters: parent

Optional parameters: pageToken, pageSize Lists sinks.

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

Required parameters: parent

Optional parameters: pageToken, pageSize
Lists sinks.
raw docstring

sinks-patch$clj

(sinks-patch$ auth args body)

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

Required parameters: sinkName

Optional parameters: uniqueWriterIdentity, updateMask

Body:

{:description string, :bigqueryOptions {:usesTimestampColumnPartitioning boolean, :usePartitionedTables boolean}, :includeChildren boolean, :disabled boolean, :name string, :createTime 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/billingAccounts/sinks/patch

Required parameters: sinkName

Optional parameters: uniqueWriterIdentity, updateMask

Body: 

{:description string,
 :bigqueryOptions {:usesTimestampColumnPartitioning boolean,
                   :usePartitionedTables boolean},
 :includeChildren boolean,
 :disabled boolean,
 :name string,
 :createTime 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.
raw docstring

sinks-update$clj

(sinks-update$ auth args body)

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

Required parameters: sinkName

Optional parameters: uniqueWriterIdentity, updateMask

Body:

{:description string, :bigqueryOptions {:usesTimestampColumnPartitioning boolean, :usePartitionedTables boolean}, :includeChildren boolean, :disabled boolean, :name string, :createTime 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/billingAccounts/sinks/update

Required parameters: sinkName

Optional parameters: uniqueWriterIdentity, updateMask

Body: 

{:description string,
 :bigqueryOptions {:usesTimestampColumnPartitioning boolean,
                   :usePartitionedTables boolean},
 :includeChildren boolean,
 :disabled boolean,
 :name string,
 :createTime 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.
raw docstring

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

× close