public interface MetadataIntegrationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DataCatalogConfig |
getDataCatalogConfig()
The integration config for the Data Catalog service.
|
DataCatalogConfigOrBuilder |
getDataCatalogConfigOrBuilder()
The integration config for the Data Catalog service.
|
DataplexConfig |
getDataplexConfig()
The integration config for the Dataplex service.
|
DataplexConfigOrBuilder |
getDataplexConfigOrBuilder()
The integration config for the Dataplex service.
|
boolean |
hasDataCatalogConfig()
The integration config for the Data Catalog service.
|
boolean |
hasDataplexConfig()
The integration config for the Dataplex service.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDataCatalogConfig()
The integration config for the Data Catalog service.
.google.cloud.metastore.v1beta.DataCatalogConfig data_catalog_config = 1;DataCatalogConfig getDataCatalogConfig()
The integration config for the Data Catalog service.
.google.cloud.metastore.v1beta.DataCatalogConfig data_catalog_config = 1;DataCatalogConfigOrBuilder getDataCatalogConfigOrBuilder()
The integration config for the Data Catalog service.
.google.cloud.metastore.v1beta.DataCatalogConfig data_catalog_config = 1;boolean hasDataplexConfig()
The integration config for the Dataplex service.
.google.cloud.metastore.v1beta.DataplexConfig dataplex_config = 2;DataplexConfig getDataplexConfig()
The integration config for the Dataplex service.
.google.cloud.metastore.v1beta.DataplexConfig dataplex_config = 2;DataplexConfigOrBuilder getDataplexConfigOrBuilder()
The integration config for the Dataplex service.
.google.cloud.metastore.v1beta.DataplexConfig dataplex_config = 2;Copyright © 2024 Google LLC. All rights reserved.