Google Cloud Dms V1 Client - Class UDTEntity (1.5.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
string

setUdtSqlCode

The SQL code which creates the udt.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getUdtBody

The SQL code which creates the udt body.

Returns
TypeDescription
string

setUdtBody

The SQL code which creates the udt body.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getCustomFeatures

Custom engine specific features.

Returns
TypeDescription
Google\Protobuf\Struct|null

hasCustomFeatures

clearCustomFeatures

setCustomFeatures

Custom engine specific features.

Parameter
NameDescription
var Google\Protobuf\Struct
Returns
TypeDescription
$this