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 .NET developers."],["The `GetSchemaRequest` class is used to retrieve schema information and is a part of the `Google.Cloud.PubSub.V1` namespace."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used with Google's Protobuf library, and it inherits from the `object` class."],["The documentation includes detailed information about the class constructors, such as `GetSchemaRequest()` and `GetSchemaRequest(GetSchemaRequest)`, and its properties like `Name`, `SchemaName`, and `View`, which allow for specifying which schema to retrieve and how much information to return."],["The page lists all of the available versions for this specific API, spanning from 2.3.0 all the way up to the latest 3.23.0."]]],[]]