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