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 developers."],["The `DeleteSnapshotRequest` class is used to construct requests for the `DeleteSnapshot` method, allowing users to delete snapshots."],["The documentation lists available versions, from 3.23.0 (latest) down to 2.3.0, with the current selected version being 3.19.0."],["The class implements several interfaces including `IMessage`, `IEquatable\u003cDeleteSnapshotRequest\u003e`, `IDeepCloneable\u003cDeleteSnapshotRequest\u003e`, and `IBufferMessage`."],["The `DeleteSnapshotRequest` class contains two properties: `Snapshot` (a string representing the snapshot name to delete) and `SnapshotAsSnapshotName` (a `SnapshotName`-typed view over the `Snapshot` property)."]]],[]]