Cloud Database Migration Service V1 API - Class Google::Cloud::CloudDMS::V1::TableEntity (v0.8.0)

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

#columns=

def columns=(value) -> ::Array<::Google::Cloud::CloudDMS::V1::ColumnEntity>
Parameter
Returns

#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

#constraints=

def constraints=(value) -> ::Array<::Google::Cloud::CloudDMS::V1::ConstraintEntity>
Parameter
Returns

#custom_features

def custom_features() -> ::Google::Protobuf::Struct
Returns

#custom_features=

def custom_features=(value) -> ::Google::Protobuf::Struct
Parameter
Returns

#indices

def indices() -> ::Array<::Google::Cloud::CloudDMS::V1::IndexEntity>
Returns

#indices=

def indices=(value) -> ::Array<::Google::Cloud::CloudDMS::V1::IndexEntity>
Parameter
Returns

#triggers

def triggers() -> ::Array<::Google::Cloud::CloudDMS::V1::TriggerEntity>
Returns

#triggers=

def triggers=(value) -> ::Array<::Google::Cloud::CloudDMS::V1::TriggerEntity>
Parameter
Returns