mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 04:58:26 +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 beta firestore fields ttls 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
|
||||
(BETA) List fields that give an expiration timestamp for documents in a
|
||||
|
|
@ -21,22 +21,15 @@ FLAGS
|
|||
Collection group resource - Collection group of the ttl.
|
||||
|
||||
This can be omitted to include fields across all collection groups
|
||||
(kinds). 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:
|
||||
(kinds). 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
|
||||
|
|
@ -44,6 +37,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