Dataplex V1 API - Class Google::Cloud::Dataplex::V1::DataDocumentationResult::SchemaRelationship::SchemaPaths (v2.10.0)

Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::DataDocumentationResult::SchemaRelationship::SchemaPaths.

Represents an ordered set of paths within a table's schema.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#paths

def paths() -> ::Array<::String>
Returns
  • (::Array<::String>) — Output only. An ordered set of Paths to fields within the schema of the table. For fields nested within a top level field of type record, use '.' to separate field names. Examples: Top level field - top_level Nested field - top_level.child.sub_field

#table_fqn

def table_fqn() -> ::String
Returns
  • (::String) — Output only. The service-qualified full resource name of the table Ex: //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID