lakeResources property

Map<String, Lake>? lakeResources
getter/setter pair

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}.

Implementation

core.Map<core.String, Lake>? lakeResources;