Reference documentation and code samples for the Google Cloud Dms V1 Client class UDTEntity.
UDT's parent is a schema.
Generated from protobuf message google.cloud.clouddms.v1.UDTEntity
Namespace
Google \ Cloud \ CloudDms \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ udt_sql_code |
string
The SQL code which creates the udt. |
↳ udt_body |
string
The SQL code which creates the udt body. |
↳ custom_features |
Google\Protobuf\Struct
Custom engine specific features. |
getUdtSqlCode
The SQL code which creates the udt.
Returns | |
---|---|
Type | Description |
string |
setUdtSqlCode
The SQL code which creates the udt.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getUdtBody
The SQL code which creates the udt body.
Returns | |
---|---|
Type | Description |
string |
setUdtBody
The SQL code which creates the udt body.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getCustomFeatures
Custom engine specific features.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Struct|null |
hasCustomFeatures
clearCustomFeatures
setCustomFeatures
Custom engine specific features.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Struct
|
Returns | |
---|---|
Type | Description |
$this |