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 for .NET, used for deleting snapshots."],["The latest version available is 3.23.0, and the documentation covers versions ranging from 2.3.0 to 3.23.0 of the `Google.Cloud.PubSub.V1` library."],["The `DeleteSnapshotRequest` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class includes a `Snapshot` property which is a string that represents the name of the snapshot to delete, formatted as `projects/{project}/snapshots/{snap}`."],["There is a `SnapshotAsSnapshotName` property that provides a typed view of the `Snapshot` property, of type `SnapshotName`."]]],[]]