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."],[[["The page provides documentation for the `DeleteSessionTemplateRequest` class within the Google Cloud Dataproc v1 API, specifically for .NET."],["This class is used to request the deletion of a session template within Google Cloud Dataproc and is part of the `Google.Cloud.Dataproc.V1` namespace."],["The documentation covers various versions of the API, ranging from the latest version 5.17.0 down to 3.1.0, including version 5.9.0."],["It outlines the class's inheritance, implemented interfaces, constructors, and the properties, `Name` and `SessionTemplateName`, along with their descriptions."],["The class is of type `public sealed`, meaning it can not be inhereted, and it is also an IMessage, IEquatable, IDeepCloneable, and IBufferMessage."]]],[]]