SchemaSettings(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Settings for validating messages published against a schema.
Attributes |
|
---|---|
Name | Description |
schema
:noindex: |
str
Required. 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.
|
encoding
:noindex: |
google.pubsub_v1.types.Encoding
Optional. The encoding of messages validated against schema .
|
first_revision_id
:noindex: |
str
Optional. The minimum (inclusive) revision allowed for validating messages. If empty or not present, allow any revision to be validated against last_revision or any revision created before. |
last_revision_id
:noindex: |
str
Optional. The maximum (inclusive) revision allowed for validating messages. If empty or not present, allow any revision to be validated against first_revision or any revision created after. |