protoDescriptors property
Proto descriptors used by CREATE/ALTER PROTO BUNDLE
statements in
'extra_statements'.
Contains a protobuf-serialized
[google.protobuf.FileDescriptorSet
](https://github.com/protocolbuffers/protobuf/blob/main/src/google/protobuf/descriptor.proto)
descriptor set. To generate it,
install and run protoc
with
--include_imports and --descriptor_set_out. For example, to generate for
moon/shot/app.proto, run $protoc --proto_path=/app_path --proto_path=/lib_path \ --include_imports \ --descriptor_set_out=descriptors.data \ moon/shot/app.proto
For more
details, see protobuffer
self description.
Optional.
Implementation
core.String? protoDescriptors;