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-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 (Beta).

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

Required parameters: name

Optional parameters: none

Gets a bucket (Beta).
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 buckets (Beta).

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

Required parameters: parent

Optional parameters: pageToken, pageSize

Lists buckets (Beta).
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:

{:updateTime string, :retentionDays integer, :name string, :lifecycleState string, :description string, :createTime 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/locations/buckets/patch

Required parameters: name

Optional parameters: updateMask

Body: 

{:updateTime string,
 :retentionDays integer,
 :name string,
 :lifecycleState string,
 :description string,
 :createTime 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.
sourceraw docstring

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

× close