ya.make 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. # Generated by devtools/yamaker from nixpkgs 22.11.
  2. PROTO_LIBRARY()
  3. LICENSE(Apache-2.0)
  4. LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
  5. VERSION(1.62.0)
  6. ORIGINAL_SOURCE(https://github.com/googleapis/python-api-common-protos/archive/v1.62.0.tar.gz)
  7. PY_NAMESPACE(.)
  8. PROTO_NAMESPACE(
  9. GLOBAL
  10. contrib/libs/googleapis-common-protos
  11. )
  12. GRPC()
  13. SRCS(
  14. google/api/annotations.proto
  15. google/api/auth.proto
  16. google/api/backend.proto
  17. google/api/billing.proto
  18. google/api/client.proto
  19. google/api/config_change.proto
  20. google/api/consumer.proto
  21. google/api/context.proto
  22. google/api/control.proto
  23. google/api/distribution.proto
  24. google/api/documentation.proto
  25. google/api/endpoint.proto
  26. google/api/error_reason.proto
  27. google/api/field_behavior.proto
  28. google/api/field_info.proto
  29. google/api/http.proto
  30. google/api/httpbody.proto
  31. google/api/label.proto
  32. google/api/launch_stage.proto
  33. google/api/log.proto
  34. google/api/logging.proto
  35. google/api/metric.proto
  36. google/api/monitored_resource.proto
  37. google/api/monitoring.proto
  38. google/api/policy.proto
  39. google/api/quota.proto
  40. google/api/resource.proto
  41. google/api/routing.proto
  42. google/api/service.proto
  43. google/api/source_info.proto
  44. google/api/system_parameter.proto
  45. google/api/usage.proto
  46. google/api/visibility.proto
  47. google/cloud/extended_operations.proto
  48. google/cloud/location/locations.proto
  49. google/gapic/metadata/gapic_metadata.proto
  50. google/logging/type/http_request.proto
  51. google/logging/type/log_severity.proto
  52. google/longrunning/operations.proto
  53. google/rpc/code.proto
  54. google/rpc/context/attribute_context.proto
  55. google/rpc/context/audit_context.proto
  56. google/rpc/error_details.proto
  57. google/rpc/http.proto
  58. google/rpc/status.proto
  59. google/type/calendar_period.proto
  60. google/type/color.proto
  61. google/type/date.proto
  62. google/type/datetime.proto
  63. google/type/dayofweek.proto
  64. google/type/decimal.proto
  65. google/type/expr.proto
  66. google/type/fraction.proto
  67. google/type/interval.proto
  68. google/type/latlng.proto
  69. google/type/localized_text.proto
  70. google/type/money.proto
  71. google/type/month.proto
  72. google/type/phone_number.proto
  73. google/type/postal_address.proto
  74. google/type/quaternion.proto
  75. google/type/timeofday.proto
  76. )
  77. EXCLUDE_TAGS(GO_PROTO)
  78. END()