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 document provides reference documentation for the `TerminateSessionRequest` class within the Google Cloud Dataproc v1 API, including its properties and implementation details."],["The `TerminateSessionRequest` class is used to submit a request to terminate an interactive session in Google Cloud Dataproc, inheriting from object and implementing several interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The latest version available for the Google.Cloud.Dataproc.V1 API is 5.17.0, with historical versions listed down to version 3.1.0."],["The `Name` property, which is required, specifies the name of the session resource to be terminated, while `RequestId` is an optional unique identifier to prevent duplicate requests."],["The class offers two constructors, one default and one that accepts another `TerminateSessionRequest` object for copying, it also includes the property `SessionName` which is a typed view of the resource name."]]],[]]