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 documentation for the `GetEnvironmentRequest` class within the Google Cloud Composer v1 API, specifically for version 2.3.0."],["The `GetEnvironmentRequest` class is used to retrieve an environment and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This API has versions available ranging from 1.0.0 up to the latest 2.9.0, and this document covers the 2.3.0 version of the class `GetEnvironmentRequest`."],["The class includes a `Name` property, which is a string representing the resource name of the environment to retrieve, in a specified format."],["The available constructors for `GetEnvironmentRequest` include a default constructor and a copy constructor that takes another `GetEnvironmentRequest` instance as a parameter."]]],[]]