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 page provides documentation for the `DeleteSchemaRequest` class within the Google Cloud Pub/Sub v1 API, specifically in the .NET context."],["The latest version of the documentation is 3.23.0, with a range of previous versions also available for reference, down to 2.3.0."],["The `DeleteSchemaRequest` class is used to send a request to delete a schema, as per the Cloud Pub/Sub API's `DeleteSchema` method."],["The `DeleteSchemaRequest` class requires a `Name` property which is a string that represents the name of the schema to be deleted, following the format `projects/{project}/schemas/{schema}`, with a `SchemaName` property also available."],["The class implements several interfaces including `IMessage`, `IEquatable\u003cDeleteSchemaRequest\u003e`, `IDeepCloneable\u003cDeleteSchemaRequest\u003e`, and `IBufferMessage`, and inherits from `object`."]]],[]]