Class: Google::Cloud::CloudDMS::V1::EntityDdl
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::EntityDdl
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb
Overview
A single DDL statement for a specific entity
Instance Attribute Summary collapse
-
#ddl ⇒ ::String
The actual ddl code.
-
#ddl_type ⇒ ::String
Type of DDL (Create, Alter).
-
#entity ⇒ ::String
The name of the database entity the ddl refers to.
-
#entity_type ⇒ ::Google::Cloud::CloudDMS::V1::DatabaseEntityType
The entity type (if the DDL is for a sub entity).
-
#issue_id ⇒ ::Array<::String>
EntityIssues found for this ddl.
Instance Attribute Details
#ddl ⇒ ::String
Returns The actual ddl code.
1206 1207 1208 1209 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 1206 class EntityDdl include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ddl_type ⇒ ::String
Returns Type of DDL (Create, Alter).
1206 1207 1208 1209 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 1206 class EntityDdl include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#entity ⇒ ::String
Returns The name of the database entity the ddl refers to.
1206 1207 1208 1209 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 1206 class EntityDdl include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#entity_type ⇒ ::Google::Cloud::CloudDMS::V1::DatabaseEntityType
Returns The entity type (if the DDL is for a sub entity).
1206 1207 1208 1209 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 1206 class EntityDdl include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |