View for controlling which parts of an entry are to be returned.
| Enums | |
|---|---|
ENTRY_VIEW_UNSPECIFIED
|
Unspecified EntryView. Defaults to FULL. |
BASIC
|
Returns entry only, without aspects. |
FULL
|
Returns all required aspects as well as the keys of all non-required aspects. |
CUSTOM
|
Returns aspects matching custom fields in GetEntryRequest. If the number of aspects exceeds 100, the first 100 will be returned. |
ALL
|
Returns all aspects. If the number of aspects exceeds 100, the first 100 will be returned. |

