Interface EntryOverviewOrBuilder (1.47.0)

public interface EntryOverviewOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getOverview()

public abstract String getOverview()

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 overview = 1;

Returns
TypeDescription
String

The overview.

getOverviewBytes()

public abstract ByteString getOverviewBytes()

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 overview = 1;

Returns
TypeDescription
ByteString

The bytes for overview.