public sealed class DeleteSessionRequest : IMessage<DeleteSessionRequest>, IEquatable<DeleteSessionRequest>, IDeepCloneable<DeleteSessionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class DeleteSessionRequest.
[[["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-21 UTC."],[[["This document provides reference documentation for the `DeleteSessionRequest` class within the Google Cloud Dataproc v1 API, specifically for version 5.10.0 and its related older versions."],["`DeleteSessionRequest` is a class used to request the deletion of a session in Google Cloud Dataproc, inheriting from object and implementing interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has two constructors: a default one and one that accepts another `DeleteSessionRequest` object for cloning purposes."],["The `DeleteSessionRequest` class includes properties such as `Name` (the session resource name), `RequestId` (a unique ID for the request), and `SessionName` (a typed view of the resource name)."],["The document provides links to older versions of the `DeleteSessionRequest` in this Dataproc API, from 3.1.0 to 5.17.0."]]],[]]