mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Wed Jan 25 10:09:52 UTC 2023
This commit is contained in:
parent
1248f773ec
commit
6dc17bdd4a
218 changed files with 6694 additions and 2033 deletions
|
|
@ -7,7 +7,9 @@ SYNOPSIS
|
|||
[--message-retention-duration=MESSAGE_RETENTION_DURATION]
|
||||
[--message-storage-policy-allowed-regions=[REGION,...]]
|
||||
[--message-encoding=ENCODING (--schema=SCHEMA
|
||||
: --schema-project=SCHEMA_PROJECT)]
|
||||
: --schema-project=SCHEMA_PROJECT)
|
||||
: --first-revision-id=FIRST_REVISION_ID
|
||||
--last-revision-id=LAST_REVISION_ID]
|
||||
[--topic-encryption-key=TOPIC_ENCRYPTION_KEY
|
||||
: --topic-encryption-key-keyring=TOPIC_ENCRYPTION_KEY_KEYRING
|
||||
--topic-encryption-key-location=TOPIC_ENCRYPTION_KEY_LOCATION
|
||||
|
|
@ -73,6 +75,12 @@ FLAGS
|
|||
This flag argument must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
|
||||
--first-revision-id=FIRST_REVISION_ID
|
||||
The id of the oldest revision allowed for the specified schema.
|
||||
|
||||
--last-revision-id=LAST_REVISION_ID
|
||||
The id of the most recent revision allowed for the specified schema
|
||||
|
||||
Schema resource - Name of the schema that messages published to this
|
||||
topic must conform to. The arguments in this group can be used to
|
||||
specify the attributes of this resource.
|
||||
|
|
|
|||
|
|
@ -6,6 +6,11 @@ SYNOPSIS
|
|||
[--clear-labels | --remove-labels=[KEY,...]]
|
||||
[--clear-message-retention-duration
|
||||
| --message-retention-duration=MESSAGE_RETENTION_DURATION]
|
||||
[--clear-schema-settings
|
||||
| [--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,...]
|
||||
| --recompute-message-storage-policy]
|
||||
[--topic-encryption-key=TOPIC_ENCRYPTION_KEY
|
||||
|
|
@ -124,6 +129,50 @@ FLAGS
|
|||
seconds, minutes, hours, and days, respectively. If the unit is
|
||||
omitted, seconds is assumed.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-schema-settings
|
||||
If set, clear the Schema Settings from the topic.
|
||||
|
||||
Schema settings. The schema that messages published to this topic must
|
||||
conform to and the expected message encoding.
|
||||
|
||||
--message-encoding=ENCODING
|
||||
The encoding of messages validated against the schema. ENCODING
|
||||
must be one of: json, binary.
|
||||
|
||||
This flag argument must be specified if any of the other arguments
|
||||
in this group are specified.
|
||||
|
||||
--first-revision-id=FIRST_REVISION_ID
|
||||
The id of the oldest revision allowed for the specified schema.
|
||||
|
||||
--last-revision-id=LAST_REVISION_ID
|
||||
The id of the most recent revision allowed for the specified schema
|
||||
|
||||
Schema resource - Name of the schema that messages published to this
|
||||
topic must conform to. The arguments in this group can be used to
|
||||
specify the attributes of this resource.
|
||||
|
||||
This must be specified.
|
||||
|
||||
--schema=SCHEMA
|
||||
ID of the schema or fully qualified identifier for the schema. To
|
||||
set the schema attribute:
|
||||
◇ provide the argument --schema on the command line.
|
||||
|
||||
This flag argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--schema-project=SCHEMA_PROJECT
|
||||
Project ID of the Google Cloud project for the schema. To set the
|
||||
project attribute:
|
||||
◇ provide the argument --schema on the command line with a
|
||||
fully specified name;
|
||||
◇ provide the argument --schema-project on the command line;
|
||||
◇ provide the argument --project on the command line;
|
||||
◇ set the property core/project.
|
||||
|
||||
Message storage policy options.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue