public interface DataplexConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsLakeResources(String key)
A reference to the Lake resources that this metastore service is attached
to.
|
Map<String,Lake> |
getLakeResources()
Deprecated.
|
int |
getLakeResourcesCount()
A reference to the Lake resources that this metastore service is attached
to.
|
Map<String,Lake> |
getLakeResourcesMap()
A reference to the Lake resources that this metastore service is attached
to.
|
Lake |
getLakeResourcesOrDefault(String key,
Lake defaultValue)
A reference to the Lake resources that this metastore service is attached
to.
|
Lake |
getLakeResourcesOrThrow(String key)
A reference to the Lake resources that this metastore service is attached
to.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint 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;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;@Deprecated Map<String,Lake> getLakeResources()
getLakeResourcesMap() instead.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;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;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;Copyright © 2024 Google LLC. All rights reserved.