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 documentation for the `DeleteSessionTemplateRequest` class within the Google Cloud Dataproc v1 API, specifically for version 5.10.0."],["The `DeleteSessionTemplateRequest` class is used to define a request to delete a session template and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document details the `DeleteSessionTemplateRequest` class's constructors, which include a default constructor and a copy constructor that takes another `DeleteSessionTemplateRequest` object as a parameter."],["The class contains two properties, `Name` and `SessionTemplateName`, where the first property represents the name of the session template resource to delete and the second is a typed-view of that resource name."],["The document also lists all prior versions of the class from 5.17.0 to 3.1.0, allowing users to navigate to those versions as needed."]]],[]]