Class: Google::Cloud::CloudDMS::V1::SynonymEntity

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#custom_features::Google::Protobuf::Struct

Returns Custom engine specific features.

Returns:



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).

Returns:

  • (::String)

    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).

Returns:



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