Class: Google::Cloud::Dataplex::V1::DataDocumentationResult::Query

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

A sample SQL query in data documentation.

Instance Attribute Summary collapse

Instance Attribute Details

#description::String (readonly)

Returns Output only. The description for the query.

Returns:

  • (::String)

    Output only. The description for the query.



66
67
68
69
# File 'proto_docs/google/cloud/dataplex/v1/data_documentation.rb', line 66

class Query
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#sql::String (readonly)

Returns Output only. The SQL query string which can be executed.

Returns:

  • (::String)

    Output only. The SQL query string which can be executed.



66
67
68
69
# File 'proto_docs/google/cloud/dataplex/v1/data_documentation.rb', line 66

class Query
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end