Liking cljdoc? Tell your friends :D

happygapi.logging.locations

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

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

{:createTime string, :retentionDays integer, :updateTime string, :description string, :name string, :restrictedFields [string], :lifecycleState string, :locked boolean}

Creates a bucket that can be used to store log entries. Once a bucket has been created, the region cannot be changed.

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

Required parameters: parent

Optional parameters: bucketId

Body: 

{:createTime string,
 :retentionDays integer,
 :updateTime string,
 :description string,
 :name string,
 :restrictedFields [string],
 :lifecycleState string,
 :locked boolean}

Creates a bucket that can be used to store log entries. Once a bucket has been created, the region cannot be changed.
raw 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 bucket. Moves the bucket to the DELETE_REQUESTED state. After 7 days, the bucket will be purged and all logs 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 bucket. Moves the bucket to the DELETE_REQUESTED state. After 7 days, the bucket will be purged and all logs in the bucket will be permanently deleted.
raw 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 bucket.

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

Required parameters: name

Optional parameters: none

Gets a bucket.
raw 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: pageSize, pageToken

Lists buckets.

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

Required parameters: parent

Optional parameters: pageSize, pageToken

Lists buckets.
raw 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:

{:createTime string, :retentionDays integer, :updateTime string, :description string, :name string, :restrictedFields [string], :lifecycleState string, :locked boolean}

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.

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

Required parameters: name

Optional parameters: updateMask

Body: 

{:createTime string,
 :retentionDays integer,
 :updateTime string,
 :description string,
 :name string,
 :restrictedFields [string],
 :lifecycleState string,
 :locked boolean}

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.
raw 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 bucket. A bucket that has been deleted may 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 bucket. A bucket that has been deleted may be undeleted within the grace period of 7 days.
raw 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:

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

Creates a view over logs in a bucket. A bucket may contain a maximum of 50 views.

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

Required parameters: parent

Optional parameters: viewId

Body: 

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

Creates a view over logs in a bucket. A bucket may contain a maximum of 50 views.
raw 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 from a bucket.

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

Required parameters: name

Optional parameters: none

Deletes a view from a bucket.
raw 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.

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

Required parameters: name

Optional parameters: none

Gets a view.
raw 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 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 bucket.
raw 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:

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

Updates a view. This method replaces the following fields in the existing view with values from the new view: filter.

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

Required parameters: name

Optional parameters: updateMask

Body: 

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

Updates a view. This method replaces the following fields in the existing view with values from the new view: filter.
raw 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.
raw docstring

list$clj

(list$ auth parameters)

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

Required parameters: name

Optional parameters: pageToken, pageSize, filter

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

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

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

× close