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 webpage provides documentation for the `DeleteSnapshotRequest` class within the Google Cloud Pub/Sub v1 API, specifically for the .NET environment."],["The content includes a detailed list of available versions, from the latest 3.23.0 down to 2.3.0, each linking to the corresponding documentation page for `DeleteSnapshotRequest`."],["`DeleteSnapshotRequest` is a class used to request the deletion of a snapshot within Google Cloud Pub/Sub and implements various interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Snapshot` which is a string representing the name of the snapshot, and `SnapshotAsSnapshotName` which is a `SnapshotName` typed view of the `Snapshot` property."],["The documentation also provides inherited members and constructors, such as `DeleteSnapshotRequest()`, `DeleteSnapshotRequest(DeleteSnapshotRequest other)`, and `Object` members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]