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 document provides reference documentation for the `GetSchemaRequest` class within the Google Cloud Pub/Sub v1 API, specifically for version 3.18.0, and links to other versions."],["The `GetSchemaRequest` class is used to request a schema using the GetSchema method, and it inherits from the `object` class while implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor `GetSchemaRequest()` and a copy constructor `GetSchemaRequest(GetSchemaRequest other)`."],["`GetSchemaRequest` includes properties such as `Name`, which holds the schema's name in the format `projects/{project}/schemas/{schema}`, `SchemaName`, which offers a typed view of the `Name` property, and `View`, which determines the level of detail in the schema returned."],["The latest version of this package is 3.23.0 and goes as far back as version 2.3.0."]]],[]]