Class: Google::Cloud::CloudDMS::V1::SchemaEntity
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::SchemaEntity
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb
Overview
Schema typically has no parent entity, but can have a parent entity DatabaseInstance (for database engines which support it). For some database engines, the terms schema and user can be used interchangeably when they refer to a namespace or a collection of other database entities. Can store additional information which is schema specific.
Instance Attribute Summary collapse
-
#custom_features ⇒ ::Google::Protobuf::Struct
Custom engine specific features.
Instance Attribute Details
#custom_features ⇒ ::Google::Protobuf::Struct
Returns Custom engine specific features.
843 844 845 846 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 843 class SchemaEntity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |