1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 12:22:03 +00:00

gcloud: Wed Mar 5 10:41:25 UTC 2025

This commit is contained in:
Automated 2025-03-05 10:41:25 +00:00
parent a597993b2e
commit 6dc93282df
279 changed files with 4198 additions and 801 deletions

View file

@ -10,7 +10,10 @@ SYNOPSIS
| --schema-from-file=PATH_TO_FILE] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Create a Data Catalog entry.
(ALPHA) (DEPRECATED) This command is deprecated. Please use gcloud dataplex
entries instead.
Create a Data Catalog entry.
EXAMPLES
To create an entry for a Google Cloud Storage fileset, run:

View file

@ -7,7 +7,10 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Delete a Data Catalog entry.
(ALPHA) (DEPRECATED) This command is deprecated. Please use gcloud dataplex
entries instead.
Delete a Data Catalog entry.
EXAMPLES
To delete the entry 'entry1' in the group 'group1', run:

View file

@ -7,7 +7,10 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Describe a Data Catalog entry.
(ALPHA) (DEPRECATED) This command is deprecated. Please use gcloud dataplex
entries instead.
Describe a Data Catalog entry.
EXAMPLES
To describe the entry 'entry1' in the group 'group1', run:

View file

@ -16,22 +16,22 @@ COMMANDS
COMMAND is one of the following:
create
(ALPHA) Create a Data Catalog entry.
(ALPHA) (DEPRECATED) Create a Data Catalog entry.
delete
(ALPHA) Delete a Data Catalog entry.
(ALPHA) (DEPRECATED) Delete a Data Catalog entry.
describe
(ALPHA) Describe a Data Catalog entry.
(ALPHA) (DEPRECATED) Describe a Data Catalog entry.
list
(ALPHA) List all entries in a Data Catalog entry group.
(ALPHA) (DEPRECATED) List all entries in a Data Catalog entry group.
lookup
(ALPHA) Lookup a Data Catalog entry by its target name.
(ALPHA) (DEPRECATED) Lookup a Data Catalog entry by its target name.
update
(ALPHA) Update a Data Catalog entry.
(ALPHA) (DEPRECATED) Update a Data Catalog entry.
NOTES
This command is currently in alpha and might change without notice. If this

View file

@ -9,7 +9,10 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) List all entries in a Data Catalog entry group.
(ALPHA) (DEPRECATED) This command is deprecated. Please use gcloud dataplex
entries instead.
List all entries in a Data Catalog entry group.
EXAMPLES
To list all entry in the group 'group1', run:

View file

@ -6,7 +6,10 @@ SYNOPSIS
gcloud alpha data-catalog entries lookup RESOURCE [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Lookup a Data Catalog entry by its target name.
(ALPHA) (DEPRECATED) This command is deprecated. Please use gcloud dataplex
entries instead.
Lookup a Data Catalog entry by its target name.
EXAMPLES
To lookup the entry for a Cloud Pub/Sub topic by its Google Cloud Platform

View file

@ -12,9 +12,12 @@ SYNOPSIS
| --schema-from-file=PATH_TO_FILE] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Update a Data Catalog entry. The entry to update can either be
specified directly, or the --lookup-entry flag may be used to update the
entry corresponding to the lookup of the given resource.
(ALPHA) (DEPRECATED) This command is deprecated. Please use gcloud dataplex
entries instead.
Update a Data Catalog entry. The entry to update can either be specified
directly, or the --lookup-entry flag may be used to update the entry
corresponding to the lookup of the given resource.
EXAMPLES
To update the schema of a Cloud Pub/Sub entry inline, run: