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."],[[["The `GetSchemaRequest` class is part of the Google Cloud Pub/Sub v1 API, with version 3.9.1 being the current focus, and version 3.23.0 being the latest version."],["This class is used to request a specific schema and is implemented as an IMessage, IEquatable, IDeepCloneable, and IBufferMessage, allowing it to interface with Google's framework."],["The `GetSchemaRequest` class includes properties such as `Name`, `SchemaName`, and `View`, enabling the specification of which schema to retrieve and how much detail to include."],["The document provides a list of available versions of the API, ranging from 3.23.0 down to 2.3.0, each linking to its corresponding documentation."],["The class has two constructors for creating a new instance: a default constructor and a constructor that accepts another `GetSchemaRequest` object for copying."]]],[]]