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 `SchemaSettings` class, part of the Google.Cloud.PubSub.V1 namespace, provides settings for validating messages against a schema in Google Cloud Pub/Sub."],["The latest version documented for Google.Cloud.PubSub.V1 is 3.23.0, with a comprehensive list of versions available, ranging back to 2.3.0."],["`SchemaSettings` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting members from the `Object` class."],["The class includes properties like `Encoding` and `Schema`, which define the message encoding and the name of the schema against which messages are validated, respectively."],["It offers two constructors for creating instances: a default constructor and one that accepts another `SchemaSettings` object for copying."]]],[]]