public sealed class DeleteSessionTemplateRequest : IMessage<DeleteSessionTemplateRequest>, IEquatable<DeleteSessionTemplateRequest>, IDeepCloneable<DeleteSessionTemplateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class DeleteSessionTemplateRequest.
[[["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 information for the `DeleteSessionTemplateRequest` class within the Google Cloud Dataproc v1 API, specifically for version 5.15.0."],["The `DeleteSessionTemplateRequest` class is used to construct requests for deleting session templates and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `Name` (a string) and `SessionTemplateName` (a `SessionTemplateName`-typed view), and these properties are used for specifying the session template to be deleted."],["There are multiple versions of the documentation available, ranging from version 3.1.0 up to the latest version 5.17.0, with links to each version provided."],["The document details the constructors for the `DeleteSessionTemplateRequest` class, including a parameter to pass another `DeleteSessionTemplateRequest` object."]]],[]]