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."],[[["This page provides reference documentation for the `DeleteSnapshotRequest` class within the Google Cloud Pub/Sub v1 API for .NET."],["The latest version of the API class documentation is version 3.23.0, but it also includes documentation for the .NET versions dating back to 2.3.0, all the way through to 3.23.0, and everything in between."],["`DeleteSnapshotRequest` is a class used to formulate a request to delete a snapshot and it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, one default and another for creating a copy, and contains properties like `Snapshot` and `SnapshotAsSnapshotName` to specify the snapshot to be deleted."]]],[]]