Reference documentation and code samples for the Google Cloud Dataform V1 Client class DirectoryContentsView.
Represents the level of detail to return for directory contents.
Protobuf type google.cloud.dataform.v1.DirectoryContentsView
Namespace
Google \ Cloud \ Dataform \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
DIRECTORY_CONTENTS_VIEW_UNSPECIFIED
Value: 0The default / unset value. Defaults to DIRECTORY_CONTENTS_VIEW_BASIC.
Generated from protobuf enum DIRECTORY_CONTENTS_VIEW_UNSPECIFIED = 0;
DIRECTORY_CONTENTS_VIEW_BASIC
Value: 1Includes only the file or directory name. This is the default behavior.
Generated from protobuf enum DIRECTORY_CONTENTS_VIEW_BASIC = 1;
DIRECTORY_CONTENTS_VIEW_METADATA
Value: 2Includes all metadata for each file or directory. Currently not supported by CMEK-protected workspaces.
Generated from protobuf enum DIRECTORY_CONTENTS_VIEW_METADATA = 2;