anmolitor / elm-protoc-types / Proto.Google.Protobuf.FieldOptions.CType

This file was automatically generated by

To run it, add a dependency via elm install on elm-protocol-buffers version latest or higher.


type CType
    = STRING
    | CORD
    | STRINGPIECE

CType enumeration

decodeCType : Protobuf.Decode.Decoder CType

Declares how to decode a CType from Bytes. To actually perform the conversion from Bytes, you need to use Protobuf.Decode.decode from eriktim/elm-protocol-buffers.

defaultCType : CType

Default for CType. Should only be used for 'required' decoders as an initial value.

encodeCType : CType -> Protobuf.Encode.Encoder

Declares how to encode a CType to Bytes. To actually perform the conversion to Bytes, you need to use Protobuf.Encode.encode from eriktim/elm-protocol-buffers.

fieldNumbersCType : CType -> Basics.Int

The field numbers for the fields of CType. This is mostly useful for internals, like documentation generation.

jsonDecodeCType : Json.Decode.Decoder CType

Decode a CType from JSON. Uses the canonical encoding described here: https://protobuf.dev/programming-guides/proto3/#json

jsonEncodeCType : CType -> Json.Encode.Value

Encode a CType to JSON. Uses the canonical encoding described here: https://protobuf.dev/programming-guides/proto3/#json