Liking cljdoc? Tell your friends :D

happygapi.logging.billingAccounts

Cloud Logging API: billingAccounts. Writes log entries and manages your Cloud Logging configuration. See: https://cloud.google.com/logging/docs/api/reference/rest/v2/billingAccounts

Cloud Logging API: billingAccounts.
Writes log entries and manages your Cloud Logging configuration.
See: https://cloud.google.com/logging/docs/api/reference/rest/v2/billingAccounts
raw docstring

exclusions-create$clj

(exclusions-create$ auth parameters body)

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

Required parameters: parent

Optional parameters: none

Body:

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

Creates a new exclusion in the _Default sink 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: 

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

Creates a new exclusion in the _Default sink 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.
sourceraw docstring

exclusions-delete$clj

(exclusions-delete$ auth parameters)

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

Required parameters: name

Optional parameters: none

Deletes an exclusion in the _Default sink.

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

Required parameters: name

Optional parameters: none

Deletes an exclusion in the _Default sink.
sourceraw docstring

exclusions-get$clj

(exclusions-get$ auth parameters)

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 in the _Default sink.

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 in the _Default sink.
sourceraw docstring

exclusions-list$clj

(exclusions-list$ auth parameters)

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

Required parameters: parent

Optional parameters: pageToken, pageSize

Lists all the exclusions on the _Default sink 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 on the _Default sink in a parent resource.
sourceraw docstring

exclusions-patch$clj

(exclusions-patch$ auth parameters body)

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

Required parameters: name

Optional parameters: updateMask

Body:

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

Changes one or more properties of an existing exclusion in the _Default sink.

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

Required parameters: name

Optional parameters: updateMask

Body: 

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

Changes one or more properties of an existing exclusion in the _Default sink.
sourceraw docstring

getCmekSettings$clj

(getCmekSettings$ auth parameters)

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

Required parameters: name

Optional parameters: none

