mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-17 14:26:34 +00:00
gcloud: Wed Jun 12 09:25:04 UTC 2024
This commit is contained in:
parent
40ba53d37f
commit
04a1e3ce77
205 changed files with 8281 additions and 231 deletions
|
|
@ -4,7 +4,7 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud beta spanner databases create (DATABASE : --instance=INSTANCE)
|
||||
[--async] [--database-dialect=DATABASE_DIALECT] [--ddl=DDL]
|
||||
[--ddl-file=DDL_FILE]
|
||||
[--ddl-file=DDL_FILE] [--proto-descriptors-file=PROTO_DESCRIPTORS_FILE]
|
||||
[--kms-key=KMS_KEY : --kms-keyring=KMS_KEYRING
|
||||
--kms-location=KMS_LOCATION --kms-project=KMS_PROJECT]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
|
@ -87,6 +87,11 @@ FLAGS
|
|||
--ddl_file is set, --ddl is ignored. One line comments starting with --
|
||||
are ignored.
|
||||
|
||||
--proto-descriptors-file=PROTO_DESCRIPTORS_FILE
|
||||
Path of a file that contains a protobuf-serialized
|
||||
google.protobuf.FileDescriptorSet message. To generate it, install and
|
||||
run protoc with --include_imports and --descriptor_set_out.
|
||||
|
||||
KMS key name group
|
||||
|
||||
At most one of these can be specified:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue