Google Cloud Data Catalog V1 Client - Class ModifyEntryOverviewRequest (1.8.2)

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

Request message for ModifyEntryOverview.

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

Namespace

Google \ Cloud \ DataCatalog \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. The full resource name of the entry.

↳ entry_overview Google\Cloud\DataCatalog\V1\EntryOverview

Required. The new value for the Entry Overview.

getName

Required. The full resource name of the entry.

Returns
TypeDescription
string

setName

Required. The full resource name of the entry.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getEntryOverview

Required. The new value for the Entry Overview.

Returns
TypeDescription
Google\Cloud\DataCatalog\V1\EntryOverview|null

hasEntryOverview

clearEntryOverview

setEntryOverview

Required. The new value for the Entry Overview.

Parameter
NameDescription
var Google\Cloud\DataCatalog\V1\EntryOverview
Returns
TypeDescription
$this