Interface DataplexConfigOrBuilder (2.42.0)

public interface DataplexConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

containsLakeResources(String key)

public abstract boolean containsLakeResources(String key)

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

map<string, .google.cloud.metastore.v1beta.Lake> lake_resources = 1;

Parameter
NameDescription
keyString
Returns
TypeDescription
boolean

getLakeResources() (deprecated)

public abstract Map<String,Lake> getLakeResources()
Returns
TypeDescription
Map<String,Lake>

getLakeResourcesCount()

public abstract int getLakeResourcesCount()

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

map<string, .google.cloud.metastore.v1beta.Lake> lake_resources = 1;

Returns
TypeDescription
int

getLakeResourcesMap()

public abstract Map<String,Lake> getLakeResourcesMap()

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

map<string, .google.cloud.metastore.v1beta.Lake> lake_resources = 1;

Returns
TypeDescription
Map<String,Lake>

getLakeResourcesOrDefault(String key, Lake defaultValue)

public abstract Lake getLakeResourcesOrDefault(String key, Lake defaultValue)

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

map<string, .google.cloud.metastore.v1beta.Lake> lake_resources = 1;

Parameters
NameDescription
keyString
defaultValueLake
Returns
TypeDescription
Lake

getLakeResourcesOrThrow(String key)

public abstract Lake getLakeResourcesOrThrow(String key)

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

map<string, .google.cloud.metastore.v1beta.Lake> lake_resources = 1;

Parameter
NameDescription
keyString
Returns
TypeDescription
Lake