Google Cloud Data Catalog V1 Client - Class ModifyEntryOverviewRequest (1.7.1)
Stay organized with collections
Save and categorize content based on your preferences.
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 \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
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 | |
|---|---|
| Type | Description |
string |
|
setName
Required. The full resource name of the entry.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEntryOverview
Required. The new value for the Entry Overview.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\DataCatalog\V1\EntryOverview|null |
|
hasEntryOverview
clearEntryOverview
setEntryOverview
Required. The new value for the Entry Overview.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\DataCatalog\V1\EntryOverview
|
| Returns | |
|---|---|
| Type | Description |
$this |
|