Enum DataDocumentationSpec.GenerationScope (1.86.0)

public enum DataDocumentationSpec.GenerationScope extends Enum<DataDocumentationSpec.GenerationScope> implements ProtocolMessageEnum

The data documentation generation scope. This field contains the possible components of a data documentation scan which can be selectively generated.

Protobuf enum google.cloud.dataplex.v1.DataDocumentationSpec.GenerationScope

Implements

ProtocolMessageEnum

Static Fields

Name Description
ALL

All the possible results will be generated.

ALL = 1;

ALL_VALUE

All the possible results will be generated.

ALL = 1;

GENERATION_SCOPE_UNSPECIFIED

Unspecified generation scope. If no generation scope is specified, all available documentation components will be generated.

GENERATION_SCOPE_UNSPECIFIED = 0;

GENERATION_SCOPE_UNSPECIFIED_VALUE

Unspecified generation scope. If no generation scope is specified, all available documentation components will be generated.

GENERATION_SCOPE_UNSPECIFIED = 0;

SQL_QUERIES

SQL queries will be generated.

SQL_QUERIES = 3;

SQL_QUERIES_VALUE

SQL queries will be generated.

SQL_QUERIES = 3;

TABLE_AND_COLUMN_DESCRIPTIONS

Table and column descriptions will be generated.

TABLE_AND_COLUMN_DESCRIPTIONS = 2;

TABLE_AND_COLUMN_DESCRIPTIONS_VALUE

Table and column descriptions will be generated.

TABLE_AND_COLUMN_DESCRIPTIONS = 2;

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