Enum DirectoryContentsView (0.90.0)

public enum DirectoryContentsView extends Enum<DirectoryContentsView> implements ProtocolMessageEnum

Represents the level of detail to return for directory contents.

Protobuf enum google.cloud.dataform.v1.DirectoryContentsView

Implements

ProtocolMessageEnum

Static Fields

Name Description
DIRECTORY_CONTENTS_VIEW_BASIC

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

DIRECTORY_CONTENTS_VIEW_BASIC = 1;

DIRECTORY_CONTENTS_VIEW_BASIC_VALUE

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

DIRECTORY_CONTENTS_VIEW_BASIC = 1;

DIRECTORY_CONTENTS_VIEW_METADATA

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

DIRECTORY_CONTENTS_VIEW_METADATA = 2;

DIRECTORY_CONTENTS_VIEW_METADATA_VALUE

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

DIRECTORY_CONTENTS_VIEW_METADATA = 2;

DIRECTORY_CONTENTS_VIEW_UNSPECIFIED

The default / unset value. Defaults to DIRECTORY_CONTENTS_VIEW_BASIC.

DIRECTORY_CONTENTS_VIEW_UNSPECIFIED = 0;

DIRECTORY_CONTENTS_VIEW_UNSPECIFIED_VALUE

The default / unset value. Defaults to DIRECTORY_CONTENTS_VIEW_BASIC.

DIRECTORY_CONTENTS_VIEW_UNSPECIFIED = 0;

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()