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.9.0."],["The `TerminateSessionRequest` class is used to send a request to terminate an interactive session and it inherits from object and implements multiple interfaces."],["There are two constructors available for `TerminateSessionRequest`: a parameterless constructor and one that takes another `TerminateSessionRequest` object as an argument."],["The class has three properties: `Name`, which is a required string for the session's resource name; `RequestId`, an optional string for identifying the request; and `SessionName`, which is a typed view of the name resource property."],["There are multiple prior versions of this Class within Google Cloud Dataproc V1 API available, ranging from 3.1.0 to 5.17.0, which is the latest."]]],[]]