Module: Google::Cloud::CloudDMS::V1::EntityNameTransformation

Defined in:
proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb

Overview

Entity Name Transformation Types

Constant Summary collapse

ENTITY_NAME_TRANSFORMATION_UNSPECIFIED =

Entity name transformation unspecified.

0
ENTITY_NAME_TRANSFORMATION_NO_TRANSFORMATION =

No transformation.

1
ENTITY_NAME_TRANSFORMATION_LOWER_CASE =

Transform to lower case.

2
ENTITY_NAME_TRANSFORMATION_UPPER_CASE =

Transform to upper case.

3
ENTITY_NAME_TRANSFORMATION_CAPITALIZED_CASE =

Transform to capitalized case.

4