Class: Google::Cloud::CloudDMS::V1::EntityMapping
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::EntityMapping
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb
Overview
Details of the mappings of a database entity.
Instance Attribute Summary collapse
-
#draft_entity ⇒ ::String
Target entity full name.
-
#draft_type ⇒ ::Google::Cloud::CloudDMS::V1::DatabaseEntityType
Type of draft entity.
-
#mapping_log ⇒ ::Array<::Google::Cloud::CloudDMS::V1::EntityMappingLogEntry>
Entity mapping log entries.
-
#source_entity ⇒ ::String
Source entity full name.
-
#source_type ⇒ ::Google::Cloud::CloudDMS::V1::DatabaseEntityType
Type of source entity.
Instance Attribute Details
#draft_entity ⇒ ::String
Returns Target entity full name. The draft entity can also include a column, index or constraint using the same naming notation schema.table.column.
1170 1171 1172 1173 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 1170 class EntityMapping include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#draft_type ⇒ ::Google::Cloud::CloudDMS::V1::DatabaseEntityType
Returns Type of draft entity.
1170 1171 1172 1173 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 1170 class EntityMapping include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#mapping_log ⇒ ::Array<::Google::Cloud::CloudDMS::V1::EntityMappingLogEntry>
Returns Entity mapping log entries. Multiple rules can be effective and contribute changes to a converted entity, such as a rule can handle the entity name, another rule can handle an entity type. In addition, rules which did not change the entity are also logged along with the reason preventing them to do so.
1170 1171 1172 1173 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 1170 class EntityMapping include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#source_entity ⇒ ::String
Returns Source entity full name. The source entity can also be a column, index or constraint using the same naming notation schema.table.column.
1170 1171 1172 1173 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 1170 class EntityMapping include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#source_type ⇒ ::Google::Cloud::CloudDMS::V1::DatabaseEntityType
Returns Type of source entity.
1170 1171 1172 1173 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 1170 class EntityMapping include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |