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 page 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 various functionalities such as message handling and cloning."],["The `DeleteSnapshotRequest` class contains properties `Snapshot` and `SnapshotAsSnapshotName`, which are used to define the name of the snapshot that needs to be deleted, and both accept the snapshot name formatted as `projects/{project}/snapshots/{snap}`."],["This page provides access to the documentation of various versions of this class, ranging from version 2.3.0 to 3.23.0, with 3.23.0 being the latest version."]]],[]]