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, specifically for the .NET environment."],["The `DeleteSnapshotRequest` class is used for making requests to delete a snapshot and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Snapshot` (a string for the snapshot name) and `SnapshotAsSnapshotName` (a `SnapshotName`-typed view of the resource name) for specifying the target snapshot."],["The documentation lists numerous previous versions, ranging from 3.23.0 (latest) down to 2.3.0, allowing users to review changes across different releases."],["The `DeleteSnapshotRequest` class inherits from the base `object` class and uses the namespace `Google.Cloud.PubSub.V1` within the `Google.Cloud.PubSub.V1.dll` assembly."]]],[]]