mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Thu May 30 09:26:18 UTC 2024
This commit is contained in:
parent
e617a432f4
commit
595ac8640a
232 changed files with 10919 additions and 274 deletions
|
|
@ -5,7 +5,7 @@ SYNOPSIS
|
|||
gcloud beta metastore services create (SERVICE : --location=LOCATION)
|
||||
[--async] [--autoscaling-enabled] [--data-catalog-sync]
|
||||
[--database-type=DATABASE_TYPE; default="mysql"]
|
||||
[--encryption-kms-key=ENCRYPTION_KMS_KEY]
|
||||
[--deletion-protection] [--encryption-kms-key=ENCRYPTION_KMS_KEY]
|
||||
[--endpoint-protocol=ENDPOINT_PROTOCOL; default="thrift"]
|
||||
[--hive-metastore-version=HIVE_METASTORE_VERSION]
|
||||
[--labels=[KEY=VALUE,...]] [--port=PORT; default=9083]
|
||||
|
|
@ -114,6 +114,11 @@ FLAGS
|
|||
SPANNER database type is a Dataproc Metastore service backed by
|
||||
Cloud Spanner.
|
||||
|
||||
--deletion-protection
|
||||
Flag that enables delete protection on Dataproc Metastore instance to
|
||||
prevent accidental deletions of the instance. Use --deletion-protection
|
||||
to enable.
|
||||
|
||||
--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
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud beta metastore services update (SERVICE : --location=LOCATION)
|
||||
[--async] [--autoscaling-enabled] [--data-catalog-sync]
|
||||
[--endpoint-protocol=ENDPOINT_PROTOCOL] [--port=PORT]
|
||||
[--update-labels=[KEY=VALUE,...]]
|
||||
[--deletion-protection] [--endpoint-protocol=ENDPOINT_PROTOCOL]
|
||||
[--port=PORT] [--update-labels=[KEY=VALUE,...]]
|
||||
[--clear-labels | --remove-labels=[KEY,...]]
|
||||
[--instance-size=INSTANCE_SIZE | --scaling-factor=SCALING_FACTOR
|
||||
| --tier=TIER | --max-scaling-factor=MAX_SCALING_FACTOR
|
||||
|
|
@ -93,6 +93,11 @@ FLAGS
|
|||
exclusive with flag --encryption-kms-key. Cannot be updated if the
|
||||
service uses customer-managed encryption keys.
|
||||
|
||||
--deletion-protection
|
||||
Flag that enables delete protection on Dataproc Metastore instance to
|
||||
prevent accidental deletions of the instance. Use --deletion-protection
|
||||
to enable and --no-deletion-protection to disable.
|
||||
|
||||
--endpoint-protocol=ENDPOINT_PROTOCOL
|
||||
The protocol to use for the metastore service endpoint.
|
||||
ENDPOINT_PROTOCOL must be one of:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue