mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Thu Jan 19 00:56:33 UTC 2023
This commit is contained in:
parent
348d9760ee
commit
1248f773ec
1462 changed files with 51835 additions and 5402 deletions
|
|
@ -4,9 +4,9 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha firestore indexes fields list
|
||||
[--collection-group=COLLECTION_GROUP] [--filter=EXPRESSION]
|
||||
[--limit=LIMIT] [--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--collection-group=COLLECTION_GROUP --database=DATABASE]
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) List fields that have had their index configurations exempted from
|
||||
|
|
@ -18,6 +18,8 @@ EXAMPLES
|
|||
|
||||
$ gcloud alpha firestore indexes fields list
|
||||
|
||||
$ gcloud alpha firestore indexes fields list --database=(default)
|
||||
|
||||
The following command lists fields with custom index settings in the Events
|
||||
collection group:
|
||||
|
||||
|
|
@ -35,23 +37,16 @@ EXAMPLES
|
|||
FLAGS
|
||||
Collection group resource - Collection group of the index.
|
||||
|
||||
This can be omitted to include fields across all collection groups. This
|
||||
represents a Cloud resource. (NOTE) Some attributes are not given
|
||||
arguments in this group but can be set in other ways. To set the project
|
||||
attribute:
|
||||
This can be omitted to include fields across all collection groups. The
|
||||
arguments in this group can be used to specify the attributes of this
|
||||
resource. (NOTE) Some attributes are not given arguments in this group but
|
||||
can be set in other ways. To set the project attribute:
|
||||
◆ provide the argument --collection-group on the command line with a
|
||||
fully specified name;
|
||||
◆ provide the argument [--collection-group] on the command line with a
|
||||
fully specified name;
|
||||
◆ set the property core/project;
|
||||
◆ provide the argument --project on the command line. To set the
|
||||
database attribute:
|
||||
◆ provide the argument --collection-group on the command line with a
|
||||
fully specified name;
|
||||
◆ provide the argument [--collection-group] on the command line with a
|
||||
fully specified name;
|
||||
◆ provide the argument [--database] on the command line (currently
|
||||
'(default)' is the only supported value).
|
||||
◆ provide the argument --project on the command line.
|
||||
|
||||
--collection-group=COLLECTION_GROUP
|
||||
ID of the collection group or fully qualified identifier for the
|
||||
|
|
@ -59,6 +54,17 @@ FLAGS
|
|||
▸ provide the argument --collection-group on the command line;
|
||||
▸ provide the argument [--collection-group] on the command line.
|
||||
|
||||
--database=DATABASE
|
||||
Database of the collection group.
|
||||
|
||||
To set the database attribute:
|
||||
▸ provide the argument --collection-group on the command line with
|
||||
a fully specified name;
|
||||
▸ provide the argument [--collection-group] on the command line
|
||||
with a fully specified name;
|
||||
▸ provide the argument --database on the command line;
|
||||
▸ the default value of argument [--database] is (default).
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
Apply a Boolean filter EXPRESSION to each resource item to be listed.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue