exprotobuf v1.2.16 Protobuf.Config

Defines a struct used for configuring the parser behavior.

Options

  • namespace: The root module which will define the namespace of generated modules
  • schema: The schema as a string or a path to a file
  • only: The list of types to load. If empty, all are loaded.
  • inject: Flag which when set, determines whether the types loaded are injected into the current module. If set, then the source proto must only define a single type.
  • use_google_types: Determines whether or not to include Google.Protobuf scalar wrappers, which can be found in <exprotobuf>/priv/google_protobuf.proto for more details.

Link to this section Summary

Link to this section Functions

Link to this function

doc_quote(arg1)