1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-11 15:39:42 +00:00
gcloud-help/gcloud/data-catalog/entries/delete

78 lines
2.5 KiB
Text
Raw Normal View History

2022-03-01 04:29:52 +00:00
NAME
gcloud data-catalog entries delete - delete a Data Catalog entry
SYNOPSIS
gcloud data-catalog entries delete
(ENTRY : --entry-group=ENTRY_GROUP --location=LOCATION)
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
2025-03-05 10:41:25 +00:00
(DEPRECATED) This command is deprecated. Please use gcloud dataplex entries
instead.
2022-03-01 04:29:52 +00:00
Delete a Data Catalog entry.
EXAMPLES
To delete the entry 'entry1' in the group 'group1', run:
2022-03-01 21:43:54 +00:00
$ gcloud data-catalog entries delete entry1 --entry-group=group1 \
--location=us-central1
2022-03-01 04:29:52 +00:00
POSITIONAL ARGUMENTS
Entry resource - Entry to delete. The arguments in this group can be used
to specify the attributes of this resource. (NOTE) Some attributes are not
2023-05-04 10:43:54 +00:00
given arguments in this group but can be set in other ways.
To set the project attribute:
2022-03-01 04:29:52 +00:00
◆ provide the argument entry on the command line with a fully specified
name;
2024-07-31 09:35:16 +00:00
◆ provide the argument --project on the command line;
◆ set the property core/project.
2022-03-01 04:29:52 +00:00
This must be specified.
ENTRY
2023-05-04 10:43:54 +00:00
ID of the entry or fully qualified identifier for the entry.
To set the entry attribute:
2022-03-01 04:29:52 +00:00
▸ provide the argument entry on the command line.
2022-08-10 08:48:58 +00:00
This positional argument must be specified if any of the other
arguments in this group are specified.
2022-03-01 04:29:52 +00:00
--entry-group=ENTRY_GROUP
Entry group of the entry.
To set the entry-group attribute:
▸ provide the argument entry on the command line with a fully
specified name;
▸ provide the argument --entry-group on the command line.
--location=LOCATION
Location of the entry.
To set the location attribute:
▸ provide the argument entry on the command line with a fully
specified name;
▸ provide the argument --location on the command line.
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 help for details.
API REFERENCE
This command uses the datacatalog/v1 API. The full documentation for this
API can be found at: https://cloud.google.com/data-catalog/docs/
NOTES
These variants are also available:
$ gcloud alpha data-catalog entries delete
$ gcloud beta data-catalog entries delete