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, specifically for .NET developers."],["The `GetSchemaRequest` class is used to make requests to the `GetSchema` method, and it inherits from multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The documentation lists a history of versions of the `GetSchemaRequest` class, with the latest being 3.23.0, and the current page focused on version 3.12.0."],["Key properties of `GetSchemaRequest` include `Name` (the schema's resource name), `SchemaName` (a typed view of the resource name), and `View` (which controls the fields returned in the response)."],["The `GetSchemaRequest` class can be constructed with a default constructor or a constructor that takes another `GetSchemaRequest` object for copying, and the request requires the name of the schema to get as an input."]]],[]]