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 information for the `DeleteSessionRequest` class within the Google Cloud Dataproc v1 API, specifically for .NET developers."],["The `DeleteSessionRequest` class is used to request the deletion of a session, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors available for creating a `DeleteSessionRequest` object, either as a default or by copying the values from another existing `DeleteSessionRequest` instance."],["The `DeleteSessionRequest` class contains properties such as `Name` (the resource name of the session to be deleted), `RequestId` (a unique identifier for the request), and `SessionName` (a typed view of the resource name), each with its own specific requirements and descriptions."],["The document also provides a list of available versions of the API, ranging from version 5.17.0 (the latest) down to version 3.1.0, along with the relevant links to access these versions."]]],[]]