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, part of the `Google.Cloud.PubSub.V1` namespace, is used for configuring the validation of messages published against a specified schema."],["This page lists various versions of the `Google.Cloud.PubSub.V1.SchemaSettings`, ranging from the latest version, `3.23.0`, down to `2.3.0`, providing access to version-specific documentation."],["`SchemaSettings` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating its use within Google Cloud Pub/Sub environments."],["The `SchemaSettings` class has two constructors: a default one `SchemaSettings()` and another that accepts an existing `SchemaSettings` object as a parameter `SchemaSettings(SchemaSettings other)` for copying configurations."],["Key properties of the `SchemaSettings` class include `Encoding`, which specifies the message encoding, `Schema`, which defines the schema to validate against, and `SchemaAsSchemaName`, which gives a typed view of the schema resource name."]]],[]]