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.V1Beta API, specifies how metastore metadata integrates with the Dataplex service."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities."],["The `DataplexConfig` class has two constructors: a default constructor and another that accepts another `DataplexConfig` instance as a parameter."],["The class includes a `LakeResources` property, a `MapField` that references the Lake resources associated with the metastore service, using the lake resource name as the key."],["There are 3 versions of the `DataplexConfig` being shown, the latest being 2.0.0-beta11, 2.0.0-beta10 and 1.0.0-beta02."]]],[]]