public interface DataplexConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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.v1alpha.Lake> lake_resources = 1;
| Name | Description |
| key | String |
| Type | Description |
| boolean |
getLakeResources()
public abstract Map<String,Lake> getLakeResources()Use #getLakeResourcesMap() instead.
| 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.v1alpha.Lake> lake_resources = 1;
| 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.v1alpha.Lake> lake_resources = 1;
| 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.v1alpha.Lake> lake_resources = 1;
| Name | Description |
| key | String |
| defaultValue | Lake |
| 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.v1alpha.Lake> lake_resources = 1;
| Name | Description |
| key | String |
| Type | Description |
| Lake |