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 \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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;