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.
947 948 949 950 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 947 class TableEntity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#comment ⇒ ::String
Returns Comment associated with the table.
947 948 949 950 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 947 class TableEntity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#constraints ⇒ ::Array<::Google::Cloud::CloudDMS::V1::ConstraintEntity>
Returns Table constraints.
947 948 949 950 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 947 class TableEntity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#custom_features ⇒ ::Google::Protobuf::Struct
Returns Custom engine specific features.
947 948 949 950 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 947 class TableEntity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#indices ⇒ ::Array<::Google::Cloud::CloudDMS::V1::IndexEntity>
Returns Table indices.
947 948 949 950 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 947 class TableEntity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#triggers ⇒ ::Array<::Google::Cloud::CloudDMS::V1::TriggerEntity>
Returns Table triggers.
947 948 949 950 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 947 class TableEntity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |