Module: Google::Cloud::Dataform::V1::DirectoryContentsView

Defined in:
proto_docs/google/cloud/dataform/v1/dataform.rb

Overview

Represents the level of detail to return for directory contents.

Constant Summary collapse

DIRECTORY_CONTENTS_VIEW_UNSPECIFIED =

The default / unset value. Defaults to DIRECTORY_CONTENTS_VIEW_BASIC.

0
DIRECTORY_CONTENTS_VIEW_BASIC =

Includes only the file or directory name. This is the default behavior.

1
DIRECTORY_CONTENTS_VIEW_METADATA =

Includes all metadata for each file or directory. Currently not supported by CMEK-protected workspaces.

2