public sealed class GetEnvironmentRequest : IMessage<GetEnvironmentRequest>, IEquatable<GetEnvironmentRequest>, IDeepCloneable<GetEnvironmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex 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-25 UTC."],[[["This webpage provides documentation for the `GetEnvironmentRequest` class within the Google Cloud Dataplex v1 API, specifically within the .NET environment."],["The documentation covers version 3.1.0, along with links to previous and newer versions, including the latest version, 3.6.0, and down to 1.0.0."],["`GetEnvironmentRequest` class is used to formulate a request for retrieving a specific environment and it implements multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`, among others."],["The class contains properties such as `EnvironmentName` and `Name`, where the `Name` property represents the required resource name for the targeted environment in the request."],["The `GetEnvironmentRequest` class has a constructor that takes another `GetEnvironmentRequest` as a parameter, along with a default constructor."]]],[]]