public sealed class DeleteEnvironmentRequest : IMessage<DeleteEnvironmentRequest>, IEquatable<DeleteEnvironmentRequest>, IDeepCloneable<DeleteEnvironmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class DeleteEnvironmentRequest.
[[["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 `DeleteEnvironmentRequest` class within the Google Cloud AI Platform Notebooks v1 API."],["The `DeleteEnvironmentRequest` class is used to request the deletion of a notebook environment, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteEnvironmentRequest` class has a `Name` property, which is a required string field that represents the resource name of the environment to be deleted in the format: `projects/{project_id}/locations/{location}/environments/{environment_id}`."],["The current version is 2.4.0, with version 2.5.0 being the latest."],["Multiple versions are available, ranging from 1.0.0-beta04 to 2.5.0, and are all accessible via their respective pages."]]],[]]