Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::DataDocumentationResult::SchemaRelationship.
Details of the relationship between the schema of two resources.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#left_schema_paths
def left_schema_paths() -> ::Google::Cloud::Dataplex::V1::DataDocumentationResult::SchemaRelationship::SchemaPaths
Returns
-
(::Google::Cloud::Dataplex::V1::DataDocumentationResult::SchemaRelationship::SchemaPaths) — Output only. An ordered list of fields for the join from the first table.
The size of this list must be the same as
right_schema_paths. Each field at index i in this list must correspond to a field at the same index in theright_schema_pathslist.
#right_schema_paths
def right_schema_paths() -> ::Google::Cloud::Dataplex::V1::DataDocumentationResult::SchemaRelationship::SchemaPaths
Returns
-
(::Google::Cloud::Dataplex::V1::DataDocumentationResult::SchemaRelationship::SchemaPaths) — Output only. An ordered list of fields for the join from the second
table. The size of this list must be the same as
left_schema_paths. Each field at index i in this list must correspond to a field at the same index in theleft_schema_pathslist.
#sources
def sources() -> ::Array<::Google::Cloud::Dataplex::V1::DataDocumentationResult::SchemaRelationship::Source>
Returns
- (::Array<::Google::Cloud::Dataplex::V1::DataDocumentationResult::SchemaRelationship::Source>) — Output only. Sources which generated the schema relation edge.
#type
def type() -> ::Google::Cloud::Dataplex::V1::DataDocumentationResult::SchemaRelationship::Type
Returns
- (::Google::Cloud::Dataplex::V1::DataDocumentationResult::SchemaRelationship::Type) — Output only. The type of relationship between the schema paths.