Reference documentation and code samples for the Cloud Database Migration Service V1 API class Google::Cloud::CloudDMS::V1::TableEntity.
Table's parent is a schema.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#columns
def columns() -> ::Array<::Google::Cloud::CloudDMS::V1::ColumnEntity>
Returns
- (::Array<::Google::Cloud::CloudDMS::V1::ColumnEntity>) — Table columns.
#columns=
def columns=(value) -> ::Array<::Google::Cloud::CloudDMS::V1::ColumnEntity>
Parameter
- value (::Array<::Google::Cloud::CloudDMS::V1::ColumnEntity>) — Table columns.
Returns
- (::Array<::Google::Cloud::CloudDMS::V1::ColumnEntity>) — Table columns.
#comment
def comment() -> ::String
Returns
- (::String) — Comment associated with the table.
#comment=
def comment=(value) -> ::String
Parameter
- value (::String) — Comment associated with the table.
Returns
- (::String) — Comment associated with the table.
#constraints
def constraints() -> ::Array<::Google::Cloud::CloudDMS::V1::ConstraintEntity>
Returns
- (::Array<::Google::Cloud::CloudDMS::V1::ConstraintEntity>) — Table constraints.
#constraints=
def constraints=(value) -> ::Array<::Google::Cloud::CloudDMS::V1::ConstraintEntity>
Parameter
- value (::Array<::Google::Cloud::CloudDMS::V1::ConstraintEntity>) — Table constraints.
Returns
- (::Array<::Google::Cloud::CloudDMS::V1::ConstraintEntity>) — Table constraints.
#custom_features
def custom_features() -> ::Google::Protobuf::Struct
Returns
- (::Google::Protobuf::Struct) — Custom engine specific features.
#custom_features=
def custom_features=(value) -> ::Google::Protobuf::Struct
Parameter
- value (::Google::Protobuf::Struct) — Custom engine specific features.
Returns
- (::Google::Protobuf::Struct) — Custom engine specific features.
#indices
def indices() -> ::Array<::Google::Cloud::CloudDMS::V1::IndexEntity>
Returns
- (::Array<::Google::Cloud::CloudDMS::V1::IndexEntity>) — Table indices.
#indices=
def indices=(value) -> ::Array<::Google::Cloud::CloudDMS::V1::IndexEntity>
Parameter
- value (::Array<::Google::Cloud::CloudDMS::V1::IndexEntity>) — Table indices.
Returns
- (::Array<::Google::Cloud::CloudDMS::V1::IndexEntity>) — Table indices.
#triggers
def triggers() -> ::Array<::Google::Cloud::CloudDMS::V1::TriggerEntity>
Returns
- (::Array<::Google::Cloud::CloudDMS::V1::TriggerEntity>) — Table triggers.
#triggers=
def triggers=(value) -> ::Array<::Google::Cloud::CloudDMS::V1::TriggerEntity>
Parameter
- value (::Array<::Google::Cloud::CloudDMS::V1::TriggerEntity>) — Table triggers.
Returns
- (::Array<::Google::Cloud::CloudDMS::V1::TriggerEntity>) — Table triggers.