public sealed class GetEnvironmentRequest : IMessage<GetEnvironmentRequest>, IEquatable<GetEnvironmentRequest>, IDeepCloneable<GetEnvironmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class GetEnvironmentRequest.
[[["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 `GetEnvironmentRequest` class within the AI Platform Notebooks v1 API, specifically for version 2.0.0 of the .NET library."],["The `GetEnvironmentRequest` class is used to request information about a notebook environment and inherits from `Object` while implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation covers the `GetEnvironmentRequest` class's constructors, including a default constructor and one that accepts another `GetEnvironmentRequest` object as a parameter."],["The class has a `Name` property, which is a string representing the required format for the environment identifier, specified as `projects/{project_id}/locations/{location}/environments/{environment_id}`."],["The document also lists the availability of the previous versions, with the latest version being `2.5.0`."]]],[]]