[roll] Roll fuchsia [fidl][python] Implement protocol methods

This change marks the point where developers can call FIDL methods with
the bindings generated by fidlgen_python! 🥳

In addition to implementing methods, this change contains an internal
refactor to store structs, unions, and tables in maps so that methods
can lookup their fields.

Original-Bug: 355717613
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1216346
Original-Revision: 2071751f7754812fb65c967433378995a4176fdf
GitOrigin-RevId: 5da54c9b59aafb2992028b70778c42ab963f449d
Change-Id: I96fd1dbe810774c2b1b89ee2b892494301ddb0ad
1 file changed
tree: b681c6a8d364f59fefcc777d5a998c3fe5dc3e1e
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 in one of the communication channels documented at get involved.

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.