1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Feb 12 10:41:39 UTC 2025

This commit is contained in:
Automated 2025-02-12 10:41:39 +00:00
parent c854ee0644
commit 44f319c56c
119 changed files with 5956 additions and 337 deletions

View file

@ -27,7 +27,7 @@ EXAMPLES
projects/my-project/locations/us-central1/entryTypes/my-type, run:
$ gcloud dataplex entries create my-dataplex-entry \
--location=us-central --entry_group=my-entry-group \
--location=us-central1 --entry_group=my-entry-group \
--entry-type \
projects/my-project/locations/us-central1/entryTypes/my-type
@ -35,7 +35,7 @@ EXAMPLES
an existing entry my-parent-entry, run:
$ gcloud dataplex entries create my-child-entry \
--location=us-central --entry_group=my-entry-group \
--location=us-central1 --entry_group=my-entry-group \
--entry-type \
projects/my-project/locations/us-central1/entryTypes/my-type \
--parent-entry \
@ -45,7 +45,7 @@ EXAMPLES
To create a Dataplex Entry with its description, display name, ancestors,
labels and timestamps populated in its EntrySource, run:
$ gcloud dataplex entries create my-entry --location=us-central \
$ gcloud dataplex entries create my-entry --location=us-central1 \
--entry_group=my-entry-group \
--entry-type \
projects/my-project/locations/us-central1/entryTypes/my-type \
@ -67,7 +67,7 @@ EXAMPLES
To create a Dataplex Entry reading its aspects from a YAML file, run:
$ gcloud dataplex entries create my-entry --location=us-central \
$ gcloud dataplex entries create my-entry --location=us-central1 \
--entry_group=my-entry-group \
--entry-type \
projects/my-project/locations/us-central1/entryTypes/my-type \