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` is 3.23.0, part of the Google.Cloud.PubSub.V1 namespace."],["This class, `GetSchemaRequest`, is used to request the schema of a resource, identified by its name within the format `projects/{project}/schemas/{schema}`."],["`GetSchemaRequest` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing it with a variety of capabilities."],["There is a history of versions provided, ranging from the latest 3.23.0 back to version 2.3.0."],["The GetSchemaRequest includes properties to manage the name and view of the schema, such as the `Name` and `SchemaName` properties, and the `View` property, which controls the level of detail in the schema returned."]]],[]]