Class: Google::Cloud::DataCatalog::V1::EntryOverview

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

Overview

Entry overview fields for rich text descriptions of entries.

Instance Attribute Summary collapse

Instance Attribute Details

#overview::String

Returns Entry overview with support for rich text.

The overview must only contain Unicode characters, and should be formatted using HTML. The maximum length is 10 MiB as this value holds HTML descriptions including encoded images. The maximum length of the text without images is 100 KiB.

Returns:

  • (::String)

    Entry overview with support for rich text.

    The overview must only contain Unicode characters, and should be formatted using HTML. The maximum length is 10 MiB as this value holds HTML descriptions including encoded images. The maximum length of the text without images is 100 KiB.



1027
1028
1029
1030
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1027

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