Google Cloud Dataplex V1 Client - Class Source (1.13.0)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class Source.

Source which generated the schema relation edge.

Protobuf type google.cloud.dataplex.v1.DataDocumentationResult.SchemaRelationship.Source

Namespace

Google \ Cloud \ Dataplex \ V1 \ DataDocumentationResult \ SchemaRelationship

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

SOURCE_UNSPECIFIED

Value: 0

The source of the schema relationship is unspecified.

Generated from protobuf enum SOURCE_UNSPECIFIED = 0;

AGENT

Value: 4

The source of the schema relationship is agent.

Generated from protobuf enum AGENT = 4;

QUERY_HISTORY

Value: 5

The source of the schema relationship is query history from the source system.

Generated from protobuf enum QUERY_HISTORY = 5;

TABLE_CONSTRAINTS

Value: 6

The source of the schema relationship is table constraints added in the source system.

Generated from protobuf enum TABLE_CONSTRAINTS = 6;