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 \ SchemaRelationshipMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SOURCE_UNSPECIFIED
Value: 0The source of the schema relationship is unspecified.
Generated from protobuf enum SOURCE_UNSPECIFIED = 0;
AGENT
Value: 4The source of the schema relationship is agent.
Generated from protobuf enum AGENT = 4;
QUERY_HISTORY
Value: 5The source of the schema relationship is query history from the source system.
Generated from protobuf enum QUERY_HISTORY = 5;
TABLE_CONSTRAINTS
Value: 6The source of the schema relationship is table constraints added in the source system.
Generated from protobuf enum TABLE_CONSTRAINTS = 6;