Enum ProjectsResource.LocationsResource.RepositoriesResource.WorkspacesResource.QueryDirectoryContentsRequest.ViewEnum
Optional. Specifies the metadata to return for each directory entry. If unspecified, the
default is DIRECTORY_CONTENTS_VIEW_BASIC. Currently the DIRECTORY_CONTENTS_VIEW_METADATA
view is not supported by CMEK-protected workspaces.
Namespace: Google.Apis.Dataform.v1beta1
Assembly: Google.Apis.Dataform.v1beta1.dll
Syntax
public enum ProjectsResource.LocationsResource.RepositoriesResource.WorkspacesResource.QueryDirectoryContentsRequest.ViewEnum
Fields
| Name | Description |
|---|---|
| DIRECTORYCONTENTSVIEWBASIC | Includes only the file or directory name. This is the default behavior. |
| DIRECTORYCONTENTSVIEWMETADATA | Includes all metadata for each file or directory. Currently not supported by CMEK-protected workspaces. |
| DIRECTORYCONTENTSVIEWUNSPECIFIED | The default / unset value. Defaults to DIRECTORY_CONTENTS_VIEW_BASIC. |