Reference documentation and code samples for the Cloud Database Migration Service V1 API class Google::Cloud::CloudDMS::V1::EntityDdl.
A single DDL statement for a specific entity
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#ddl
def ddl() -> ::String
Returns
- (::String) — The actual ddl code.
#ddl=
def ddl=(value) -> ::String
Parameter
- value (::String) — The actual ddl code.
Returns
- (::String) — The actual ddl code.
#ddl_type
def ddl_type() -> ::String
Returns
- (::String) — Type of DDL (Create, Alter).
#ddl_type=
def ddl_type=(value) -> ::String
Parameter
- value (::String) — Type of DDL (Create, Alter).
Returns
- (::String) — Type of DDL (Create, Alter).
#entity
def entity() -> ::String
Returns
- (::String) — The name of the database entity the ddl refers to.
#entity=
def entity=(value) -> ::String
Parameter
- value (::String) — The name of the database entity the ddl refers to.
Returns
- (::String) — The name of the database entity the ddl refers to.
#entity_type
def entity_type() -> ::Google::Cloud::CloudDMS::V1::DatabaseEntityType
Returns
- (::Google::Cloud::CloudDMS::V1::DatabaseEntityType) — The entity type (if the DDL is for a sub entity).
#entity_type=
def entity_type=(value) -> ::Google::Cloud::CloudDMS::V1::DatabaseEntityType
Parameter
- value (::Google::Cloud::CloudDMS::V1::DatabaseEntityType) — The entity type (if the DDL is for a sub entity).
Returns
- (::Google::Cloud::CloudDMS::V1::DatabaseEntityType) — The entity type (if the DDL is for a sub entity).
#issue_id
def issue_id() -> ::Array<::String>
Returns
- (::Array<::String>) — EntityIssues found for this ddl.
#issue_id=
def issue_id=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — EntityIssues found for this ddl.
Returns
- (::Array<::String>) — EntityIssues found for this ddl.