Class: Google::Cloud::CloudDMS::V1::SingleEntityRename

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb

Overview

Options to configure rule type SingleEntityRename. The rule is used to rename an entity.

The rule filter field can refer to only one entity.

The rule scope can be one of: Database, Schema, Table, Column, Constraint, Index, View, Function, Stored Procedure, Materialized View, Sequence, UDT, Synonym

Instance Attribute Summary collapse

Instance Attribute Details

#new_name::String

Returns Required. The new name of the destination entity.

Returns:

  • (::String)

    Required. The new name of the destination entity



318
319
320
321
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 318

class SingleEntityRename
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end