mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
46 lines
994 B
Text
46 lines
994 B
Text
|
|
NAME
|
||
|
|
gcloud pubsub schemas - manage Pub/Sub schemas
|
||
|
|
|
||
|
|
SYNOPSIS
|
||
|
|
gcloud pubsub schemas COMMAND [GCLOUD_WIDE_FLAG ...]
|
||
|
|
|
||
|
|
DESCRIPTION
|
||
|
|
The gcloud pubsub schemas group lets you create and manage Pub/Sub schemas.
|
||
|
|
These schemas can be attached to topics to enable validation of published
|
||
|
|
messages. Commands to validate schemas and messages against schemas are
|
||
|
|
also available.
|
||
|
|
|
||
|
|
GCLOUD WIDE FLAGS
|
||
|
|
These flags are available to all commands: --help.
|
||
|
|
|
||
|
|
Run $ gcloud help for details.
|
||
|
|
|
||
|
|
COMMANDS
|
||
|
|
COMMAND is one of the following:
|
||
|
|
|
||
|
|
create
|
||
|
|
Create a Pub/Sub schema.
|
||
|
|
|
||
|
|
delete
|
||
|
|
Delete a Pub/Sub schema.
|
||
|
|
|
||
|
|
describe
|
||
|
|
Show details of a Pub/Sub schema.
|
||
|
|
|
||
|
|
list
|
||
|
|
List Pub/Sub schemas.
|
||
|
|
|
||
|
|
validate-message
|
||
|
|
Validate a message against a Pub/Sub schema.
|
||
|
|
|
||
|
|
validate-schema
|
||
|
|
Validate a Pub/Sub schema.
|
||
|
|
|
||
|
|
NOTES
|
||
|
|
These variants are also available:
|
||
|
|
|
||
|
|
$ gcloud alpha pubsub schemas
|
||
|
|
|
||
|
|
$ gcloud beta pubsub schemas
|
||
|
|
|