public sealed class DeleteSnapshotRequest : IMessage<DeleteSnapshotRequest>, IEquatable<DeleteSnapshotRequest>, IDeepCloneable<DeleteSnapshotRequest>, IBufferMessage, IMessage
[[["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 documentation for the `DeleteSnapshotRequest` class within the `Google.Cloud.PubSub.V1` namespace, detailing its usage in various versions."],["Version 3.23.0 is the latest release for the `DeleteSnapshotRequest`, with previous versions dating back to 2.3.0, all of which are linked for reference."],["`DeleteSnapshotRequest` is a class used for the `DeleteSnapshot` method and inherits from `Object`, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteSnapshotRequest` class has properties such as `Snapshot`, which is a required string for the snapshot's name, and `SnapshotAsSnapshotName`, which is a typed view of the resource name."],["The page documents the constructors `DeleteSnapshotRequest()` and `DeleteSnapshotRequest(DeleteSnapshotRequest other)` and also lists inherited members such as `Object.GetHashCode()`, `Object.GetType()`, `Object.MemberwiseClone()`, and `Object.ToString()`."]]],[]]