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 latest version of the Google.Cloud.PubSub.V1 API is 3.23.0, with a range of previous versions available for reference, from 3.22.0 down to 2.3.0."],["This document provides reference documentation for the `GetSchemaRequest` class, part of the Cloud Pub/Sub v1 API."],["The `GetSchemaRequest` class, used to request schema details, implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with inheriting from `object`."],["The class includes properties such as `Name` (a string representing the schema name), `SchemaName` (a typed view of the schema name), and `View` (specifying which fields to return in the response)."],["The namespace for the class `GetSchemaRequest` is `Google.Cloud.PubSub.V1`."]]],[]]