Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.cloudasset.v1

Cloud Asset API: v1. The cloud asset API manages the history and inventory of cloud resources. See: https://cloud.google.com/asset-inventory/docs/quickstartapi/reference/rest/v1/v1

Cloud Asset API: v1.
The cloud asset API manages the history and inventory of cloud resources.
See: https://cloud.google.com/asset-inventory/docs/quickstartapi/reference/rest/v1/v1
raw docstring

$clj

($ auth parameters body)

https://cloud.google.com/asset-inventory/docs/quickstartapi/reference/rest/v1/exportAssets

Required parameters: parent

Optional parameters: none

Body:

{:assetTypes [string], :readTime string, :contentType string, :outputConfig {:gcsDestination GcsDestination, :bigqueryDestination BigQueryDestination}}

Exports assets with time and resource types to a given Cloud Storage location. The output format is newline-delimited JSON. This API implements the google.longrunning.Operation API allowing you to keep track of the export.

https://cloud.google.com/asset-inventory/docs/quickstartapi/reference/rest/v1/exportAssets

Required parameters: parent

Optional parameters: none

Body: 

{:assetTypes [string],
 :readTime string,
 :contentType string,
 :outputConfig {:gcsDestination GcsDestination,
                :bigqueryDestination BigQueryDestination}}

Exports assets with time and resource types to a given Cloud Storage
location. The output format is newline-delimited JSON.
This API implements the google.longrunning.Operation API allowing you
to keep track of the export.
sourceraw docstring

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

× close