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.13.0."],["The `TerminateSessionRequest` class is used to terminate an interactive session and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor and one that takes another `TerminateSessionRequest` as a parameter."],["Key properties of the `TerminateSessionRequest` class include `Name` (the session resource name), `RequestId` (a unique identifier for the request), and `SessionName` (a typed view of the session resource name)."],["The page offers a way to view the `TerminateSessionRequest` documentation from version 5.0.0 through 5.17.0, as well as versions 3.1.0 through 4.0.0, with 5.17.0 being the latest version."]]],[]]