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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["The `SchemaSettings` class provides settings for validating messages published against a schema in the Google Cloud Pub/Sub service."],["The latest version available for `SchemaSettings` is 3.23.0, while the current documentation focuses on version 2.9.0."],["`SchemaSettings` allows specification of the schema name and message encoding for validation purposes, using properties such as `Schema`, `SchemaAsSchemaName`, and `Encoding`."],["This class implements various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for message handling, comparison, cloning, and buffer operations."],["You can construct a new `SchemaSettings` object using its default constructor or clone an existing `SchemaSettings` object by passing it to the constructor."]]],[]]