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 page provides documentation for the `DeleteTopicRequest` class within the Google Cloud Pub/Sub v1 API, specifically for the .NET environment."],["The `DeleteTopicRequest` class is used to construct requests for the `DeleteTopic` method, allowing users to delete topics in their Pub/Sub projects."],["The documentation covers versions of the API from 2.3.0 up to the latest release, 3.23.0, and includes details on the class's constructors, properties, and inheritance."],["`DeleteTopicRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing a wide array of capabilities for interacting with the API."],["The crucial properties within the class are `Topic`, a string representing the topic's name in the format `projects/{project}/topics/{topic}`, and `TopicAsTopicName`, a `TopicName`-typed representation of the topic."]]],[]]