datastream_v1alpha1.yaml 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. type: google.api.Service
  2. config_version: 3
  3. name: datastream.googleapis.com
  4. title: Datastream API
  5. apis:
  6. - name: google.cloud.datastream.v1alpha1.Datastream
  7. types:
  8. - name: google.cloud.datastream.v1alpha1.Error
  9. - name: google.cloud.datastream.v1alpha1.FetchErrorsResponse
  10. - name: google.cloud.datastream.v1alpha1.OperationMetadata
  11. - name: google.cloud.datastream.v1alpha1.ValidationResult
  12. documentation:
  13. rules:
  14. - selector: google.cloud.location.Locations.GetLocation
  15. description: Gets information about a location.
  16. - selector: google.cloud.location.Locations.ListLocations
  17. description: Lists information about the supported locations for this service.
  18. backend:
  19. rules:
  20. - selector: 'google.cloud.datastream.v1alpha1.Datastream.*'
  21. deadline: 60.0
  22. - selector: google.cloud.datastream.v1alpha1.Datastream.DiscoverConnectionProfile
  23. deadline: 120.0
  24. - selector: google.cloud.location.Locations.GetLocation
  25. deadline: 60.0
  26. - selector: google.cloud.location.Locations.ListLocations
  27. deadline: 60.0
  28. - selector: 'google.longrunning.Operations.*'
  29. deadline: 60.0
  30. http:
  31. rules:
  32. - selector: google.cloud.location.Locations.GetLocation
  33. get: '/v1alpha1/{name=projects/*/locations/*}'
  34. - selector: google.cloud.location.Locations.ListLocations
  35. get: '/v1alpha1/{name=projects/*}/locations'
  36. - selector: google.longrunning.Operations.CancelOperation
  37. post: '/v1alpha1/{name=projects/*/locations/*/operations/*}:cancel'
  38. body: '*'
  39. - selector: google.longrunning.Operations.DeleteOperation
  40. delete: '/v1alpha1/{name=projects/*/locations/*/operations/*}'
  41. - selector: google.longrunning.Operations.GetOperation
  42. get: '/v1alpha1/{name=projects/*/locations/*/operations/*}'
  43. - selector: google.longrunning.Operations.ListOperations
  44. get: '/v1alpha1/{name=projects/*/locations/*}/operations'
  45. authentication:
  46. rules:
  47. - selector: 'google.cloud.datastream.v1alpha1.Datastream.*'
  48. oauth:
  49. canonical_scopes: |-
  50. https://www.googleapis.com/auth/cloud-platform
  51. - selector: google.cloud.location.Locations.GetLocation
  52. oauth:
  53. canonical_scopes: |-
  54. https://www.googleapis.com/auth/cloud-platform
  55. - selector: google.cloud.location.Locations.ListLocations
  56. oauth:
  57. canonical_scopes: |-
  58. https://www.googleapis.com/auth/cloud-platform
  59. - selector: 'google.longrunning.Operations.*'
  60. oauth:
  61. canonical_scopes: |-
  62. https://www.googleapis.com/auth/cloud-platform