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-04-09 UTC."],[[["The latest version of the Google.Cloud.Dataplex.V1 API for the GetEnvironmentRequest is 3.6.0, with multiple prior versions available ranging down to version 1.0.0."],["The `GetEnvironmentRequest` class is used to request data about a specific environment and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `EnvironmentName` (typed view of the resource name) and `Name` (the string representation of the resource name), representing the environment's resource identifier."],["The `GetEnvironmentRequest` class can be instantiated with or without another `GetEnvironmentRequest` object in its constructor, making it flexible for various use cases."],["The `GetEnvironmentRequest` is used to retreive information about a specific environment via its resource name in the format `projects/{project_id}/locations/{location_id}/lakes/{lake_id}/environments/{environment_id}`."]]],[]]