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."],[[["This webpage details the `SchemaSettings` class within the `Google.Cloud.PubSub.V1` namespace, used for validating messages published against a schema."],["The latest version of `SchemaSettings` is version 3.23.0, and the page includes links to documentation for versions ranging from 3.23.0 down to 2.3.0, as well as the current version it is in which is 2.10.0."],["`SchemaSettings` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer management."],["The `SchemaSettings` class includes properties such as `Encoding`, `Schema`, and `SchemaAsSchemaName`, which are used to specify the encoding and the name of the schema for message validation, with the name field being a typed view over the schema resource."],["It offers two constructors: a default constructor `SchemaSettings()` and an overload `SchemaSettings(SchemaSettings other)` that allows for creating a new instance by copying an existing `SchemaSettings` object."]]],[]]