mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 07:29:40 +00:00
gcloud: Wed Jan 31 10:36:17 UTC 2024
This commit is contained in:
parent
7a546ffea4
commit
fa6c1dc7ec
142 changed files with 1981 additions and 793 deletions
|
|
@ -5,11 +5,12 @@ SYNOPSIS
|
|||
gcloud beta pubsub topics create TOPIC [TOPIC ...]
|
||||
[--labels=[KEY=VALUE,...]]
|
||||
[--message-retention-duration=MESSAGE_RETENTION_DURATION]
|
||||
[--message-storage-policy-allowed-regions=[REGION,...]]
|
||||
[--message-encoding=ENCODING (--schema=SCHEMA
|
||||
: --schema-project=SCHEMA_PROJECT)
|
||||
: --first-revision-id=FIRST_REVISION_ID
|
||||
--last-revision-id=LAST_REVISION_ID]
|
||||
[--message-storage-policy-allowed-regions=[REGION,...]
|
||||
: --message-storage-policy-enforce-in-transit]
|
||||
[--topic-encryption-key=TOPIC_ENCRYPTION_KEY
|
||||
: --topic-encryption-key-keyring=TOPIC_ENCRYPTION_KEY_KEYRING
|
||||
--topic-encryption-key-location=TOPIC_ENCRYPTION_KEY_LOCATION
|
||||
|
|
@ -64,12 +65,6 @@ FLAGS
|
|||
is one of "s", "m", "h", and "d" for seconds, minutes, hours, and days,
|
||||
respectively. If the unit is omitted, seconds is assumed.
|
||||
|
||||
Options for explicitly specifying the message storage policy for a topic.
|
||||
|
||||
--message-storage-policy-allowed-regions=[REGION,...]
|
||||
A list of one or more Cloud regions where messages are allowed to be
|
||||
stored at rest.
|
||||
|
||||
Schema settings. The schema that messages published to this topic must
|
||||
conform to and the expected message encoding.
|
||||
|
||||
|
|
@ -111,6 +106,22 @@ FLAGS
|
|||
▫ provide the argument --project on the command line;
|
||||
▫ set the property core/project.
|
||||
|
||||
Options for explicitly specifying the message storage policy
|
||||
(https://cloud.google.com/pubsub/docs/resource-location-restriction) for a
|
||||
topic.
|
||||
|
||||
--message-storage-policy-allowed-regions=[REGION,...]
|
||||
A list of one or more Cloud regions where messages are allowed to be
|
||||
stored at rest.
|
||||
|
||||
This flag argument must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
|
||||
--message-storage-policy-enforce-in-transit
|
||||
Whether or not to enforce in-transit guarantees for this topic using
|
||||
the allowed regions. This ensures that publishing, pulling, and push
|
||||
delivery are only handled in allowed Cloud regions.
|
||||
|
||||
Key resource - The Cloud KMS (Key Management Service) cryptokey that will
|
||||
be used to protect the topic. The specified Cloud KMS key should have
|
||||
purpose set to "ENCRYPT_DECRYPT". The service account,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue