NAME
    gcloud dataplex entries search - searches for Dataplex entries

SYNOPSIS
    gcloud dataplex entries search QUERY --project=PROJECT [--limit=LIMIT]
        [--order-by=ORDER_BY] [--page-size=PAGE_SIZE] [--scope=SCOPE]
        [--semantic-search] [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    Searches for entries matching given query and scope.

EXAMPLES
    To search project 'my-project' for Dataplex resources that match the simple
    predicate 'foo':

        $ gcloud dataplex entries search '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
        choices are:

        ◆ 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 be
        organizations/<org_id> or projects/<project_ref>. If left unspecified,
        it will default to the organization where the project is located.

     --semantic-search
        Specifies whether the search should understand the meaning and intent
        behind the query, rather than just matching keywords.

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 dataplex/v1 API. The full documentation for this API
    can be found at: https://cloud.google.com/dataplex/docs

NOTES
    This variant is also available:

        $ gcloud alpha dataplex entries search

