mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Wed Jun 12 09:25:04 UTC 2024
This commit is contained in:
parent
40ba53d37f
commit
04a1e3ce77
205 changed files with 8281 additions and 231 deletions
|
|
@ -33,6 +33,9 @@ COMMANDS
|
|||
remove-aspects
|
||||
(ALPHA) Remove aspects from a Dataplex Entry.
|
||||
|
||||
search
|
||||
(ALPHA) Searches for Dataplex entries.
|
||||
|
||||
update
|
||||
(ALPHA) Update a Dataplex Entry.
|
||||
|
||||
|
|
|
|||
63
gcloud/alpha/dataplex/entries/search
Normal file
63
gcloud/alpha/dataplex/entries/search
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
NAME
|
||||
gcloud alpha dataplex entries search - searches for Dataplex entries
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha dataplex entries search QUERY --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 simple
|
||||
predicate 'foo':
|
||||
|
||||
$ gcloud alpha 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 1000.
|
||||
|
||||
--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.
|
||||
|
||||
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 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. This variant is also available:
|
||||
|
||||
$ gcloud dataplex entries search
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue