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 webpage provides reference documentation for the `DeleteSessionRequest` class within the Google Cloud Dataproc v1 API, specifically for version 5.14.0."],["The `DeleteSessionRequest` class is used to construct a request to delete a session and implements multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The documentation details the constructors for `DeleteSessionRequest`, which are a default constructor and one taking another `DeleteSessionRequest` object as a parameter."],["The `DeleteSessionRequest` class includes properties such as `Name` (the session's name), `RequestId` (a unique identifier for the request), and `SessionName` (a typed view of the session name)."],["The page provides links to other versions, ranging from the latest 5.17.0 down to 3.1.0, with the current page's version highlighted as 5.14.0."]]],[]]