Gets the Logging CMEK settings for the given resource.Note: CMEK for the Log Router can be configured for Google Cloud projects, folders, organizations, and billing accounts. Once configured for an organization, it applies to all projects and folders in the Google Cloud organization.See Enabling CMEK for Log Router (https://cloud.google.com/logging/docs/routing/managed-encryption) for more information.

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

Required parameters: name

Optional parameters: none

Gets the Logging CMEK settings for the given resource.Note: CMEK for the Log Router can be configured for Google Cloud projects, folders, organizations, and billing accounts. Once configured for an organization, it applies to all projects and folders in the Google Cloud organization.See Enabling CMEK for Log Router (https://cloud.google.com/logging/docs/routing/managed-encryption) for more information.
sourceraw docstring

getSettings$clj

(getSettings$ auth parameters)

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

Required parameters: name

Optional parameters: none

Gets the settings for the given resource.Note: Settings can be retrieved for Google Cloud projects, folders, organizations, and billing accounts.See View default resource settings for Logging (https://cloud.google.com/logging/docs/default-settings#view-org-settings) for more information.

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

Required parameters: name

Optional parameters: none

Gets the settings for the given resource.Note: Settings can be retrieved for Google Cloud projects, folders, organizations, and billing accounts.See View default resource settings for Logging (https://cloud.google.com/logging/docs/default-settings#view-org-settings) for more information.
sourceraw docstring

locations-buckets-create$clj

(locations-buckets-create$ auth parameters body)

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

Required parameters: parent

Optional parameters: bucketId

Body:

{:description string, :analyticsEnabled boolean, :name string, :createTime string, :updateTime string, :locked boolean, :indexConfigs [{:fieldPath string, :type string, :createTime string}], :restrictedFields [string], :retentionDays integer, :lifecycleState string, :cmekSettings {:name string, :kmsKeyName string, :kmsKeyVersionName string, :serviceAccountId string}}

Creates a log bucket that can be used to store log entries. After a bucket has been created, the bucket's location cannot be changed.

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

Required parameters: parent

Optional parameters: bucketId

Body: 

{:description string,
 :analyticsEnabled boolean,
 :name string,
 :createTime string,
 :updateTime string,
 :locked boolean,
 :indexConfigs [{:fieldPath string, :type string, :createTime string}],
 :restrictedFields [string],
 :retentionDays integer,
 :lifecycleState string,
 :cmekSettings {:name string,
                :kmsKeyName string,
                :kmsKeyVersionName string,
                :serviceAccountId string}}

Creates a log bucket that can be used to store log entries. After a bucket has been created, the bucket's location cannot be changed.
sourceraw docstring

locations-buckets-createAsync$clj

(locations-buckets-createAsync$ auth parameters body)

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

Required parameters: parent

Optional parameters: bucketId

Body:

{:description string, :analyticsEnabled boolean, :name string, :createTime string, :updateTime string, :locked boolean, :indexConfigs [{:fieldPath string, :type string, :createTime string}], :restrictedFields [string], :retentionDays integer, :lifecycleState string, :cmekSettings {:name string, :kmsKeyName string, :kmsKeyVersionName string, :serviceAccountId string}}

Creates a log bucket asynchronously that can be used to store log entries.After a bucket has been created, the bucket's location cannot be changed.

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

Required parameters: parent

Optional parameters: bucketId

Body: 

{:description string,
 :analyticsEnabled boolean,
 :name string,
 :createTime string,
 :updateTime string,
 :locked boolean,
 :indexConfigs [{:fieldPath string, :type string, :createTime string}],
 :restrictedFields [string],
 :retentionDays integer,
 :lifecycleState string,
 :cmekSettings {:name string,
                :kmsKeyName string,
                :kmsKeyVersionName string,
                :serviceAccountId string}}

Creates a log bucket asynchronously that can be used to store log entries.After a bucket has been created, the bucket's location cannot be changed.
sourceraw docstring

locations-buckets-delete$clj

(locations-buckets-delete$ auth parameters)

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

Required parameters: name

Optional parameters: none

Deletes a log bucket.Changes the bucket's lifecycle_state to the DELETE_REQUESTED state. After 7 days, the bucket will be purged and all log entries in the bucket will be permanently deleted.

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

Required parameters: name

Optional parameters: none

Deletes a log bucket.Changes the bucket's lifecycle_state to the DELETE_REQUESTED state. After 7 days, the bucket will be purged and all log entries in the bucket will be permanently deleted.
sourceraw docstring

locations-buckets-get$clj

(locations-buckets-get$ auth parameters)

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

Required parameters: name

Optional parameters: none

Gets a log bucket.

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

Required parameters: name

Optional parameters: none

Gets a log bucket.
sourceraw docstring

(locations-buckets-links-create$ auth parameters body)

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

Required parameters: parent

Optional parameters: linkId

Body:

{:name string, :description string, :createTime string, :lifecycleState string, :bigqueryDataset {:datasetId string}}

Asynchronously creates a linked dataset in BigQuery which makes it possible to use BigQuery to read the logs stored in the log bucket. A log bucket may currently only contain one link.

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

Required parameters: parent

Optional parameters: linkId

Body: 

{:name string,
 :description string,
 :createTime string,
 :lifecycleState string,
 :bigqueryDataset {:datasetId string}}

Asynchronously creates a linked dataset in BigQuery which makes it possible to use BigQuery to read the logs stored in the log bucket. A log bucket may currently only contain one link.
sourceraw docstring

(locations-buckets-links-delete$ auth parameters)

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

Required parameters: name

Optional parameters: none

Deletes a link. This will also delete the corresponding BigQuery linked dataset.

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

Required parameters: name

Optional parameters: none

Deletes a link. This will also delete the corresponding BigQuery linked dataset.
sourceraw docstring

(locations-buckets-links-get$ auth parameters)
https://cloud.google.com/logging/docs/api/reference/rest/v2/billingAccounts/locations/buckets/links/get

Required parameters: name

Optional parameters: none

Gets a link.
sourceraw docstring

(locations-buckets-links-list$ auth parameters)

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

Required parameters: parent

Optional parameters: pageToken, pageSize

Lists links.

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

Required parameters: parent

Optional parameters: pageToken, pageSize

Lists links.
sourceraw docstring

locations-buckets-list$clj

(locations-buckets-list$ auth parameters)

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

Required parameters: parent

Optional parameters: pageToken, pageSize

Lists log buckets.

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

Required parameters: parent

Optional parameters: pageToken, pageSize

Lists log buckets.
sourceraw docstring

locations-buckets-patch$clj

(locations-buckets-patch$ auth parameters body)

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

Required parameters: name

Optional parameters: updateMask

Body:

{:description string, :analyticsEnabled boolean, :name string, :createTime string, :updateTime string, :locked boolean, :indexConfigs [{:fieldPath string, :type string, :createTime string}], :restrictedFields [string], :retentionDays integer, :lifecycleState string, :cmekSettings {:name string, :kmsKeyName string, :kmsKeyVersionName string, :serviceAccountId string}}

Updates a log bucket.If the bucket has a lifecycle_state of DELETE_REQUESTED, then FAILED_PRECONDITION will be returned.After a bucket has been created, the bucket's location cannot be changed.

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

Required parameters: name

Optional parameters: updateMask

Body: 

{:description string,
 :analyticsEnabled boolean,
 :name string,
 :createTime string,
 :updateTime string,
 :locked boolean,
 :indexConfigs [{:fieldPath string, :type string, :createTime string}],
 :restrictedFields [string],
 :retentionDays integer,
 :lifecycleState string,
 :cmekSettings {:name string,
                :kmsKeyName string,
                :kmsKeyVersionName string,
                :serviceAccountId string}}

Updates a log bucket.If the bucket has a lifecycle_state of DELETE_REQUESTED, then FAILED_PRECONDITION will be returned.After a bucket has been created, the bucket's location cannot be changed.
sourceraw docstring

locations-buckets-undelete$clj

(locations-buckets-undelete$ auth parameters body)

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

Required parameters: name

Optional parameters: none

Body:

{}

Undeletes a log bucket. A bucket that has been deleted can be undeleted within the grace period of 7 days.

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

Required parameters: name

Optional parameters: none

Body: 

{}

Undeletes a log bucket. A bucket that has been deleted can be undeleted within the grace period of 7 days.
sourceraw docstring

locations-buckets-updateAsync$clj

(locations-buckets-updateAsync$ auth parameters body)

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

Required parameters: name

Optional parameters: updateMask

Body:

{:description string, :analyticsEnabled boolean, :name string, :createTime string, :updateTime string, :locked boolean, :indexConfigs [{:fieldPath string, :type string, :createTime string}], :restrictedFields [string], :retentionDays integer, :lifecycleState string, :cmekSettings {:name string, :kmsKeyName string, :kmsKeyVersionName string, :serviceAccountId string}}

Updates a log bucket asynchronously.If the bucket has a lifecycle_state of DELETE_REQUESTED, then FAILED_PRECONDITION will be returned.After a bucket has been created, the bucket's location cannot be changed.

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

Required parameters: name

Optional parameters: updateMask

Body: 

{:description string,
 :analyticsEnabled boolean,
 :name string,
 :createTime string,
 :updateTime string,
 :locked boolean,
 :indexConfigs [{:fieldPath string, :type string, :createTime string}],
 :restrictedFields [string],
 :retentionDays integer,
 :lifecycleState string,
 :cmekSettings {:name string,
                :kmsKeyName string,
                :kmsKeyVersionName string,
                :serviceAccountId string}}

Updates a log bucket asynchronously.If the bucket has a lifecycle_state of DELETE_REQUESTED, then FAILED_PRECONDITION will be returned.After a bucket has been created, the bucket's location cannot be changed.
sourceraw docstring

locations-buckets-views-create$clj

(locations-buckets-views-create$ auth parameters body)

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

Required parameters: parent

Optional parameters: viewId

Body:

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

Creates a view over log entries in a log bucket. A bucket may contain a maximum of 30 views.

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

Required parameters: parent

Optional parameters: viewId

Body: 

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

Creates a view over log entries in a log bucket. A bucket may contain a maximum of 30 views.
sourceraw docstring

locations-buckets-views-delete$clj

(locations-buckets-views-delete$ auth parameters)

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

Required parameters: name

Optional parameters: none

Deletes a view on a log bucket. If an UNAVAILABLE error is returned, this indicates that system is not in a state where it can delete the view. If this occurs, please try again in a few minutes.

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

Required parameters: name

Optional parameters: none

Deletes a view on a log bucket. If an UNAVAILABLE error is returned, this indicates that system is not in a state where it can delete the view. If this occurs, please try again in a few minutes.
sourceraw docstring

locations-buckets-views-get$clj

(locations-buckets-views-get$ auth parameters)

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

Required parameters: name

Optional parameters: none

Gets a view on a log bucket.

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

Required parameters: name

Optional parameters: none

Gets a view on a log bucket.
sourceraw docstring

locations-buckets-views-list$clj

(locations-buckets-views-list$ auth parameters)

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

Required parameters: parent

Optional parameters: pageToken, pageSize

Lists views on a log bucket.

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

Required parameters: parent

Optional parameters: pageToken, pageSize

Lists views on a log bucket.
sourceraw docstring

locations-buckets-views-logs-list$clj

(locations-buckets-views-logs-list$ auth parameters)

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

Required parameters: parent

Optional parameters: resourceNames, pageSize, pageToken

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/locations/buckets/views/logs/list

Required parameters: parent

Optional parameters: resourceNames, pageSize, pageToken

Lists the logs in projects, organizations, folders, or billing accounts. Only logs that have entries are listed.
sourceraw docstring

locations-buckets-views-patch$clj

(locations-buckets-views-patch$ auth parameters body)

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

Required parameters: name

Optional parameters: updateMask

Body:

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

Updates a view on a log bucket. This method replaces the value of the filter field from the existing view with the corresponding value from the new view. If an UNAVAILABLE error is returned, this indicates that system is not in a state where it can update the view. If this occurs, please try again in a few minutes.

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

Required parameters: name

Optional parameters: updateMask

Body: 

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

Updates a view on a log bucket. This method replaces the value of the filter field from the existing view with the corresponding value from the new view. If an UNAVAILABLE error is returned, this indicates that system is not in a state where it can update the view. If this occurs, please try again in a few minutes.
sourceraw docstring

locations-get$clj

(locations-get$ auth parameters)

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

Required parameters: name

Optional parameters: none

Gets information about a location.

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

Required parameters: name

Optional parameters: none

Gets information about a location.
sourceraw docstring

locations-list$clj

(locations-list$ auth parameters)

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

Required parameters: name

Optional parameters: filter, pageSize, pageToken

Lists information about the supported locations for this service.

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

Required parameters: name

Optional parameters: filter, pageSize, pageToken

Lists information about the supported locations for this service.
sourceraw docstring

locations-operations-cancel$clj

(locations-operations-cancel$ auth parameters body)

https://cloud.google.com/logging/docs/api/reference/rest/v2/billingAccounts/locations/operations/cancel

Required parameters: name

Optional parameters: none

Body:

{}

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

https://cloud.google.com/logging/docs/api/reference/rest/v2/billingAccounts/locations/operations/cancel

Required parameters: name

Optional parameters: none

Body: 

{}

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.
sourceraw docstring

locations-operations-get$clj

(locations-operations-get$ auth parameters)

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

Required parameters: name

Optional parameters: none

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

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

Required parameters: name

Optional parameters: none

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
sourceraw docstring

locations-operations-list$clj

(locations-operations-list$ auth parameters)

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

Required parameters: name

Optional parameters: filter, pageSize, pageToken

Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED.

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

Required parameters: name

Optional parameters: filter, pageSize, pageToken

Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED.
sourceraw docstring

locations-recentQueries-list$clj

(locations-recentQueries-list$ auth parameters)

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

Required parameters: parent

Optional parameters: pageToken, pageSize

Lists the RecentQueries that were created by the user making the request.

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

Required parameters: parent

Optional parameters: pageToken, pageSize

Lists the RecentQueries that were created by the user making the request.
sourceraw docstring

locations-savedQueries-create$clj

(locations-savedQueries-create$ auth parameters body)

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

Required parameters: parent

Optional parameters: savedQueryId

Body:

{:name string, :displayName string, :description string, :loggingQuery {:filter string, :summaryFields [SummaryField], :summaryFieldStart integer, :summaryFieldEnd integer}, :opsAnalyticsQuery {:sqlQueryText string}, :createTime string, :updateTime string, :visibility string}

Creates a new SavedQuery for the user making the request.

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

Required parameters: parent

Optional parameters: savedQueryId

Body: 

{:name string,
 :displayName string,
 :description string,
 :loggingQuery {:filter string,
                :summaryFields [SummaryField],
                :summaryFieldStart integer,
                :summaryFieldEnd integer},
 :opsAnalyticsQuery {:sqlQueryText string},
 :createTime string,
 :updateTime string,
 :visibility string}

Creates a new SavedQuery for the user making the request.
sourceraw docstring

locations-savedQueries-delete$clj

(locations-savedQueries-delete$ auth parameters)

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

Required parameters: name

Optional parameters: none

Deletes an existing SavedQuery that was created by the user making the request.

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

Required parameters: name

Optional parameters: none

Deletes an existing SavedQuery that was created by the user making the request.
sourceraw docstring

locations-savedQueries-list$clj

(locations-savedQueries-list$ auth parameters)

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

Required parameters: parent

Optional parameters: pageToken, pageSize

Lists the SavedQueries that were created by the user making the request.

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

Required parameters: parent

Optional parameters: pageToken, pageSize

Lists the SavedQueries that were created by the user making the request.
sourceraw docstring

logs-delete$clj

(logs-delete$ auth parameters)

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 for the _Default Log Bucket. 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 for the _Default Log Bucket. 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.
sourceraw docstring

logs-list$clj

(logs-list$ auth parameters)

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

Required parameters: parent

Optional parameters: resourceNames, pageSize, pageToken

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: resourceNames, pageSize, pageToken

Lists the logs in projects, organizations, folders, or billing accounts. Only logs that have entries are listed.
sourceraw docstring

sinks-create$clj

(sinks-create$ auth parameters body)

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

sinks-delete$clj

(sinks-delete$ auth parameters)

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.
sourceraw docstring

sinks-get$clj

(sinks-get$ auth parameters)

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.
sourceraw docstring

sinks-list$clj

(sinks-list$ auth parameters)

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

Required parameters: parent

Optional parameters: pageToken, pageSize, filter

Lists sinks.

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

Required parameters: parent

Optional parameters: pageToken, pageSize, filter

Lists sinks.
sourceraw docstring

sinks-patch$clj

(sinks-patch$ auth parameters body)

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

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/billingAccounts/sinks/patch

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

sinks-update$clj

(sinks-update$ auth parameters body)

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