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-21 UTC."],[[["This page provides reference documentation for the `GetSchemaRequest` class within the Google Cloud Pub/Sub v1 API for .NET, detailing its usage and structure."],["The latest version of the `GetSchemaRequest` class is 3.23.0, with multiple other versions available, listed from 3.22.0 down to 2.3.0."],["The `GetSchemaRequest` class, inheriting from `object` and implementing several interfaces, is used to request schema retrieval from the Cloud Pub/Sub service."],["Key properties of the `GetSchemaRequest` class include `Name` (the schema's resource name), `SchemaName` (a typed view over the `Name`), and `View` (specifying the detail level of the returned schema)."],["The `GetSchemaRequest` class has two constructors: one default and one that accepts another `GetSchemaRequest` instance for copying."]]],[]]