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 `GetSchemaRequest` class is 3.23.0, while version 3.7.0 is also documented, along with a range of versions in between."],["`GetSchemaRequest` is a class within the `Google.Cloud.PubSub.V1` namespace and the Google.Cloud.PubSub.V1.dll assembly used to request the `GetSchema` method in the Cloud Pub/Sub v1 API."],["The class `GetSchemaRequest` inherits from `object` and implements `IMessage`, `IEquatable\u003cGetSchemaRequest\u003e`, `IDeepCloneable\u003cGetSchemaRequest\u003e`, and `IBufferMessage`."],["`GetSchemaRequest` has properties such as `Name` (a string), `SchemaName` (a `SchemaName` type), and `View` (a `SchemaView` type), where the `Name` property is a required field that represents the schema to get, and `View` determines the amount of information returned."],["The `GetSchemaRequest` class also has two constructors, one without parameters, and another that takes another `GetSchemaRequest` object as a parameter to copy."]]],[]]