mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-09-30 05:23:29 -07:00
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:
parent
4b4ab108c5
commit
3a588b5a09
2 changed files with 78 additions and 0 deletions
|
@ -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
|
||||
'''
|
||||
|
||||
################################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue