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, spanning multiple versions."],["`GetSchemaRequest` is used to request a specific schema from Pub/Sub, identified by its name in the format `projects/{project}/schemas/{schema}`."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for handling message operations, equality checks, deep cloning, and buffer management respectively."],["It has properties like `Name`, `SchemaName`, and `View` to define the schema name, a typed view of the schema name, and the desired set of fields to return in the response."],["The latest version documented is 3.23.0, and the page lists versions back to 2.3.0, with links to the respective documentation for each version of `GetSchemaRequest`."]]],[]]