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;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getLakeResources() (deprecated)
public abstract Map<String,Lake> getLakeResources()Use #getLakeResourcesMap() instead.
| 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.v1alpha.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.v1alpha.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.v1alpha.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.v1alpha.Lake> lake_resources = 1;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
Lake |
|