Reference documentation and code samples for the Data Catalog V1 API class Google::Cloud::DataCatalog::V1::EntryOverview.
Entry overview fields for rich text descriptions of entries.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#overview
def overview() -> ::String
-
(::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.
#overview=
def overview=(value) -> ::String
-
value (::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.
-
(::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.