mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 07:29:40 +00:00
46 lines
1.1 KiB
Text
46 lines
1.1 KiB
Text
NAME
|
|
gcloud beta pubsub schemas - manage Pub/Sub schemas
|
|
|
|
SYNOPSIS
|
|
gcloud beta pubsub schemas COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(BETA) The gcloud beta 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
|
|
(BETA) Create a Pub/Sub schema.
|
|
|
|
delete
|
|
(BETA) Delete a Pub/Sub schema.
|
|
|
|
describe
|
|
(BETA) Show details of a Pub/Sub schema.
|
|
|
|
list
|
|
(BETA) List Pub/Sub schemas.
|
|
|
|
validate-message
|
|
(BETA) Validate a message against a Pub/Sub schema.
|
|
|
|
validate-schema
|
|
(BETA) Validate a Pub/Sub schema.
|
|
|
|
NOTES
|
|
This command is currently in beta and might change without notice. These
|
|
variants are also available:
|
|
|
|
$ gcloud pubsub schemas
|
|
|
|
$ gcloud alpha pubsub schemas
|
|
|