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."],[[["The latest version available for the `GetEnvironmentRequest` class is 2.5.0, but this documentation specifically covers version 2.3.0."],["`GetEnvironmentRequest` is a class used within the AI Platform Notebooks v1 API to request information about a specific notebook environment."],["The class implements several interfaces, including `IMessage`, `IEquatable\u003cGetEnvironmentRequest\u003e`, `IDeepCloneable\u003cGetEnvironmentRequest\u003e`, and `IBufferMessage`, and inherits from the base `object` class."],["It includes a constructor to create a new `GetEnvironmentRequest` object, either empty or by copying an existing `GetEnvironmentRequest` object, and has a single `Name` property."],["The `Name` property of a `GetEnvironmentRequest` object is a string that represents the unique identifier for the environment being requested, formatted as `projects/{project_id}/locations/{location}/environments/{environment_id}`."]]],[]]