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 page provides reference documentation for the `DeleteSnapshotRequest` class within the Google Cloud Pub/Sub v1 API for .NET."],["The latest version of the API is 3.23.0, while the current page's documentation is for version 3.14.0, with a list of other available versions ranging from 2.3.0 to 3.22.0."],["`DeleteSnapshotRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `DeleteSnapshotRequest` class has two constructors, a default parameter-less constructor, and one that takes another `DeleteSnapshotRequest` instance as an argument."],["It includes properties such as `Snapshot`, which is a string representing the name of the snapshot to be deleted in the format `projects/{project}/snapshots/{snap}`, and `SnapshotAsSnapshotName`, which is a typed view of the snapshot resource name."]]],[]]