1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-11 15:39:42 +00:00
gcloud-help/gcloud/alpha/data-catalog/entries/lookup
2022-03-01 04:29:52 +00:00

56 lines
2.1 KiB
Text

NAME
gcloud alpha data-catalog entries lookup - lookup a Data Catalog entry by
its target name
SYNOPSIS
gcloud alpha data-catalog entries lookup RESOURCE [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) 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
resource name, run:
$ gcloud alpha data-catalog entries lookup \
//pubsub.googleapis.com/projects/project1/topics/topic1
To lookup the entry for a Cloud Pub/Sub topic by its SQL name, run:
$ gcloud alpha data-catalog entries lookup \
'pubsub.topic.`my-project1`.topic1'
To lookup the entry for a BigQuery table by its SQL name, run:
$ gcloud alpha data-catalog entries lookup \
'bigquery.table.`my-project1`.my_dataset.my_table'
POSITIONAL ARGUMENTS
RESOURCE
The name of the target resource to lookup. This can be either the
Google Cloud Platform resource name or the SQL name of a Google Cloud
Platform resource. SQL names follow Standard SQL lexical structure:
https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical
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/v1beta1 API. The full documentation for
this API can be found at: https://cloud.google.com/data-catalog/docs/
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. These variants are also available:
$ gcloud data-catalog entries lookup
$ gcloud beta data-catalog entries lookup