Interface DataplexConfigOrBuilder (2.43.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
Name Description
key String
Returns
Type Description
boolean

getLakeResources() (deprecated)

public abstract Map<String,Lake> getLakeResources()
Returns
Type Description
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
Type Description
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
Type Description
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
Name Description
key String
defaultValue Lake
Returns
Type Description
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
Name Description
key String
Returns
Type Description
Lake