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 webpage provides documentation for the `GetSchemaRequest` class within the Google Cloud Pub/Sub v1 API, specifically for .NET."],["It lists various versions of the `GetSchemaRequest` class, ranging from version 2.3.0 to the latest version, 3.23.0, each linking to its respective documentation."],["The `GetSchemaRequest` class is used to request schema information, inheriting from `object` and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `Name` (the schema's name), `SchemaName` (a typed view over the schema name), and `View` (specifying which fields to return in the response)."],["The available constructors for the class are `GetSchemaRequest()` and `GetSchemaRequest(GetSchemaRequest other)`, with the latter taking another `GetSchemaRequest` as a parameter."]]],[]]