Add Google RPC protobufs

Note that client/third_party/google is symlinked to
appengine/components/components/third_party/protobuf/google,
so apps that call components.components.utils.fix_protobuf_package
automatically get google.rpc Python module.

Bug: 854218
Change-Id: I74f0a6bc513009cfd91d4b79b38a46f30ea1fe83
Reviewed-on: https://chromium-review.googlesource.com/1109263
Reviewed-by: Vadim Shtayura <vadimsh@chromium.org>
Commit-Queue: Nodir Turakulov <nodir@chromium.org>
Cr-Mirrored-From: https://chromium.googlesource.com/infra/luci/luci-py
Cr-Mirrored-Commit: 340c674f10fd758340d56d877cee2076d349e977
9 files changed
tree: 9e9c2abeace797f7262b9a436b6c34535cd380ad
  1. example/
  2. libs/
  3. proto/
  4. tests/
  5. third_party/
  6. tools/
  7. utils/
  8. .gitignore
  9. auth.py
  10. cipd.py
  11. isolate.py
  12. isolate_format.py
  13. isolate_storage.py
  14. isolated_format.py
  15. isolateserver.py
  16. LICENSE
  17. local_caching.py
  18. LUCI_CONTEXT.md
  19. OWNERS
  20. PRESUBMIT.py
  21. README.md
  22. README.py
  23. run_isolated.py
  24. swarming.py
  25. trace_inputs.py
  26. WATCHLISTS
README.md

LUCI Python Client

This is the Python Client code for LUCI. It's part of the main python repo, and is also mirrored into a standalone client-py repo.

License

This project is licensed under Apache v2.0 license. See LICENSE for details.