Class: Google::Cloud::CloudDMS::V1::EntityMappingLogEntry
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::EntityMappingLogEntry
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb
Overview
A single record of a rule which was used for a mapping.
Instance Attribute Summary collapse
-
#mapping_comment ⇒ ::String
Comment.
-
#rule_id ⇒ ::String
Which rule caused this log entry.
-
#rule_revision_id ⇒ ::String
Rule revision ID.
Instance Attribute Details
#mapping_comment ⇒ ::String
Returns Comment.
1185 1186 1187 1188 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 1185 class EntityMappingLogEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#rule_id ⇒ ::String
Returns Which rule caused this log entry.
1185 1186 1187 1188 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 1185 class EntityMappingLogEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#rule_revision_id ⇒ ::String
Returns Rule revision ID.
1185 1186 1187 1188 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 1185 class EntityMappingLogEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |