Protocol Buffers overview
Protocol Buffers (also known as protobuf) is a Google framework for efficiently serializing objects for transfer, typically between network endpoints.
Test Integrations and APIs includes a parser that reads the Protocol Buffer definition language and turns it into a schema. Because Protocol Buffer is a message type, it can be carried over any transport that supports binary data. Protocol buffers 3 is now supported for the schema application.
Protocol Buffers definition files typically import other Protocol Buffer definition files. When you add a Protocol Buffer to the Schema Library view, Test Integrations and APIs attempts to import all nested Protocol Buffer definition files.
- Protocol Buffer 3 is supported.
- The Protocol Buffer schema in Test Integrations and APIs does not
currently support the
oneoffield type. - Test Integrations and APIs requires a package declaration to be included in the Protocol Buffer definition.