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 the API documented is 3.23.0, with a range of previous versions available, extending down to version 2.3.0."],["`DeleteSchemaRequest` is used to send a request to the `DeleteSchema` method, requiring the schema name to be deleted as input, formatted as `projects/{project}/schemas/{schema}`."],["The `DeleteSchemaRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class contains two properties: `Name`, a string representing the name of the schema to delete, and `SchemaName`, a `SchemaName`-typed view over the resource name."]]],[]]