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 page details the `GetSchemaRequest` class within the `Google.Cloud.PubSub.V1` namespace, used for retrieving schema information in the Google Cloud Pub/Sub service."],["The `GetSchemaRequest` class is part of the Google.Cloud.PubSub.V1 assembly and is available across numerous versions, from 2.3.0 to 3.23.0, with 3.23.0 being the most recent."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The main properties of `GetSchemaRequest` include `Name` (the required name of the schema), `SchemaName` (a typed view of the name), and `View` (specifying the fields to return)."],["There are two constructors available for the `GetSchemaRequest`, one without parameters, and one that takes another `GetSchemaRequest` as a parameter."]]],[]]