Class: Google::Cloud::Dataplex::V1::DataDocumentationResult::Field

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

Overview

Column of a table with generated metadata and nested fields.

Instance Attribute Summary collapse

Instance Attribute Details

#description::String (readonly)

Returns Output only. Generated description for columns and fields.

Returns:

  • (::String)

    Output only. Generated description for columns and fields.



206
207
208
209
# File 'proto_docs/google/cloud/dataplex/v1/data_documentation.rb', line 206

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

#fields::Array<::Google::Cloud::Dataplex::V1::DataDocumentationResult::Field> (readonly)

Returns Output only. Nested fields.

Returns:



206
207
208
209
# File 'proto_docs/google/cloud/dataplex/v1/data_documentation.rb', line 206

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

#name::String (readonly)

Returns Output only. The name of the column.

Returns:

  • (::String)

    Output only. The name of the column.



206
207
208
209
# File 'proto_docs/google/cloud/dataplex/v1/data_documentation.rb', line 206

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