public sealed class TerminateSessionRequest : IMessage<TerminateSessionRequest>, IEquatable<TerminateSessionRequest>, IDeepCloneable<TerminateSessionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class TerminateSessionRequest.
Optional. A unique ID used to identify the request. If the service
receives two
TerminateSessionRequests
with the same ID, the second request is ignored.
[[["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 `TerminateSessionRequest` class within the Google Cloud Dataproc v1 API, specifically for version 5.11.0 and other versions ranging from 3.1.0 to 5.17.0."],["`TerminateSessionRequest` is used to request the termination of an interactive session, inheriting from `object` and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, `TerminateSessionRequest()` and `TerminateSessionRequest(TerminateSessionRequest other)`, allowing for default initialization and object cloning."],["The `TerminateSessionRequest` class features three key properties: `Name` (the required session resource name), `RequestId` (an optional unique identifier for the request), and `SessionName` (a typed view of the `Name` resource)."],["The documentation is for the namespace `Google.Cloud.Dataproc.V1`, which is part of the `Google.Cloud.Dataproc.V1.dll` assembly."]]],[]]