mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Thu Jun 15 10:31:27 UTC 2023
This commit is contained in:
parent
435c9359b5
commit
2102dc5511
223 changed files with 8143 additions and 443 deletions
|
|
@ -1,38 +1,31 @@
|
|||
NAME
|
||||
gcloud firestore databases describe - describe a Google Cloud Firestore
|
||||
database
|
||||
gcloud firestore databases describe - describes information about a Cloud
|
||||
Firestore database
|
||||
|
||||
SYNOPSIS
|
||||
gcloud firestore databases describe [--database=DATABASE]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
gcloud firestore databases describe
|
||||
[--database=DATABASE; default="(default)"] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Describe a Google Cloud Firestore database.
|
||||
The following command describes a Google Cloud Firestore database.
|
||||
|
||||
EXAMPLES
|
||||
The following command describes a Google Cloud Firestore database.
|
||||
To describe a Firestore database with a databaseId testdb.
|
||||
|
||||
$ gcloud firestore databases describe --database=testdb
|
||||
|
||||
If databaseId is not specified, the command will describe information about
|
||||
the (default) database.
|
||||
|
||||
$ gcloud firestore databases describe
|
||||
|
||||
FLAGS
|
||||
Database resource - The Google Cloud Firestore database to describe. This
|
||||
represents a Cloud resource. (NOTE) Some attributes are not given
|
||||
arguments in this group but can be set in other ways.
|
||||
--database=DATABASE; default="(default)"
|
||||
The database to operate on. The default value is (default).
|
||||
|
||||
To set the project attribute:
|
||||
◆ provide the argument --database on the command line with a fully
|
||||
specified name;
|
||||
◆ the default value of argument [--database] is (default) with a fully
|
||||
specified name;
|
||||
◆ set the property core/project;
|
||||
◆ provide the argument --project on the command line.
|
||||
For example, to operate on database foo:
|
||||
|
||||
--database=DATABASE
|
||||
ID of the database or fully qualified identifier for the database.
|
||||
|
||||
To set the database attribute:
|
||||
▸ provide the argument --database on the command line;
|
||||
▸ the default value of argument [--database] is (default).
|
||||
$ gcloud firestore databases describe --database='foo'
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
|
|
@ -42,10 +35,6 @@ GCLOUD WIDE FLAGS
|
|||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
API REFERENCE
|
||||
This command uses the firestore/v1 API. The full documentation for this API
|
||||
can be found at: https://cloud.google.com/firestore
|
||||
|
||||
NOTES
|
||||
These variants are also available:
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ COMMANDS
|
|||
Create a Google Cloud Firestore database via Firestore API.
|
||||
|
||||
describe
|
||||
Describe a Google Cloud Firestore database.
|
||||
Describes information about a Cloud Firestore database.
|
||||
|
||||
list
|
||||
Lists all Firestore databases under the project.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue