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."],[[["This webpage details the `DeleteSnapshotRequest` class within the `Google.Cloud.PubSub.V1` namespace, used for requests to delete a snapshot in the Google Cloud Pub/Sub service."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality checks, deep cloning, and buffer-based operations."],["The `DeleteSnapshotRequest` class has two constructors, one default and one that takes another `DeleteSnapshotRequest` as a parameter, and it contains properties for `Snapshot` (a string) and `SnapshotAsSnapshotName` (a SnapshotName type) to manage the name of the snapshot being deleted."],["The latest version available is 3.23.0, while the current page is focused on the `DeleteSnapshotRequest` in version 2.10.0 of the `Google.Cloud.PubSub.V1` library, although there are many versions in between."],["The class inherits from `Object` and provides access to inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, to provide core object functionality."]]],[]]