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-04-09 UTC."],[[["This webpage provides documentation for the `DeleteSnapshotRequest` class within the Google Cloud Pub/Sub v1 API, specifically for the .NET environment."],["The content lists various versions of the API, ranging from 2.3.0 to the latest version 3.23.0, showing the evolution of `DeleteSnapshotRequest` in the .NET library."],["`DeleteSnapshotRequest` is a class used to construct requests for deleting snapshots, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties like `Snapshot` (a string) and `SnapshotAsSnapshotName` (a `SnapshotName` object), which are used to specify the name of the snapshot to delete."],["The `DeleteSnapshotRequest` class has two constructors, one with no arguments and one that takes another instance of the class as an argument, allowing for easy copying."]]],[]]