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, which is available for multiple versions of the API, with the latest version being 3.23.0."],["This class implements several interfaces including `IMessage`, `IEquatable\u003cGetSchemaRequest\u003e`, `IDeepCloneable\u003cGetSchemaRequest\u003e`, and `IBufferMessage`, providing functionality for message handling, equality comparison, deep cloning, and buffer management."],["The `GetSchemaRequest` class contains properties such as `Name`, `SchemaName`, and `View` to define the specific schema being requested, which can be defined by a string or `SchemaName` type and also allow for the level of detail returned in the schema information to be specified with `SchemaView`."],["The `GetSchemaRequest` class is found within the `Google.Cloud.PubSub.V1` namespace and is contained in the `Google.Cloud.PubSub.V1.dll` assembly."],["There are 2 constructors for the class, one being an empty constructor, and the other taking in another `GetSchemaRequest` as an argument."]]],[]]