cloud.yaml 693 B

123456789101112131415161718192021222324
  1. type: google.api.Service
  2. config_version: 3
  3. name: cloud.googleapis.com
  4. title: Cloud Metadata API
  5. apis:
  6. - name: google.cloud.location.Locations
  7. documentation:
  8. summary: |-
  9. This API provides static metadata about Google Cloud Platform. Currently,
  10. it only provides basic information about Google Cloud locations, such as
  11. zones, regions, and countries.
  12. authentication:
  13. rules:
  14. - selector: google.cloud.location.Locations.GetLocation
  15. oauth:
  16. canonical_scopes: |-
  17. https://www.googleapis.com/auth/cloud-platform
  18. - selector: google.cloud.location.Locations.ListLocations
  19. oauth:
  20. canonical_scopes: |-
  21. https://www.googleapis.com/auth/cloud-platform