Class: Google::Cloud::Dataplex::V1::DataDocumentationResult::TableResult
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::DataDocumentationResult::TableResult
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/data_documentation.rb
Overview
Generated metadata about the table.
Instance Attribute Summary collapse
-
#name ⇒ ::String
readonly
Output only.
-
#overview ⇒ ::String
readonly
Output only.
-
#queries ⇒ ::Array<::Google::Cloud::Dataplex::V1::DataDocumentationResult::Query>
readonly
Output only.
-
#schema ⇒ ::Google::Cloud::Dataplex::V1::DataDocumentationResult::Schema
readonly
Output only.
Instance Attribute Details
#name ⇒ ::String (readonly)
Returns 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.
54 55 56 57 |
# File 'proto_docs/google/cloud/dataplex/v1/data_documentation.rb', line 54 class TableResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#overview ⇒ ::String (readonly)
Returns Output only. Generated description of the table.
54 55 56 57 |
# File 'proto_docs/google/cloud/dataplex/v1/data_documentation.rb', line 54 class TableResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#queries ⇒ ::Array<::Google::Cloud::Dataplex::V1::DataDocumentationResult::Query> (readonly)
Returns Output only. Sample SQL queries for the table.
54 55 56 57 |
# File 'proto_docs/google/cloud/dataplex/v1/data_documentation.rb', line 54 class TableResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#schema ⇒ ::Google::Cloud::Dataplex::V1::DataDocumentationResult::Schema (readonly)
Returns Output only. Schema of the table with generated metadata of the columns in the schema.
54 55 56 57 |
# File 'proto_docs/google/cloud/dataplex/v1/data_documentation.rb', line 54 class TableResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |