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 Google 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 Google 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/queryAssets

Required parameters: parent

Optional parameters: none

Body:

{:statement string, :jobReference string, :pageSize integer, :pageToken string, :timeout string, :readTimeWindow {:startTime string, :endTime string}, :readTime string, :outputConfig {:bigqueryDestination GoogleCloudAssetV1QueryAssetsOutputConfigBigQueryDestination}}

Issue a job that queries assets using a SQL statement compatible with BigQuery SQL. If the query execution finishes within timeout and there's no pagination, the full query results will be returned in the QueryAssetsResponse. Otherwise, full query results can be obtained by issuing extra requests with the job_reference from the a previous QueryAssets call. Note, the query result has approximately 10 GB limitation enforced by BigQuery. Queries return larger results will result in errors.

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

Required parameters: parent

Optional parameters: none

Body: 

{:statement string,
 :jobReference string,
 :pageSize integer,
 :pageToken string,
 :timeout string,
 :readTimeWindow {:startTime string, :endTime string},
 :readTime string,
 :outputConfig {:bigqueryDestination GoogleCloudAssetV1QueryAssetsOutputConfigBigQueryDestination}}

Issue a job that queries assets using a SQL statement compatible with [BigQuery SQL](https://cloud.google.com/bigquery/docs/introduction-sql). If the query execution finishes within timeout and there's no pagination, the full query results will be returned in the `QueryAssetsResponse`. Otherwise, full query results can be obtained by issuing extra requests with the `job_reference` from the a previous `QueryAssets` call. Note, the query result has approximately 10 GB limitation enforced by [BigQuery](https://cloud.google.com/bigquery/docs/best-practices-performance-output). Queries return larger results will result in errors.
sourceraw docstring

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

× close