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 document provides reference information for the `DeleteSnapshotRequest` class within the Google Cloud Pub/Sub v1 API, specifically for .NET development."],["The `DeleteSnapshotRequest` class is used to formulate requests for the `DeleteSnapshot` method, which is employed to remove a snapshot in the Pub/Sub service."],["The latest version of the API available is 3.23.0, while the current document details version 3.16.0, with a range of versions from 2.3.0 up to 3.23.0 also available."],["The `DeleteSnapshotRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`, along with its members."],["The class includes properties like `Snapshot` (string) and `SnapshotAsSnapshotName` (`SnapshotName`) for specifying the snapshot to be deleted."]]],[]]