messageView property
Specifies the parts of the Message resource to include in the export.
If not specified, FULL is used. Possible string values are:
- "MESSAGE_VIEW_UNSPECIFIED" : Not specified, equivalent to FULL.
- "RAW_ONLY" : Server responses include all the message fields except parsed_data field, and schematized_data fields.
- "PARSED_ONLY" : Server responses include all the message fields except data field, and schematized_data fields.
- "FULL" : Server responses include all the message fields.
- "SCHEMATIZED_ONLY" : Server responses include all the message fields except data and parsed_data fields.
- "BASIC" : Server responses include only the name field.
Implementation
core.String? messageView;