Class: Google::Cloud::Dataplex::V1::DataDocumentationResult::TableResult

Inherits:
Object
  • Object
show all
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

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.

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



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.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:



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