Class: Google::Cloud::CloudDMS::V1::EntityDdl

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

A single DDL statement for a specific entity

Instance Attribute Summary collapse

Instance Attribute Details

#ddl::String

Returns The actual ddl code.

Returns:

  • (::String)

    The actual ddl code.



1206
1207
1208
1209
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 1206

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

#ddl_type::String

Returns Type of DDL (Create, Alter).

Returns:

  • (::String)

    Type of DDL (Create, Alter).



1206
1207
1208
1209
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 1206

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

#entity::String

Returns The name of the database entity the ddl refers to.

Returns:

  • (::String)

    The name of the database entity the ddl refers to.



1206
1207
1208
1209
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 1206

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

#entity_type::Google::Cloud::CloudDMS::V1::DatabaseEntityType

Returns The entity type (if the DDL is for a sub entity).

Returns:



1206
1207
1208
1209
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 1206

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

#issue_id::Array<::String>

Returns EntityIssues found for this ddl.

Returns:

  • (::Array<::String>)

    EntityIssues found for this ddl.



1206
1207
1208
1209
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 1206

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