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, specifically for .NET development."],["The content details the various versions of the `DeleteSnapshotRequest` class, ranging from version 2.3.0 to the latest version 3.23.0."],["The `DeleteSnapshotRequest` class is a request object used for the `DeleteSnapshot` method, enabling the deletion of snapshots in Google Cloud Pub/Sub."],["The class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `DeleteSnapshotRequest` class include `Snapshot` (a string representing the snapshot name) and `SnapshotAsSnapshotName` (a typed view of the snapshot resource name)."]]],[]]