Reference documentation and code samples for the Google Cloud Dataplex V1 Client class UpdateEntryLinkRequest.
Request message for UpdateEntryLink method.
Generated from protobuf message google.cloud.dataplex.v1.UpdateEntryLinkRequest
Namespace
Google \ Cloud \ Dataplex \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ entry_link |
EntryLink
Required. Entry Link resource. |
↳ allow_missing |
bool
Optional. If set to true and the entry link doesn't exist, the service will create it. |
↳ aspect_keys |
string[]
Optional. The map keys of the Aspects which the service should modify. It should be the aspect type reference in the format |
getEntryLink
Required. Entry Link resource.
| Returns | |
|---|---|
| Type | Description |
EntryLink|null |
|
hasEntryLink
clearEntryLink
setEntryLink
Required. Entry Link resource.
| Parameter | |
|---|---|
| Name | Description |
var |
EntryLink
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getAllowMissing
Optional. If set to true and the entry link doesn't exist, the service will create it.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setAllowMissing
Optional. If set to true and the entry link doesn't exist, the service will create it.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getAspectKeys
Optional. The map keys of the Aspects which the service should modify.
It should be the aspect type reference in the format
{project_id_or_number}.{location_id}.{aspect_type_id}.
If this field is left empty, the service treats it as specifying
exactly those Aspects present in the request.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<string> |
|
setAspectKeys
Optional. The map keys of the Aspects which the service should modify.
It should be the aspect type reference in the format
{project_id_or_number}.{location_id}.{aspect_type_id}.
If this field is left empty, the service treats it as specifying
exactly those Aspects present in the request.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
entryLink |
EntryLink
Required. Entry Link resource. |
| Returns | |
|---|---|
| Type | Description |
UpdateEntryLinkRequest |
|