Class: Google::Cloud::CloudDMS::V1::TableEntity
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::TableEntity
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb
Overview
Table's parent is a schema.
Instance Attribute Summary collapse
-
#columns ⇒ ::Array<::Google::Cloud::CloudDMS::V1::ColumnEntity>
Table columns.
-
#comment ⇒ ::String
Comment associated with the table.
-
#constraints ⇒ ::Array<::Google::Cloud::CloudDMS::V1::ConstraintEntity>
Table constraints.
-
#custom_features ⇒ ::Google::Protobuf::Struct
Custom engine specific features.
-
#indices ⇒ ::Array<::Google::Cloud::CloudDMS::V1::IndexEntity>
Table indices.
-
#triggers ⇒ ::Array<::Google::Cloud::CloudDMS::V1::TriggerEntity>
Table triggers.
Instance Attribute Details
#columns ⇒ ::Array<::Google::Cloud::CloudDMS::V1::ColumnEntity>
Returns Table columns.
867 868 869 870 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 867 class TableEntity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#comment ⇒ ::String
Returns Comment associated with the table.
867 868 869 870 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 867 class TableEntity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#constraints ⇒ ::Array<::Google::Cloud::CloudDMS::V1::ConstraintEntity>
Returns Table constraints.
867 868 869 870 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 867 class TableEntity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#custom_features ⇒ ::Google::Protobuf::Struct
Returns Custom engine specific features.
867 868 869 870 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 867 class TableEntity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#indices ⇒ ::Array<::Google::Cloud::CloudDMS::V1::IndexEntity>
Returns Table indices.
867 868 869 870 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 867 class TableEntity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#triggers ⇒ ::Array<::Google::Cloud::CloudDMS::V1::TriggerEntity>
Returns Table triggers.
867 868 869 870 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 867 class TableEntity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |