Cloud Database Migration Service V1 API - Class Google::Cloud::CloudDMS::V1::UDTEntity (v0.8.0)

Reference documentation and code samples for the Cloud Database Migration Service V1 API class Google::Cloud::CloudDMS::V1::UDTEntity.

UDT's parent is a schema.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#custom_features

def custom_features() -> ::Google::Protobuf::Struct
Returns

#custom_features=

def custom_features=(value) -> ::Google::Protobuf::Struct
Parameter
Returns

#udt_body

def udt_body() -> ::String
Returns
  • (::String) — The SQL code which creates the udt body.

#udt_body=

def udt_body=(value) -> ::String
Parameter
  • value (::String) — The SQL code which creates the udt body.
Returns
  • (::String) — The SQL code which creates the udt body.

#udt_sql_code

def udt_sql_code() -> ::String
Returns
  • (::String) — The SQL code which creates the udt.

#udt_sql_code=

def udt_sql_code=(value) -> ::String
Parameter
  • value (::String) — The SQL code which creates the udt.
Returns
  • (::String) — The SQL code which creates the udt.