Class: Google::Cloud::DataCatalog::V1::EntryOverview
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::EntryOverview
- 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
-
#overview ⇒ ::String
Entry overview with support for rich text.
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.
1107 1108 1109 1110 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1107 class EntryOverview include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |