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 webpage provides documentation for the `GetSchemaRequest` class within the `Google.Cloud.PubSub.V1` namespace, specifically in version 2.4.0."],["`GetSchemaRequest` is a class used to request a schema and it implements several interfaces, including `IMessage`, `IEquatable\u003cGetSchemaRequest\u003e`, `IDeepCloneable\u003cGetSchemaRequest\u003e`, and `IBufferMessage`."],["The page lists numerous previous versions of the class, ranging from version 3.23.0 (latest) down to 2.3.0, and offers links to the respective documentation pages for each one."],["The class has two constructors, one default and another that takes a `GetSchemaRequest` object as a parameter, for copying."],["The class contains the properties `Name`, `SchemaName`, and `View` to manage the schema request; the `Name` specifies the name of the schema to get, the `SchemaName` represents the typed view of the name, and the `View` is used to define the fields returned in the response."]]],[]]