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 webpage provides reference documentation for the `DeleteSnapshotRequest` class within the Google Cloud Pub/Sub v1 API for .NET."],["The `DeleteSnapshotRequest` class is used to construct requests for deleting snapshots and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version documented is 3.23.0, and the page includes documentation for various versions down to version 2.3.0 of the Google.Cloud.PubSub.V1 API."],["The class has two constructors, a default one and another that accepts a `DeleteSnapshotRequest` parameter, as well as properties for managing the Snapshot's name."],["The `DeleteSnapshotRequest` class inherits methods from `object` and includes properties for `Snapshot` and `SnapshotAsSnapshotName` to specify which snapshot to delete."]]],[]]