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:
parent
c854ee0644
commit
44f319c56c
119 changed files with 5956 additions and 337 deletions
|
|
@ -27,7 +27,7 @@ EXAMPLES
|
|||
projects/my-project/locations/us-central1/entryTypes/my-type, run:
|
||||
|
||||
$ gcloud alpha 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 alpha 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 \
|
||||
|
|
@ -46,7 +46,7 @@ EXAMPLES
|
|||
labels and timestamps populated in its EntrySource, run:
|
||||
|
||||
$ gcloud alpha dataplex entries create my-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 \
|
||||
--entry-source-description \
|
||||
|
|
@ -68,7 +68,7 @@ EXAMPLES
|
|||
To create a Dataplex Entry reading its aspects from a YAML file, run:
|
||||
|
||||
$ gcloud alpha dataplex entries create my-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 \
|
||||
--aspects aspects.yaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue