# cpp-proto-builder **Repository Path**: mirrors_google/cpp-proto-builder ## Basic Information - **Project Name**: cpp-proto-builder - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-14 - **Last Updated**: 2025-12-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ProtoBuilder is a highly configurable code generator that takes a [proto2](https://developers.google.com/protocol-buffers/docs/reference/proto2-spec) protocol [`Descriptor`](https://developers.google.com/protocol-buffers/docs/reference/cpp/google.protobuf.descriptor#Descriptor) (or name) and produces a C++ [Builder pattern](http://en.wikipedia.org/wiki/Builder_pattern) (aka Speaking or Fluent API) for the identified protocol message type. See documentation at https://google.github.io/cpp-proto-builder