public sealed class DeleteSchemaRequest : IMessage<DeleteSchemaRequest>, IEquatable<DeleteSchemaRequest>, IDeepCloneable<DeleteSchemaRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Pub/Sub v1 API class DeleteSchemaRequest.
[[["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 webpage provides reference documentation for the `DeleteSchemaRequest` class within the Google Cloud Pub/Sub v1 API for .NET."],["The latest version of this API is 3.23.0, but the current page focuses on version 3.14.0 which is an older version, and provides a comprehensive list of previous versions."],["`DeleteSchemaRequest` is used to format and define the request parameters for the `DeleteSchema` method, inheriting from `object` and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteSchemaRequest` class includes properties like `Name`, which specifies the full name of the schema to be deleted, and `SchemaName`, which offers a strongly-typed representation of the schema name."],["The page also documents the constructors of `DeleteSchemaRequest`, including the parameter name `other`, which takes a `DeleteSchemaRequest` as input, and its descriptions."]]],[]]