public enum DataDocumentationSpec.GenerationScope extends Enum<DataDocumentationSpec.GenerationScope> implements ProtocolMessageEnumThe 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
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ALL |
All the possible results will be generated. |
ALL_VALUE |
All the possible results will be generated. |
GENERATION_SCOPE_UNSPECIFIED |
Unspecified generation scope. If no generation scope is specified, all available documentation components will be generated. |
GENERATION_SCOPE_UNSPECIFIED_VALUE |
Unspecified generation scope. If no generation scope is specified, all available documentation components will be generated. |
SQL_QUERIES |
SQL queries will be generated. |
SQL_QUERIES_VALUE |
SQL queries will be generated. |
TABLE_AND_COLUMN_DESCRIPTIONS |
Table and column descriptions will be generated. |
TABLE_AND_COLUMN_DESCRIPTIONS_VALUE |
Table and column descriptions will be generated. |
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() |
|