Liking cljdoc? Tell your friends :D

happygapi.logging.locations

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

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

buckets-get$clj

(buckets-get$ auth args)

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 args)

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 args body)

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

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

× close