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 reference documentation for the `GetSchemaRequest` class within the Google Cloud Pub/Sub v1 API, specifically for .NET."],["The latest version of the documentation is for version 3.23.0, and there are numerous previous versions listed, dating back to version 2.3.0, with version 3.11.0 being the version currently being viewed."],["`GetSchemaRequest` is used to retrieve schema information and is implemented as a sealed class that inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating new `GetSchemaRequest` objects, either empty or by copying another `GetSchemaRequest`, and it contains properties like `Name`, `SchemaName`, and `View` to define the request."],["The `GetSchemaRequest` class includes properties that are used to define the schema name to retrieve and the level of detail to be returned with the response, and the `Name` property represents the name of the schema with the required format of `projects/{project}/schemas/{schema}`."]]],[]]