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 for .NET."],["The latest version of this API is 3.23.0, but the documentation includes a history of versions dating back to 2.3.0."],["The `GetSchemaRequest` class is used to make requests to the GetSchema method, with a required `Name` property representing the schema identifier, as well as optional properties such as `SchemaName` and `View`."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is part of the `Google.Cloud.PubSub.V1` namespace within the `Google.Cloud.PubSub.V1.dll` assembly."],["This class is inherited from object, and has two constructors: a parameterless constructor, and a constructor that takes another GetSchemaRequest as a parameter."]]],[]]