Class: Google::Cloud::CloudDMS::V1::SynonymEntity
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::SynonymEntity
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb
Overview
Synonym's parent is a schema.
Instance Attribute Summary collapse
-
#custom_features ⇒ ::Google::Protobuf::Struct
Custom engine specific features.
-
#source_entity ⇒ ::String
The name of the entity for which the synonym is being created (the source).
-
#source_type ⇒ ::Google::Cloud::CloudDMS::V1::DatabaseEntityType
The type of the entity for which the synonym is being created (usually a table or a sequence).
Instance Attribute Details
#custom_features ⇒ ::Google::Protobuf::Struct
Returns Custom engine specific features.
1110 1111 1112 1113 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 1110 class SynonymEntity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#source_entity ⇒ ::String
Returns The name of the entity for which the synonym is being created (the source).
1110 1111 1112 1113 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 1110 class SynonymEntity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#source_type ⇒ ::Google::Cloud::CloudDMS::V1::DatabaseEntityType
Returns The type of the entity for which the synonym is being created (usually a table or a sequence).
1110 1111 1112 1113 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 1110 class SynonymEntity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |