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."],["The latest version of this class is version 3.23.0, with a comprehensive list of previous versions available, all the way back to 2.3.0, each linked to its corresponding documentation."],["`GetSchemaRequest` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role within the Google Protobuf system."],["The class includes properties like `Name`, `SchemaName`, and `View`, which are essential for specifying the schema to retrieve and the detail level of the returned response."],["The `GetSchemaRequest` object can be constructed using either an empty constructor or by providing another `GetSchemaRequest` object, providing options for creating new instances."]]],[]]