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-04-17 UTC."],[[["This document provides reference information for the `DeleteSessionTemplateRequest` class within the Google Cloud Dataproc v1 API, specifically for .NET developers."],["The `DeleteSessionTemplateRequest` class is used to define 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 of the API documented here is 5.17.0, but the current version for this specific page is 5.16.0, and also details versions as old as 3.1.0."],["The class includes properties like `Name`, which is required and represents the name of the session template resource to delete, as well as a `SessionTemplateName` property that provides a typed view over the resource name."],["The documentation also outlines the available constructors for creating instances of `DeleteSessionTemplateRequest`, allowing for default or copy-based construction."]]],[]]