Class: Google::Cloud::CloudDMS::V1::MaterializedViewEntity
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::MaterializedViewEntity
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb
Overview
MaterializedView's parent is a schema.
Instance Attribute Summary collapse
-
#custom_features ⇒ ::Google::Protobuf::Struct
Custom engine specific features.
-
#sql_code ⇒ ::String
The SQL code which creates the view.
Instance Attribute Details
#custom_features ⇒ ::Google::Protobuf::Struct
Returns Custom engine specific features.
1094 1095 1096 1097 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 1094 class MaterializedViewEntity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sql_code ⇒ ::String
Returns The SQL code which creates the view.
1094 1095 1096 1097 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 1094 class MaterializedViewEntity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |