Class TableResult (2.14.0)

TableResult(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Generated metadata about the table.

Attributes

Name Description
name str
Output only. The service-qualified full resource name of the cloud resource. Ex: //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID
overview str
Output only. Generated description of the table.
schema google.cloud.dataplex_v1.types.DataDocumentationResult.Schema
Output only. Schema of the table with generated metadata of the columns in the schema.
queries MutableSequence[google.cloud.dataplex_v1.types.DataDocumentationResult.Query]
Output only. Sample SQL queries for the table.