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.
data
array
Optional. Data for populating the Message object.
↳ entry_link
↳ 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 {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.
getEntryLink
Required. Entry Link resource.
hasEntryLink
clearEntryLink
setEntryLink
Required. Entry Link resource.
$this
getAllowMissing
Optional. If set to true and the entry link doesn't exist, the service will create it.
bool
setAllowMissing
Optional. If set to true and the entry link doesn't exist, the service will create it.
var
bool
$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.
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.
var
string[]
$this

