Google Cloud Dataplex V1 Client - Class GenerationScope (1.12.0)

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 \ DataDocumentationSpec

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

GENERATION_SCOPE_UNSPECIFIED

Value: 0

Unspecified 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: 1

All the possible results will be generated.

Generated from protobuf enum ALL = 1;

TABLE_AND_COLUMN_DESCRIPTIONS

Value: 2

Table and column descriptions will be generated.

Generated from protobuf enum TABLE_AND_COLUMN_DESCRIPTIONS = 2;

SQL_QUERIES

Value: 3

SQL queries will be generated.

Generated from protobuf enum SQL_QUERIES = 3;