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 latest version of the `DeleteSnapshotRequest` documentation is 3.23.0, with a comprehensive list of versions ranging back to 2.3.0."],["The `DeleteSnapshotRequest` class is used to delete a snapshot and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `DeleteSnapshotRequest` class include `Snapshot` (a string) and `SnapshotAsSnapshotName` (of type `SnapshotName`), which specify the name and format of the snapshot to be deleted."],["The documentation also covers inherited members from the `object` class, such as `GetHashCode`, `GetType`, and `ToString`, along with details about the `DeleteSnapshotRequest` constructors."]]],[]]