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 Google Cloud Notebooks v1 API, specifically version 2.2.0, which is part of the `.NET` library."],["`GetEnvironmentRequest` is used to request a notebook environment and is derived from the base `Object` class while also implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetEnvironmentRequest` class includes two constructors, one default and another that takes another `GetEnvironmentRequest` object as a parameter for creating a copy."],["The `Name` property of the `GetEnvironmentRequest` is a string that holds a formatted location, including project ID, location, and environment ID, that is a required field for the request."],["The document also lists previous versions of the documentation for this class, ranging from 1.0.0-beta04 to the latest 2.5.0 version, demonstrating the different available versions."]]],[]]