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-03-31 UTC."],[[["The latest version of the Google.Cloud.PubSub.V1 library is 3.23.0, with numerous previous versions available, ranging back to 2.3.0."],["The `SchemaSettings` class, found within the `Google.Cloud.PubSub.V1` namespace, allows configuration of settings for validating messages against a schema."],["The `SchemaSettings` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing comprehensive functionality."],["Key properties of `SchemaSettings` include `Encoding`, specifying the encoding of validated messages, and `Schema`, defining the schema against which messages should be validated, represented as a string or a `SchemaName` object."],["The `SchemaSettings` class provides two constructors, one default and another one that allow for making copies of existing `SchemaSettings`."]]],[]]