Reference documentation and code samples for the Cloud Database Migration Service V1 API class Google::Cloud::CloudDMS::V1::ViewEntity.
View's parent is a schema.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#constraints
def constraints() -> ::Array<::Google::Cloud::CloudDMS::V1::ConstraintEntity>
Returns
- (::Array<::Google::Cloud::CloudDMS::V1::ConstraintEntity>) — View constraints.
#constraints=
def constraints=(value) -> ::Array<::Google::Cloud::CloudDMS::V1::ConstraintEntity>
Parameter
- value (::Array<::Google::Cloud::CloudDMS::V1::ConstraintEntity>) — View constraints.
Returns
- (::Array<::Google::Cloud::CloudDMS::V1::ConstraintEntity>) — View 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.
#sql_code
def sql_code() -> ::String
Returns
- (::String) — The SQL code which creates the view.
#sql_code=
def sql_code=(value) -> ::String
Parameter
- value (::String) — The SQL code which creates the view.
Returns
- (::String) — The SQL code which creates the view.