asset_v1beta1.yaml 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. type: google.api.Service
  2. config_version: 3
  3. name: cloudasset.googleapis.com
  4. title: Cloud Asset API
  5. apis:
  6. - name: google.cloud.asset.v1beta1.AssetService
  7. documentation:
  8. summary: The cloud asset API manages the history and inventory of cloud resources.
  9. overview: |-
  10. # Cloud Asset API
  11. The Cloud Asset API keeps a history of Google Cloud Platform (GCP) asset
  12. metadata, and allows GCP users to download a dump of all asset metadata for
  13. the resource types listed below within an organization or a project at a
  14. given timestamp.
  15. Read more documents here:
  16. https://cloud.google.com/resource-manager/docs/cloud-asset-inventory/overview
  17. backend:
  18. rules:
  19. - selector: google.longrunning.Operations.GetOperation
  20. deadline: 60.0
  21. - selector: google.cloud.asset.v1beta1.AssetService.ExportAssets
  22. deadline: 600.0
  23. - selector: google.cloud.asset.v1beta1.AssetService.BatchGetAssetsHistory
  24. deadline: 600.0
  25. http:
  26. rules:
  27. - selector: google.longrunning.Operations.GetOperation
  28. get: '/v1alpha1/{name=projects/*/operations/*/*}'
  29. additional_bindings:
  30. - get: '/v1alpha1/{name=organizations/*/operations/*/*}'
  31. - get: '/v1alpha2/{name=projects/*/operations/*/*}'
  32. - get: '/v1alpha2/{name=organizations/*/operations/*/*}'
  33. - get: '/v1beta1/{name=projects/*/operations/*/*}'
  34. - get: '/v1beta1/{name=folders/*/operations/*/*}'
  35. - get: '/v1beta1/{name=organizations/*/operations/*/*}'
  36. - get: '/v1/{name=*/*/operations/*/*}'
  37. authentication:
  38. rules:
  39. - selector: '*'
  40. oauth:
  41. canonical_scopes: |-
  42. https://www.googleapis.com/auth/cloud-platform