public sealed class GetSchemaRequest : IMessage<GetSchemaRequest>, IEquatable<GetSchemaRequest>, IDeepCloneable<GetSchemaRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Pub/Sub v1 API class GetSchemaRequest.
[[["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 provides reference documentation for the `GetSchemaRequest` class within the Google Cloud Pub/Sub v1 API, specifically for version 3.20.0 and earlier versions down to 2.3.0."],["The `GetSchemaRequest` class is used to define the request structure for retrieving a schema and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Name` (the schema name), `SchemaName` (a typed view of the schema name), and `View` (specifying the fields to return in the response)."],["There are also two constructors for `GetSchemaRequest`, one default and one that accepts another `GetSchemaRequest` object for copying."],["The page lists all the previous versions of the GetSchemaRequest class, with the most current one at the top, allowing access to documentation for each version."]]],[]]