[chromeperf cloud functions] update cabe grpc stubs

These were atutomatically gernerated by running `make generate` in the
functions/ directory, with the skia/buildbot repo checked out as a
sibling to the chromium/src checkout on my workstation.

The updates are necessary to keep up with updates to cabe's grpc API
and the protocol buffer message types it uses.

This update was run using this .proto update CL in the skia/buildbot
repo: https://skia-review.googlesource.com/c/buildbot/+/705984

Change-Id: I4b7209b28823b2c780d3a8c56b5c3bf7f8135948
Reviewed-on: https://chromium-review.googlesource.com/c/catapult/+/4581527
Reviewed-by: Eduardo Yap <eduardoyap@google.com>
Commit-Queue: Sean McCullough <seanmccullough@google.com>
4 files changed
tree: 3b1c4c7a9b55de62804973780b15e4256b4cd5e2
  1. bin/
  2. catapult_build/
  3. common/
  4. dashboard/
  5. dependency_manager/
  6. devil/
  7. docs/
  8. experimental/
  9. hooks/
  10. infra/
  11. netlog_viewer/
  12. perf_issue_service/
  13. skia_bridge/
  14. systrace/
  15. telemetry/
  16. third_party/
  17. trace_processor/
  18. tracing/
  19. web_page_replay_go/
  20. .eslintignore
  21. .eslintrc
  22. .gcloudignore
  23. .gitignore
  24. .vpython
  25. .vpython3
  26. AUTHORS
  27. BUILD.gn
  28. codereview.settings
  29. CONTRIBUTING.md
  30. DIR_METADATA
  31. generate_telemetry_build.py
  32. LICENSE
  33. navbar.md
  34. OWNERS
  35. PRESUBMIT.py
  36. pylintrc
  37. README.md
  38. WATCHLISTS
README.md

Catapult

Catapult is the home for several performance tools that span from gathering, displaying and analyzing performance data. This includes:

These tools were created by Chromium developers for performance analysis, testing, and monitoring of Chrome, but they can also be used for analyzing and monitoring websites, and eventually Android apps.

Contributing

Please see our contributor's guide