Google Cloud Dms V1 Client - Class EntityNameTransformation (1.4.2)

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

Entity Name Transformation Types

Protobuf type google.cloud.clouddms.v1.EntityNameTransformation

Namespace

Google \ Cloud \ CloudDms \ V1

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

ENTITY_NAME_TRANSFORMATION_UNSPECIFIED

Value: 0

Entity name transformation unspecified.

Generated from protobuf enum ENTITY_NAME_TRANSFORMATION_UNSPECIFIED = 0;

ENTITY_NAME_TRANSFORMATION_NO_TRANSFORMATION

Value: 1

No transformation.

Generated from protobuf enum ENTITY_NAME_TRANSFORMATION_NO_TRANSFORMATION = 1;

ENTITY_NAME_TRANSFORMATION_LOWER_CASE

Value: 2

Transform to lower case.

Generated from protobuf enum ENTITY_NAME_TRANSFORMATION_LOWER_CASE = 2;

ENTITY_NAME_TRANSFORMATION_UPPER_CASE

Value: 3

Transform to upper case.

Generated from protobuf enum ENTITY_NAME_TRANSFORMATION_UPPER_CASE = 3;

ENTITY_NAME_TRANSFORMATION_CAPITALIZED_CASE

Value: 4

Transform to capitalized case.

Generated from protobuf enum ENTITY_NAME_TRANSFORMATION_CAPITALIZED_CASE = 4;