public sealed class GetEnvironmentRequest : IMessage<GetEnvironmentRequest>, IEquatable<GetEnvironmentRequest>, IDeepCloneable<GetEnvironmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Composer 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 page provides reference documentation for the `GetEnvironmentRequest` class within the Cloud Composer v1 API, specifically for version 2.4.0."],["The `GetEnvironmentRequest` class is used to retrieve an environment and it inherits from `object` while implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains a `Name` property which, as a string, specifies the resource name of the environment to get, formatted as \"projects/{projectId}/locations/{locationId}/environments/{environmentId}\"."],["The documentation also lists available versions of the `GetEnvironmentRequest` class, ranging from version 1.0.0 up to the latest version, 2.9.0."]]],[]]