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-04-09 UTC."],[[["This page provides documentation for the `GetSchemaRequest` class within the Google Cloud Pub/Sub v1 API, specifically for version 3.21.0."],["`GetSchemaRequest` is a class used to request the retrieval of a schema, and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Name` (for specifying the schema name), `SchemaName` (a typed view over the name), and `View` (for specifying the fields to return in the response)."],["There are multiple versions of the `GetSchemaRequest` class documented, ranging from version 2.3.0 to the latest version, 3.23.0, all available via link."],["The `GetSchemaRequest` class has two constructors, one default and another to clone another instance of the `GetSchemaRequest` class."]]],[]]