HEX
Server: Apache/2.4.65 (Ubuntu)
System: Linux ielts-store-v2 6.8.0-1036-gcp #38~22.04.1-Ubuntu SMP Thu Aug 14 01:19:18 UTC 2025 x86_64
User: root (0)
PHP: 7.2.34-54+ubuntu20.04.1+deb.sury.org+1
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Upload Files
File: //snap/google-cloud-cli/396/help/man/man1/gcloud_dataplex_entries_search.1
.TH "GCLOUD_DATAPLEX_ENTRIES_SEARCH" 1



.SH "NAME"
.HP
gcloud dataplex entries search \- searches for Dataplex entries



.SH "SYNOPSIS"
.HP
\f5gcloud dataplex entries search\fR \fIQUERY\fR \fB\-\-project\fR=\fIPROJECT\fR [\fB\-\-limit\fR=\fILIMIT\fR] [\fB\-\-order\-by\fR=\fIORDER_BY\fR] [\fB\-\-page\-size\fR=\fIPAGE_SIZE\fR] [\fB\-\-scope\fR=\fISCOPE\fR] [\fIGCLOUD_WIDE_FLAG\ ...\fR]



.SH "DESCRIPTION"

Searches for entries matching given query and scope.



.SH "EXAMPLES"

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

.RS 2m
$ gcloud dataplex entries search 'foo' \-\-project=my\-project
.RE



.SH "POSITIONAL ARGUMENTS"

.RS 2m
.TP 2m
\fIQUERY\fR

The query against which entries in scope should be matched.


.RE
.sp

.SH "REQUIRED FLAGS"

.RS 2m
.TP 2m
\fB\-\-project\fR=\fIPROJECT\fR

The project to which the request should be attributed.


.RE
.sp

.SH "OPTIONAL FLAGS"

.RS 2m
.TP 2m
\fB\-\-limit\fR=\fILIMIT\fR

Maximum number of resources.

.TP 2m
\fB\-\-order\-by\fR=\fIORDER_BY\fR

Specifies the ordering of results, currently supported case\-sensitive choices
are:

.RS 2m
.IP "\(em" 2m
\f5title [asc|desc]\fR, defaults to ascending if not specified.
.RE
.sp

.TP 2m
\fB\-\-page\-size\fR=\fIPAGE_SIZE\fR

Maximum number of resources per page. No more than 500.

.TP 2m
\fB\-\-scope\fR=\fISCOPE\fR

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.


.RE
.sp

.SH "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 \fB$ gcloud help\fR for details.



.SH "API REFERENCE"

This command uses the \fBdataplex/v1\fR API. The full documentation for this API
can be found at: https://cloud.google.com/dataplex/docs



.SH "NOTES"

This variant is also available:

.RS 2m
$ gcloud alpha dataplex entries search
.RE