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 document provides reference information for the `GetEnvironmentRequest` class within the Google Cloud Composer v1 API."],["The `GetEnvironmentRequest` class is used to retrieve details about a specific environment and is available in versions ranging from 1.0.0 to the latest 2.9.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing it is designed for protocol buffer and data management use."],["It contains a property called `Name`, which is a string representing the resource name of the environment being requested."],["The class has two constructors: a default one and one that copies an existing `GetEnvironmentRequest` object."]]],[]]