Feature/add pubsub schema resource (#4741) (#415)

Co-authored-by: Scott Suarez <ScottSuarez@google.com>
Signed-off-by: Modular Magician <magic-modules@google.com>

Co-authored-by: Scott Suarez <ScottSuarez@google.com>
This commit is contained in:
The Magician 2021-05-10 14:10:25 -07:00 committed by GitHub
commit 3a588b5a09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 78 additions and 0 deletions

View file

@ -140,6 +140,25 @@ resources:
that no regions are allowed, and is not a valid configuration.
returned: success
type: list
schemaSettings:
description:
- Settings for validating messages published against a schema.
returned: success
type: complex
contains:
schema:
description:
- The name of the schema that messages published should be validated against.
Format is projects/{project}/schemas/{schema}.
- The value of this field will be _deleted-schema_ if the schema has been
deleted.
returned: success
type: str
encoding:
description:
- The encoding of messages validated against schema.
returned: success
type: str
'''
################################################################################