Enum ProjectsResource.LocationsResource.LookupEntryRequest.ViewEnum
Optional. View to control which parts of an entry the service should return. Please check the limitations on returned aspects in the Entry view documentation. Amount of returned aspects depends on the selected Entry View.
Namespace: Google.Apis.CloudDataplex.v1
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public enum ProjectsResource.LocationsResource.LookupEntryRequest.ViewEnum
Fields
| Name | Description |
|---|---|
| ALL | Returns all aspects. If the number of aspects exceeds 100, the first 100 will be returned. |
| BASIC | Returns entry only, without aspects. |
| CUSTOM | Returns aspects matching custom fields in GetEntryRequest. If the number of aspects exceeds 100, the first 100 will be returned. |
| ENTRYVIEWUNSPECIFIED | Unspecified EntryView. Defaults to FULL. |
| FULL | Returns all required aspects as well as the keys of all non-required aspects. |