File: //snap/google-cloud-cli/394/help/man/man1/gcloud_firestore_databases_ping.1
.TH "GCLOUD_FIRESTORE_DATABASES_PING" 1
.SH "NAME"
.HP
gcloud firestore databases ping \- times the connection and ping time for a Firestore with MongoDB compatibility database
.SH "SYNOPSIS"
.HP
\f5gcloud firestore databases ping\fR \fB\-\-database\fR=\fIDATABASE\fR [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "EXAMPLES"
To time the connection and ping times for a Firestore with MongoDB compatibility
database \f5testdb\fR:
.RS 2m
$ gcloud firestore databases ping \-\-database=testdb
.RE
.SH "REQUIRED FLAGS"
.RS 2m
.TP 2m
\fB\-\-database\fR=\fIDATABASE\fR
The database to operate on.
For example, to operate on database \f5foo\fR:
.RS 2m
$ gcloud firestore databases ping \-\-database='foo'
.RE
.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 "NOTES"
These variants are also available:
.RS 2m
$ gcloud alpha firestore databases ping
.RE
.RS 2m
$ gcloud beta firestore databases ping
.RE