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."],[[["This webpage provides documentation for the `GetSchemaRequest` class within the `Google.Cloud.PubSub.V1` namespace, specifically for version 2.10.0 of the library, which is used to make requests for schema information."],["The `GetSchemaRequest` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it part of Google's protocol buffer system."],["Key properties of `GetSchemaRequest` include `Name`, a string representing the schema's resource name, and `SchemaName`, a typed view over the `Name` property."],["There are also 27 prior versions of this class' documentation for a variety of previous versions, with 3.23.0 being the most recent."],["The class includes a `View` property to control what set of schema fields are returned, with options to show limited information or `FULL` to see all fields."]]],[]]