public sealed class GetEnvironmentRequest : IMessage<GetEnvironmentRequest>, IEquatable<GetEnvironmentRequest>, IDeepCloneable<GetEnvironmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1beta1 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 documentation covers the `GetEnvironmentRequest` class, which is part of the AI Platform Notebooks v1beta1 API."],["`GetEnvironmentRequest` is used to request information about a specific notebook environment, with the latest version being 2.0.0-beta05."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes two constructors: a default constructor and one that takes another `GetEnvironmentRequest` instance as a parameter."],["The `Name` property, a required field, is used to specify the environment to get, and should be in the format: `projects/{project_id}/locations/{location}/environments/{environment_id}`."]]],[]]