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 documentation for the `DeleteSnapshotRequest` class within the Google Cloud Pub/Sub v1 API, specifically for the .NET environment."],["The documentation covers version 3.20.0 of the API, along with links to previous versions ranging from 2.3.0 to the latest version of 3.23.0."],["The `DeleteSnapshotRequest` class is used to request the deletion of a snapshot, implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `DeleteSnapshotRequest` class include `Snapshot`, a string representing the name of the snapshot to be deleted, and `SnapshotAsSnapshotName`, a `SnapshotName`-typed view over the snapshot name."],["The page also details the available constructors for `DeleteSnapshotRequest`, including a default constructor and one that accepts another `DeleteSnapshotRequest` instance."]]],[]]