public MapField<string, Lake> LakeResources { get; }
A reference to the Lake resources that this metastore service is attached
to. The key is the lake resource name. Example:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}.
[[["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."],[[["The `DataplexConfig` class, part of the Google.Cloud.Metastore.V1Alpha API, handles the integration of metastore metadata with the Dataplex service."],["This class is sealed and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities like message handling, equality comparison, deep cloning, and buffer operations."],["It allows you to connect metastore services to specific Dataplex Lake resources, using the `LakeResources` property, which is a map where the key is the lake resource name."],["There are two constructors available for creating instances of the `DataplexConfig` class: a default constructor and one that takes another `DataplexConfig` object for initialization."],["The latest version of this class is 2.0.0-alpha11, and the documentation includes previous versions such as 2.0.0-alpha10 and 1.0.0-alpha04."]]],[]]