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 .NET development."],["The `DeleteSessionTemplateRequest` class is used to formulate a request to delete a session template in Google Cloud Dataproc, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version for the delete request class is 5.17.0, but the document focuses on version 5.11.0, listing other versions that contain the same class."],["The class has two constructors: a default constructor and a constructor that accepts another `DeleteSessionTemplateRequest` object for cloning."],["The key properties for the `DeleteSessionTemplateRequest` class are `Name`, a string representing the session template's resource name, and `SessionTemplateName`, a typed view over the resource name."]]],[]]