mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Wed Feb 15 10:13:15 UTC 2023
This commit is contained in:
parent
02b395b082
commit
78fb6d9419
375 changed files with 5899 additions and 1603 deletions
|
|
@ -4,7 +4,9 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha firestore indexes composite create --field-config=FIELD_CONFIG
|
||||
(--collection-group=COLLECTION_GROUP : --database=DATABASE) [--async]
|
||||
(--collection-group=COLLECTION_GROUP : --database=DATABASE)
|
||||
[--api-scope=API_SCOPE; default="any-api"] [--async]
|
||||
[--query-scope=QUERY_SCOPE; default="collection"]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -81,10 +83,18 @@ REQUIRED FLAGS
|
|||
▸ the default value of argument [--database] is (default).
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--api-scope=API_SCOPE; default="any-api"
|
||||
Api scope the index applies to. API_SCOPE must be one of: any-api,
|
||||
datastore-mode-api.
|
||||
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--query-scope=QUERY_SCOPE; default="collection"
|
||||
Query scope the index applies to. QUERY_SCOPE must be one of:
|
||||
collection, collection-group, collection-recursive.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue