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-04-17 UTC."],[[["This webpage provides documentation for the `TerminateSessionRequest` class within the Google Cloud Dataproc v1 API, specifically for version 5.16.0."],["`TerminateSessionRequest` is a class used to request the termination of an interactive session in Google Cloud Dataproc, as documented in the reference section of this page."],["The page includes links to documentation for multiple versions of the API, ranging from 3.1.0 up to the latest version 5.17.0, allowing developers to review code specific to each version."],["The `TerminateSessionRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."],["Key properties of the `TerminateSessionRequest` class are `Name`, which is required to specify the session resource, `RequestId` for request identification, and `SessionName`, a typed view over the Name resource."]]],[]]