public sealed class DeleteSnapshotRequest : IMessage<DeleteSnapshotRequest>, IEquatable<DeleteSnapshotRequest>, IDeepCloneable<DeleteSnapshotRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Pub/Sub v1 API class DeleteSnapshotRequest.
[[["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 `DeleteSnapshotRequest` class within the Google Cloud Pub/Sub v1 API, specifically for the .NET environment."],["This class is designed for use with the `DeleteSnapshot` method, enabling users to request the deletion of a snapshot in the format `projects/{project}/snapshots/{snap}`."],["The `DeleteSnapshotRequest` class is available in multiple versions, ranging from 2.3.0 to 3.23.0, with version 3.23.0 being the latest."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also includes constructors and properties, such as `Snapshot` and `SnapshotAsSnapshotName`, to manage the snapshot deletion requests."]]],[]]