blob: 544b18e02dcede8b16fbd02b2aebc2681e781e9c [file] [log] [blame]
Tim Swast29c83ba2020-02-11 13:40:17 -06001.. 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 Swast35a2bf92019-08-15 16:22:02 -07006.. 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 Swast29c83ba2020-02-11 13:40:17 -060018Protocol Buffers Python API Reference
19=====================================
20
21The complete documentation for Protocol Buffers is available via the web at:
22
23 https://developers.google.com/protocol-buffers/
24
25
26Modules 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. Jonesc9531822020-04-22 21:41:12 -070041 google/protobuf/internal/containers
Tim Swast29c83ba2020-02-11 13:40:17 -060042 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 Shao1275ce82022-06-22 21:50:12 +000055 google/protobuf/unknown_fields
Tim Swast29c83ba2020-02-11 13:40:17 -060056 google/protobuf/wrappers_pb2
57
58.. END REFTOC.
59
60Indices and tables
61------------------
62
63* :ref:`genindex`
64* :ref:`modindex`