Reference documentation and code samples for the Google Cloud Dms V1 Client class EntityDdl.
A single DDL statement for a specific entity
Generated from protobuf message google.cloud.clouddms.v1.EntityDdl
Namespace
Google \ Cloud \ CloudDms \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ ddl_type
string
Type of DDL (Create, Alter).
↳ entity
string
The name of the database entity the ddl refers to.
↳ ddl
string
The actual ddl code.
↳ entity_type
int
The entity type (if the DDL is for a sub entity).
↳ issue_id
array
EntityIssues found for this ddl.
getDdlType
Type of DDL (Create, Alter).
string
setDdlType
Type of DDL (Create, Alter).
var
string
$this
getEntity
The name of the database entity the ddl refers to.
string
setEntity
The name of the database entity the ddl refers to.
var
string
$this
getDdl
The actual ddl code.
string
setDdl
The actual ddl code.
var
string
$this
getEntityType
The entity type (if the DDL is for a sub entity).
int
setEntityType
The entity type (if the DDL is for a sub entity).
var
int
$this
getIssueId
EntityIssues found for this ddl.
setIssueId
EntityIssues found for this ddl.
var
string[]
$this