Class: Google::Cloud::CloudDMS::V1::ViewEntity
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::ViewEntity
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb
Overview
View's parent is a schema.
Instance Attribute Summary collapse
-
#constraints ⇒ ::Array<::Google::Cloud::CloudDMS::V1::ConstraintEntity>
View constraints.
-
#custom_features ⇒ ::Google::Protobuf::Struct
Custom engine specific features.
-
#sql_code ⇒ ::String
The SQL code which creates the view.
Instance Attribute Details
#constraints ⇒ ::Array<::Google::Cloud::CloudDMS::V1::ConstraintEntity>
Returns View constraints.
1028 1029 1030 1031 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 1028 class ViewEntity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#custom_features ⇒ ::Google::Protobuf::Struct
Returns Custom engine specific features.
1028 1029 1030 1031 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 1028 class ViewEntity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sql_code ⇒ ::String
Returns The SQL code which creates the view.
1028 1029 1030 1031 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 1028 class ViewEntity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |