Reference documentation and code samples for the Google Cloud Dataplex V1 Client class Type.
The type of relationship.
Protobuf type google.cloud.dataplex.v1.DataDocumentationResult.SchemaRelationship.Type
Namespace
Google \ Cloud \ Dataplex \ V1 \ DataDocumentationResult \ SchemaRelationshipMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TYPE_UNSPECIFIED
Value: 0The type of the schema relationship is unspecified.
Generated from protobuf enum TYPE_UNSPECIFIED = 0;
SCHEMA_JOIN
Value: 1Indicates a join relationship between the schema fields.
Generated from protobuf enum SCHEMA_JOIN = 1;