MessageView

Enums
MESSAGE_VIEW_UNSPECIFIED Not specified, equivalent to FULL.
RAW_ONLY Server responses include all the message fields except parsedData field, and schematizedData fields.
PARSED_ONLY Server responses include all the message fields except data field, and schematizedData fields.
FULL Server responses include all the message fields.
SCHEMATIZED_ONLY Server responses include all the message fields except data and parsedData fields.
BASIC Server responses include only the name field.