public sealed class DeleteTopicRequest : IMessage<DeleteTopicRequest>, IEquatable<DeleteTopicRequest>, IDeepCloneable<DeleteTopicRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Pub/Sub v1 API class DeleteTopicRequest.
[[["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 `DeleteTopicRequest` class within the Google Cloud Pub/Sub v1 API for .NET."],["The latest version of the `DeleteTopicRequest` documentation is for version 3.23.0, with a full history of prior versions ranging down to 2.3.0 also available."],["The `DeleteTopicRequest` class is used to make requests to delete a specific topic, with the `Topic` property being required and formatted as `projects/{project}/topics/{topic}`."],["The `DeleteTopicRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`DeleteTopicRequest` has two constructors, a default one with no arguments and one which takes another `DeleteTopicRequest` as an argument."]]],[]]