Tim Swast | 29c83ba | 2020-02-11 13:40:17 -0600 | [diff] [blame] | 1 | .. Protocol Buffers documentation master file, created by |
| 2 | sphinx-quickstart on Thu Aug 15 13:56:43 2019. |
| 3 | You can adapt this file completely to your liking, but it should at least |
| 4 | contain the root `toctree` directive. |
| 5 | |
Tim Swast | 35a2bf9 | 2019-08-15 16:22:02 -0700 | [diff] [blame] | 6 | .. ifconfig:: build_env == 'readthedocs' |
| 7 | |
| 8 | .. warning:: |
| 9 | |
| 10 | You are reading the documentation for the `latest committed changes |
| 11 | <https://github.com/protocolbuffers/protobuf/tree/master/python>`_ of |
| 12 | the `Protocol Buffers package for Python |
| 13 | <https://developers.google.com/protocol-buffers/docs/pythontutorial>`_. |
| 14 | Some features may not yet be released. Read the documentation for the |
| 15 | latest released package at `googleapis.dev |
| 16 | <https://googleapis.dev/python/protobuf/latest/>`_. |
| 17 | |
Tim Swast | 29c83ba | 2020-02-11 13:40:17 -0600 | [diff] [blame] | 18 | Protocol Buffers Python API Reference |
| 19 | ===================================== |
| 20 | |
| 21 | The complete documentation for Protocol Buffers is available via the web at: |
| 22 | |
| 23 | https://developers.google.com/protocol-buffers/ |
| 24 | |
| 25 | |
| 26 | Modules and Packages |
| 27 | -------------------- |
| 28 | |
| 29 | .. START REFTOC, generated by generate_docs.py. |
| 30 | .. toctree:: |
| 31 | |
| 32 | google/protobuf |
| 33 | google/protobuf/any_pb2 |
| 34 | google/protobuf/descriptor |
| 35 | google/protobuf/descriptor_database |
| 36 | google/protobuf/descriptor_pb2 |
| 37 | google/protobuf/descriptor_pool |
| 38 | google/protobuf/duration_pb2 |
| 39 | google/protobuf/empty_pb2 |
| 40 | google/protobuf/field_mask_pb2 |
David L. Jones | c953182 | 2020-04-22 21:41:12 -0700 | [diff] [blame] | 41 | google/protobuf/internal/containers |
Tim Swast | 29c83ba | 2020-02-11 13:40:17 -0600 | [diff] [blame] | 42 | google/protobuf/json_format |
| 43 | google/protobuf/message |
| 44 | google/protobuf/message_factory |
| 45 | google/protobuf/proto_builder |
| 46 | google/protobuf/reflection |
| 47 | google/protobuf/service |
| 48 | google/protobuf/service_reflection |
| 49 | google/protobuf/struct_pb2 |
| 50 | google/protobuf/symbol_database |
| 51 | google/protobuf/text_encoding |
| 52 | google/protobuf/text_format |
| 53 | google/protobuf/timestamp_pb2 |
| 54 | google/protobuf/type_pb2 |
Dennis Shao | 1275ce8 | 2022-06-22 21:50:12 +0000 | [diff] [blame] | 55 | google/protobuf/unknown_fields |
Tim Swast | 29c83ba | 2020-02-11 13:40:17 -0600 | [diff] [blame] | 56 | google/protobuf/wrappers_pb2 |
| 57 | |
| 58 | .. END REFTOC. |
| 59 | |
| 60 | Indices and tables |
| 61 | ------------------ |
| 62 | |
| 63 | * :ref:`genindex` |
| 64 | * :ref:`modindex` |