Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::DataDocumentationResult::TableResult.
Generated metadata about the table.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
- (::String) — 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
def overview() -> ::String
Returns
- (::String) — Output only. Generated description of the table.
#queries
def queries() -> ::Array<::Google::Cloud::Dataplex::V1::DataDocumentationResult::Query>
Returns
- (::Array<::Google::Cloud::Dataplex::V1::DataDocumentationResult::Query>) — Output only. Sample SQL queries for the table.
#schema
def schema() -> ::Google::Cloud::Dataplex::V1::DataDocumentationResult::Schema
Returns
- (::Google::Cloud::Dataplex::V1::DataDocumentationResult::Schema) — Output only. Schema of the table with generated metadata of the columns in the schema.