Google Cloud Dms V1 Client - Class SynonymEntity (1.3.0)

Reference documentation and code samples for the Google Cloud Dms V1 Client class SynonymEntity.

Synonym's parent is a schema.

Generated from protobuf message google.cloud.clouddms.v1.SynonymEntity

Namespace

Google \ Cloud \ CloudDms \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ source_entity string

The name of the entity for which the synonym is being created (the source).

↳ source_type int

The type of the entity for which the synonym is being created (usually a table or a sequence).

↳ custom_features Google\Protobuf\Struct

Custom engine specific features.

getSourceEntity

The name of the entity for which the synonym is being created (the source).

Returns
TypeDescription
string

setSourceEntity

The name of the entity for which the synonym is being created (the source).

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getSourceType

The type of the entity for which the synonym is being created (usually a table or a sequence).

Returns
TypeDescription
int

setSourceType

The type of the entity for which the synonym is being created (usually a table or a sequence).

Parameter
NameDescription
var int
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