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. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-04-30 UTC.