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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]