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 document outlines the `GetSchemaRequest` class, which is used to request a schema from the Google Cloud Pub/Sub service, and includes all the available versions."],["The latest version of `GetSchemaRequest` is 3.23.0, while the current context of the document is surrounding version 2.6.0 of the Google.Cloud.PubSub.V1 library."],["The `GetSchemaRequest` class inherits from Object and implements several interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The class has properties such as `Name`, `SchemaName`, and `View`, which allow setting the name of the schema being retrieved and determining which fields of the schema should be returned in the response."],["The class contains two constructors, one default and one that takes in another `GetSchemaRequest` object."]]],[]]