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
|
|
@ -3,6 +3,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud metastore services create (SERVICE : --location=LOCATION) [--async]
|
||||
[--database-type=DATABASE_TYPE; default="mysql"]
|
||||
[--encryption-kms-key=ENCRYPTION_KMS_KEY]
|
||||
[--hive-metastore-version=HIVE_METASTORE_VERSION]
|
||||
[--labels=[KEY=VALUE,...]] [--port=PORT; default=9083]
|
||||
|
|
@ -76,6 +77,18 @@ FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--database-type=DATABASE_TYPE; default="mysql"
|
||||
The type of database the Dataproc Metastore service will store data in.
|
||||
DATABASE_TYPE must be one of:
|
||||
|
||||
mysql
|
||||
MYSQL database type is a Dataproc Metastore service backed by MySQL
|
||||
CloudSQL.
|
||||
|
||||
spanner
|
||||
SPANNER database type is a Dataproc Metastore service backed by
|
||||
Cloud Spanner.
|
||||
|
||||
--encryption-kms-key=ENCRYPTION_KMS_KEY
|
||||
The name of the Cloud KMS key to use for customer data encryption.
|
||||
Cannot be changed once the service is created. Mutually exclusive with
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue