Expand description
Proto file generation from resource definitions (M16).
Generates .proto files from ResourceDefinitions. Each resource produces
a service with CRUD RPCs including server-streaming for list endpoints.
Functionsยง
- generate_
all_ protos - Generates proto files for all resources, returning
(filename, content)pairs. - generate_
proto - Generates a
.protofile content from a singleResourceDefinition. - needs_
wkt_ import - Returns true if the field type requires a well-known-types import.