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."],[[["The webpage provides reference documentation for the `DeleteSchemaRequest` class within the Google Cloud Pub/Sub v1 API for .NET."],["It details the `DeleteSchemaRequest` class's role as a request type for the `DeleteSchema` method, outlining its inheritance and implemented interfaces."],["The page includes links and information for numerous versions of the `DeleteSchemaRequest` class, ranging from version 2.3.0 to the latest version, 3.23.0."],["The documentation describes the constructors, notably `DeleteSchemaRequest()`, and `DeleteSchemaRequest(DeleteSchemaRequest other)` which allows the creation of a copy of a request, along with their parameters."],["The documentation details the properties of the class, `Name` and `SchemaName`, explaining their function and the required format for the name parameter."]]],[]]