vision_gapic.yaml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. type: com.google.api.codegen.ConfigProto
  2. language_settings:
  3. java:
  4. package_name: com.google.cloud.vision.spi.v1
  5. python:
  6. package_name: google.cloud.gapic.vision.v1
  7. go:
  8. package_name: cloud.google.com/go/vision/apiv1
  9. csharp:
  10. package_name: Google.Cloud.Vision.V1
  11. ruby:
  12. package_name: Google::Cloud::Vision::V1
  13. php:
  14. package_name: Google\Cloud\Vision\V1
  15. nodejs:
  16. package_name: "@google-cloud/vision"
  17. interfaces:
  18. - name: google.cloud.vision.v1.ImageAnnotator
  19. collections: []
  20. retry_codes_def:
  21. - name: idempotent
  22. retry_codes:
  23. - UNAVAILABLE
  24. - DEADLINE_EXCEEDED
  25. - name: non_idempotent
  26. retry_codes: []
  27. retry_params_def:
  28. - name: default
  29. initial_retry_delay_millis: 100
  30. retry_delay_multiplier: 1.3
  31. max_retry_delay_millis: 60000
  32. initial_rpc_timeout_millis: 60000
  33. rpc_timeout_multiplier: 1
  34. max_rpc_timeout_millis: 60000
  35. total_timeout_millis: 600000
  36. methods:
  37. - name: BatchAnnotateImages
  38. flattening:
  39. groups:
  40. - parameters:
  41. - requests
  42. required_fields:
  43. - requests
  44. request_object_method: false
  45. retry_codes_name: idempotent
  46. retry_params_name: default
  47. timeout_millis: 60000