Reference documentation and code samples for the Cloud Database Migration Service V1 API class Google::Cloud::CloudDMS::V1::SynonymEntity.
Synonym's parent is a schema.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#custom_features
def custom_features() -> ::Google::Protobuf::Struct
Returns
- (::Google::Protobuf::Struct) — Custom engine specific features.
#custom_features=
def custom_features=(value) -> ::Google::Protobuf::Struct
Parameter
- value (::Google::Protobuf::Struct) — Custom engine specific features.
Returns
- (::Google::Protobuf::Struct) — Custom engine specific features.
#source_entity
def source_entity() -> ::String
Returns
- (::String) — The name of the entity for which the synonym is being created (the source).
#source_entity=
def source_entity=(value) -> ::String
Parameter
- value (::String) — 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).
#source_type
def source_type() -> ::Google::Cloud::CloudDMS::V1::DatabaseEntityType
Returns
- (::Google::Cloud::CloudDMS::V1::DatabaseEntityType) — The type of the entity for which the synonym is being created (usually a table or a sequence).
#source_type=
def source_type=(value) -> ::Google::Cloud::CloudDMS::V1::DatabaseEntityType
Parameter
- value (::Google::Cloud::CloudDMS::V1::DatabaseEntityType) — The type of the entity for which the synonym is being created (usually a table or a sequence).
Returns
- (::Google::Cloud::CloudDMS::V1::DatabaseEntityType) — The type of the entity for which the synonym is being created (usually a table or a sequence).