MessageView

Enums
MESSAGE_VIEW_UNSPECIFIED Not specified, equivalent to FULL for getMessage, equivalent to BASIC for listMessages.
RAW_ONLY Server responses include all the message fields except parsedData, and schematizedData fields.
PARSED_ONLY Server responses include all the message fields except data 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.