encoding property

String? encoding
getter/setter pair

The encoding of messages validated against schema.

Optional. Possible string values are:

  • "ENCODING_UNSPECIFIED" : Unspecified
  • "JSON" : JSON encoding
  • "BINARY" : Binary encoding, as defined by the schema type. For some schema types, binary encoding may not be available.

Implementation

core.String? encoding;