public enum DirectoryContentsView extends Enum<DirectoryContentsView> implements ProtocolMessageEnumRepresents the level of detail to return for directory contents.
Protobuf enum google.cloud.dataform.v1.DirectoryContentsView
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
DIRECTORY_CONTENTS_VIEW_BASIC |
Includes only the file or directory name. This is the default behavior. |
DIRECTORY_CONTENTS_VIEW_BASIC_VALUE |
Includes only the file or directory name. This is the default behavior. |
DIRECTORY_CONTENTS_VIEW_METADATA |
Includes all metadata for each file or directory. Currently not supported by CMEK-protected workspaces. |
DIRECTORY_CONTENTS_VIEW_METADATA_VALUE |
Includes all metadata for each file or directory. Currently not supported by CMEK-protected workspaces. |
DIRECTORY_CONTENTS_VIEW_UNSPECIFIED |
The default / unset value. Defaults to DIRECTORY_CONTENTS_VIEW_BASIC. |
DIRECTORY_CONTENTS_VIEW_UNSPECIFIED_VALUE |
The default / unset value. Defaults to DIRECTORY_CONTENTS_VIEW_BASIC. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|