gcloud alpha dataplex entries search Stay organized with collections Save and categorize content based on your preferences.
- NAME
- gcloud alpha dataplex entries search - searches for Dataplex entries
- SYNOPSIS
gcloud alpha dataplex entries searchQUERY--project=PROJECT[--limit=LIMIT][--order-by=ORDER_BY][--page-size=PAGE_SIZE][--scope=SCOPE][GCLOUD_WIDE_FLAG …]
- DESCRIPTION
(ALPHA)Searches for entries matching given query and scope.- EXAMPLES
- To search project 'my-project' for Dataplex resources that match the simplepredicate 'foo':
gcloudalphadataplexentriessearch'foo'--project=my-project - POSITIONAL ARGUMENTS
QUERY- The query against which entries in scope should be matched.
- REQUIRED FLAGS
--project=PROJECT- The project to which the request should be attributed.
- OPTIONAL FLAGS
--limit=LIMIT- Maximum number of resources.
--order-by=ORDER_BY- Specifies the ordering of results, currently supported case-sensitive choicesare:
title [asc|desc], defaults to ascending if not specified.
--page-size=PAGE_SIZE- Maximum number of resources per page. No more than 500.
--scope=SCOPE- The scope under which the search should be operating. Should either beorganizations/<org_id> or projects/<project_ref>. If leftunspecified, it will default to the organization where the project is located.
- 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 helpfor details. - API REFERENCE
- This command uses the
dataplex/v1API. The full documentation forthis API can be found at:https://cloud.google.com/dataplex/docs - NOTES
- This command is currently in alpha and might change without notice. If thiscommand fails with API permission errors despite specifying the correct project,you might be trying to access an API with an invitation-only early accessallowlist. This variant is also available:
gclouddataplexentriessearch
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-05-07 UTC.