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, specifically for .NET."],["The `DeleteSnapshotRequest` class is used to formulate a request for the `DeleteSnapshot` method, which is implemented across numerous versions."],["The latest version documented is 3.23.0, while the current version for the presented page is 3.7.0, and a variety of other versions are listed back to 2.3.0."],["`DeleteSnapshotRequest` inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, among others."],["The class includes properties like `Snapshot` (string) and `SnapshotAsSnapshotName` (SnapshotName), used to specify the snapshot to delete, and it also includes a constructor to make this request."]]],[]]