Liking cljdoc? Tell your friends :D

happygapi.logging.locations

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

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

buckets-create$clj

(buckets-create$ auth parameters body)

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

buckets-createAsync$clj

(buckets-createAsync$ auth parameters body)

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

buckets-delete$clj

(buckets-delete$ auth parameters)

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

buckets-get$clj

(buckets-get$ auth parameters)

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

Required parameters: name

Optional parameters: none

Gets a log bucket.

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

Required parameters: name

Optional parameters: none

Gets a log bucket.
sourceraw docstring

(buckets-links-create$ auth parameters body)

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

(buckets-links-delete$ auth parameters)

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

Required parameters: name

Optional parameters: none

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

(buckets-links-get$ auth parameters)

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

Required parameters: name

Optional parameters: none

Gets a link.

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

Required parameters: name

Optional parameters: none

Gets a link.
sourceraw docstring

(buckets-links-list$ auth parameters)

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

Required parameters: parent

Optional parameters: pageToken, pageSize

Lists links.

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

Required parameters: parent

Optional parameters: pageToken, pageSize

Lists links.
sourceraw docstring

buckets-list$clj

(buckets-list$ auth parameters)

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

Required parameters: parent

Optional parameters: pageToken, pageSize

Lists log buckets.

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

Required parameters: parent

Optional parameters: pageToken, pageSize

Lists log buckets.
sourceraw docstring

buckets-patch$clj

(buckets-patch$ auth parameters body)

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

buckets-undelete$clj

(buckets-undelete$ auth parameters body)

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

buckets-updateAsync$clj

(buckets-updateAsync$ auth parameters body)

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

buckets-views-create$clj

(buckets-views-create$ auth parameters body)

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

buckets-views-delete$clj

(buckets-views-delete$ auth parameters)

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

buckets-views-get$clj

(buckets-views-get$ auth parameters)

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

Required parameters: name

Optional parameters: none

Gets a view on a log bucket.
sourceraw docstring

buckets-views-list$clj

(buckets-views-list$ auth parameters)

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

Required parameters: parent

Optional parameters: pageToken, pageSize

Lists views on a log bucket.
sourceraw docstring

buckets-views-patch$clj

(buckets-views-patch$ auth parameters body)

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

get$clj

(get$ auth parameters)

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

Required parameters: name

Optional parameters: none

Gets information about a location.

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

Required parameters: name

Optional parameters: none

Gets information about a location.
sourceraw docstring

list$clj

(list$ auth parameters)

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

Required parameters: name

Optional parameters: filter, pageSize, pageToken

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

operations-cancel$clj

(operations-cancel$ auth parameters body)

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

operations-get$clj

(operations-get$ auth parameters)

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

operations-list$clj

(operations-list$ auth parameters)

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

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

× close