[roll] Roll fuchsia [superproject] Roll third_party/pigweed pw_rpc: Improve Java client error message for missing parser() method

pw_rpc services currently store the class objects for generated
protobuf. Their parser() method is called using reflection to get an
object for parsing requests or responses. This fails in two situations:

- The class is not actually a generated protobuf class.
- The parser() method was optimized out (b/293361955).

This change improves the error message when calling parser(), adding a
reference to b/293361955. It also makes the class objects package
private to simplify transitioning to storing parsers in the future.

Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/159471
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Original-Revision: 358c6172ead88553e1d6eb5be5f2bd4491b7009c
GitOrigin-RevId: 35589355acc4cea73474c9c22a6b6c2f94eb0122
Roller-URL: https://ci.chromium.org/b/8773821197469548497
CQ-Do-Not-Cancel-Tryjobs: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/894598
Original-Revision: 51a76edf043df6404632eea270c67996b74229ad
Change-Id: Idd95627c372cf9909e2c7458c2c6ddaecb95e67b
1 file changed
tree: 6015edb0751e2ea750bc0625c6017d2ecae6707f
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.