Optional$descriptorContains optional reflection data used by SDK runtime helpers.
Contains the fully qualified runtime type name.
Creates a message from a deep partial value and applies field defaults.
Optionalbase: IDecodes one message from wire bytes or a reader.
Optionallength: numberEncodes a message into a supplied or new protobuf writer.
Optionalwriter: BinaryWriterConverts protobuf JSON input to the generated TypeScript representation.
Converts a deep partial value to a complete generated message.
Converts a message to JSON.
json uses standard protobuf JSON forms. pb exposes protobuf field
shapes for SDK compatibility where supported.
Optionaluse: "json" | "pb"
Defines the static runtime operations emitted for a generated message.
Generated message exports implement this interface. Application code normally uses create for type-safe construction, encode followed by
finish()for wire bytes, and decode for wire input.