Enum ProjectsResource.LocationsResource.LakesResource.ZonesResource.EntitiesResource.GetRequest.ViewEnum
Optional. Used to select the subset of entity information to return. Defaults to BASIC.
Namespace: Google.Apis.CloudDataplex.v1
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public enum ProjectsResource.LocationsResource.LakesResource.ZonesResource.EntitiesResource.GetRequest.ViewEnum
Fields
Name | Description |
---|---|
BASIC | Minimal view that does not include the schema. |
ENTITYVIEWUNSPECIFIED | The API will default to the BASIC view. |
FULL | Include everything. Currently, this is the same as the SCHEMA view. |
SCHEMA | Include basic information and schema. |