SchemaSettings(mapping=None, *, ignore_unknown_fields=False, **kwargs)Settings for validating messages published against a schema.
| Attributes | |
|---|---|
| Name | Description | 
| schema
   :noindex: | strRequired. 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.EncodingOptional. The encoding of messages validated against schema. | 
| first_revision_id
   :noindex: | strOptional. 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: | strOptional. 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. |