Lines Matching full:cloud
48 * id, visit [here ](https://cloud.google.com/resource-manager/docs/creating-
50 * folder or project id, visit [here ](https://cloud.google.com/resource-
65 * binding](https://cloud.google.com/iam/reference/rest/v1/Binding). The
128 * The [full resource name] (https://cloud.google.com/asset-inventory/docs
130 * types](https://cloud.google.com/asset-inventory/docs/supported-asset-
164 * Cloud Storage or a BigQuery destination. For Cloud Storage destination, the
176 * id, visit [here ](https://cloud.google.com/resource-manager/docs/creating-
178 * folder or project id, visit [here ](https://cloud.google.com/resource-
234 * https://cloud.google.com/asset-inventory/docs/resource-name-format Example: `
252 * [Introduction to Cloud Asset Inventory](https://cloud.google.com/asset-
264 * Exports assets with time and resource types to a given Cloud Storage
265 * location/BigQuery table. For Cloud Storage location destinations, the output
267 * google.cloud.asset.v1.Asset in the JSON format; for BigQuery table
298 * [`cloudasset.assets.searchAllIamPolicies`](https://cloud.google.com/asset-
308 * attached to all the [searchable asset types](https://cloud.google.com/asset-
335 * a query](https://cloud.google.com/asset-inventory/docs/searching-iam-
338 * that the query string is compared against each Cloud IAM policy binding,
339 * including its principals, roles, and Cloud IAM conditions. The returned Cloud
342 * doc](https://cloud.google.com/iam/docs/policies#structure). Examples: *
375 * Searches all Cloud resources within the specified scope, such as a project,
383 * [`cloudasset.assets.searchAllResources`](https://cloud.google.com/asset-
393 * types](https://cloud.google.com/asset-inventory/docs/supported-asset-
421 * a query](https://cloud.google.com/asset-inventory/docs/searching-
424 * Examples: * `name:Important` to find Cloud resources whose name contains
425 * "Important" as a word. * `name=Important` to find the Cloud resource whose
426 * name is exactly "Important". * `displayName:Impor*` to find Cloud resources
428 * `location:us-west*` to find Cloud resources whose location contains both "us"
429 * and "west" as prefixes. * `labels:prod` to find Cloud resources whose labels
430 * contain "prod" as a key or value. * `labels.env:prod` to find Cloud resources
432 * Cloud resources that have a label "env". * `kmsKey:key` to find Cloud
434 * contains the word "key". * `state:ACTIVE` to find Cloud resources whose state
435 * contains "ACTIVE" as a word. * `NOT state:ACTIVE` to find Cloud resources
437 * find Cloud resources that were created before "2021-01-01 00:00:00 UTC".
439 * `updateTime>1609459200` to find Cloud resources that were updated after
441 * 00:00:00 UTC" in seconds. * `Important` to find Cloud resources that contain
443 * Cloud resources that contain "Impor" as a prefix of any word in any of the
444 * searchable fields. * `Important location:(us-west1 OR global)` to find Cloud