Reference documentation and code samples for the Google Cloud Dataplex V1 Client class GenerationScope.
The data documentation generation scope. This field contains the possible components of a data documentation scan which can be selectively generated.
Protobuf type google.cloud.dataplex.v1.DataDocumentationSpec.GenerationScope
Namespace
Google \ Cloud \ Dataplex \ V1 \ DataDocumentationSpecMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
GENERATION_SCOPE_UNSPECIFIED
Value: 0Unspecified generation scope. If no generation scope is specified, all available documentation components will be generated.
Generated from protobuf enum GENERATION_SCOPE_UNSPECIFIED = 0;
ALL
Value: 1All the possible results will be generated.
Generated from protobuf enum ALL = 1;
TABLE_AND_COLUMN_DESCRIPTIONS
Value: 2Table and column descriptions will be generated.
Generated from protobuf enum TABLE_AND_COLUMN_DESCRIPTIONS = 2;
SQL_QUERIES
Value: 3SQL queries will be generated.
Generated from protobuf enum SQL_QUERIES = 3;