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."],[[["The latest version of the Google.Cloud.Dataplex.V1 API is 3.6.0, with multiple previous versions available, ranging from 1.0.0 to 3.5.0."],["This document provides reference documentation for the `GetEnvironmentRequest` class within the Google.Cloud.Dataplex.V1 namespace, detailing its constructors, properties, and inheritance."],["The `GetEnvironmentRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are used for protobuf-related operations and object comparisons."],["The `GetEnvironmentRequest` class includes properties like `EnvironmentName` and `Name`, where `Name` is a required string specifying the environment's resource name."],["The `GetEnvironmentRequest` class includes two constructors: a default constructor and a constructor that accepts another `GetEnvironmentRequest` object for copying."]]],[]]