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 `GetSchemaRequest` class is part of the Google Cloud Pub/Sub v1 API and is used to request schema information."],["This page provides documentation for the `GetSchemaRequest` class, detailing its inheritance, implemented interfaces, constructors, and properties, which include `Name`, `SchemaName`, and `View`."],["The latest version of the API available for this request is 3.23.0, but previous versions, down to version 2.3.0, are also listed with links."],["The name property expects a string that identifies the schema to get and requires the format of `projects/{project}/schemas/{schema}`."],["The SchemaName property is used as a typed view over the Name property that is tied to the Schema Name resource, while the view property allows for the specification of the fields to return from the response."]]],[]]