encoding property
The encoding expected for messages 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;