- NAME
-
- gcloud alpha dataplex entry-links update - update a Dataplex Entry Link
- SYNOPSIS
-
-
gcloud alpha dataplex entry-links update(ENTRY_LINK:--entry-group=ENTRY_GROUP--location=LOCATION) [--update-aspects=YAML_OR_JSON_FILE] [GCLOUD_WIDE_FLAG …]
-
- DESCRIPTION
-
(ALPHA)Update specified fields in a given Dataplex Entry Link. - EXAMPLES
-
To add or update aspects from the YAML/JSON file, run:
gcloud alpha dataplex entry-links update entrylink1 --project=test-project --location=us-central1 --entry-group=entry-group1 --update-aspects=path-to-a-file-with-aspects.json - POSITIONAL ARGUMENTS
-
-
Entry link resource - Arguments and flags that define the Dataplex entry link
you want to update. The arguments in this group can be used to specify the
attributes of this resource. (NOTE) Some attributes are not given arguments in
this group but can be set in other ways.
To set the
projectattribute:-
provide the argument
entry_linkon the command line with a fully specified name; -
provide the argument
--projecton the command line; -
set the property
core/project.
This must be specified.
ENTRY_LINK-
ID of the entry link or fully qualified identifier for the entry link.
To set the
entry-linkattribute:-
provide the argument
entry_linkon the command line.
This positional argument must be specified if any of the other arguments in this group are specified.
-
provide the argument
--entry-group=ENTRY_GROUP-
The name of entry link to use.
To set the
entry-groupattribute:-
provide the argument
entry_linkon the command line with a fully specified name; -
provide the argument
--entry-groupon the command line.
-
provide the argument
--location=LOCATION-
The location of the Dataplex resource.
To set the
locationattribute:-
provide the argument
entry_linkon the command line with a fully specified name; -
provide the argument
--locationon the command line; -
set the property
dataplex/location.
-
provide the argument
-
provide the argument
-
Entry link resource - Arguments and flags that define the Dataplex entry link
you want to update. The arguments in this group can be used to specify the
attributes of this resource. (NOTE) Some attributes are not given arguments in
this group but can be set in other ways.
- FLAGS
-
--update-aspects=YAML_OR_JSON_FILE-
Path to a YAML or JSON file containing Aspects to add or update for the
EntryLink.
When this flag is specified, only Aspects referenced in the file are going to be added or updated. This does not remove other Aspects from the EntryLink.
The file content must be a map where keys are in the format
. Paths are not allowed in the keys for EntryLink aspects.ASPECT_TYPEValues in the map represent the Aspect's content, which must conform to the template defined for the given
. Each Aspect is fully replaced.ASPECT_TYPEmust be in the formatASPECT_TYPE.PROJECT_ID.LOCATION.ASPECT_TYPE_IDExample YAML format:
project-id1.us-central1.my-aspect-type1: data: aspectField1: someValue aspectField2: someOtherValue project-id2.us-central1.my-aspect-type2: data: aspectField3: someValue3
- GCLOUD WIDE FLAGS
-
These flags are available to all commands:
--access-token-file,--account,--billing-project,--configuration,--flags-file,--flatten,--format,--help,--impersonate-service-account,--log-http,--project,--quiet,--trace-token,--user-output-enabled,--verbosity.Run
$ gcloud helpfor details. - NOTES
- This command is currently in alpha and might change without notice. If this command fails with API permission errors despite specifying the correct project, you might be trying to access an API with an invitation-only early access allowlist.
gcloud alpha dataplex entry-links update
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-02-03 UTC.