mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-17 14:26:34 +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
|
|
@ -107,7 +107,9 @@ FLAGS
|
|||
▫ provide the argument --project on the command line;
|
||||
▫ set the property core/project.
|
||||
|
||||
Options for explicitly specifying the message storage policy for a topic.
|
||||
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
|
||||
|
|
@ -118,7 +120,8 @@ FLAGS
|
|||
|
||||
--message-storage-policy-enforce-in-transit
|
||||
Whether or not to enforce in-transit guarantees for this topic using
|
||||
the allowed regions.
|
||||
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
|
||||
|
|
|
|||
|
|
@ -197,8 +197,9 @@ FLAGS
|
|||
at rest, based on your organization's "Resource Location Restriction"
|
||||
policy.
|
||||
|
||||
Options for explicitly specifying the message storage policy for a
|
||||
topic. These fields can be set only if the
|
||||
Options for explicitly specifying the message storage policy
|
||||
(https://cloud.google.com/pubsub/docs/resource-location-restriction) for
|
||||
a topic. These fields can be set only if the
|
||||
--recompute-message-storage-policy flag is not set.
|
||||
|
||||
--message-storage-policy-allowed-regions=[REGION,...]
|
||||
|
|
@ -210,7 +211,8 @@ FLAGS
|
|||
|
||||
--message-storage-policy-enforce-in-transit
|
||||
Whether or not to enforce in-transit guarantees for this topic
|
||||
using the allowed regions.
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue