Google Cloud Data Catalog V1 Client - Class EntryOverview (1.5.1)

Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class EntryOverview.

Entry overview fields for rich text descriptions of entries.

Generated from protobuf message google.cloud.datacatalog.v1.EntryOverview

Namespace

Google \ Cloud \ DataCatalog \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ overview 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.

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.

Returns
TypeDescription
string

setOverview

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.

Parameter
NameDescription
var string
Returns
TypeDescription
$this