Class: Google::Cloud::CloudDMS::V1::ViewEntity

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb

Overview

View's parent is a schema.

Instance Attribute Summary collapse

Instance Attribute Details

#constraints::Array<::Google::Cloud::CloudDMS::V1::ConstraintEntity>

Returns View constraints.

Returns:



1028
1029
1030
1031
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 1028

class ViewEntity
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#custom_features::Google::Protobuf::Struct

Returns Custom engine specific features.

Returns:



1028
1029
1030
1031
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 1028

class ViewEntity
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#sql_code::String

Returns The SQL code which creates the view.

Returns:

  • (::String)

    The SQL code which creates the view.



1028
1029
1030
1031
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 1028

class ViewEntity
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end