public sealed class GetSchemaRequest : IMessage<GetSchemaRequest>, IEquatable<GetSchemaRequest>, IDeepCloneable<GetSchemaRequest>, IBufferMessage, IMessage
[[["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 `GetSchemaRequest` documentation is 3.23.0, while version 3.2.0 is also detailed, along with a list of all versions between 2.3.0 and 3.23.0."],["`GetSchemaRequest` is a class for retrieving a schema, and it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetSchemaRequest` class has properties for `Name`, `SchemaName`, and `View`, which are used to specify the name of the schema to retrieve, a typed view of the schema name, and the fields to be included in the response, respectively."],["The class contains two constructor overloads, one that is parameterless, and one that takes another instance of `GetSchemaRequest`."],["The `Name` property of `GetSchemaRequest` is required, and its format is specified as `projects/{project}/schemas/{schema}`."]]],[]]