Class: Google::Cloud::Dataplex::V1::DataDocumentationResult::Query
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::DataDocumentationResult::Query
- 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
-
#description ⇒ ::String
readonly
Output only.
-
#sql ⇒ ::String
readonly
Output only.
Instance Attribute Details
#description ⇒ ::String (readonly)
Returns 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.
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 |