public interface MetadataIntegrationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDataCatalogConfig()
public abstract DataCatalogConfig getDataCatalogConfig()The integration config for the Data Catalog service.
.google.cloud.metastore.v1alpha.DataCatalogConfig data_catalog_config = 1;
| Type | Description |
| DataCatalogConfig | The dataCatalogConfig. |
getDataCatalogConfigOrBuilder()
public abstract DataCatalogConfigOrBuilder getDataCatalogConfigOrBuilder()The integration config for the Data Catalog service.
.google.cloud.metastore.v1alpha.DataCatalogConfig data_catalog_config = 1;
| Type | Description |
| DataCatalogConfigOrBuilder |
getDataplexConfig()
public abstract DataplexConfig getDataplexConfig()The integration config for the Dataplex service.
.google.cloud.metastore.v1alpha.DataplexConfig dataplex_config = 2;
| Type | Description |
| DataplexConfig | The dataplexConfig. |
getDataplexConfigOrBuilder()
public abstract DataplexConfigOrBuilder getDataplexConfigOrBuilder()The integration config for the Dataplex service.
.google.cloud.metastore.v1alpha.DataplexConfig dataplex_config = 2;
| Type | Description |
| DataplexConfigOrBuilder |
hasDataCatalogConfig()
public abstract boolean hasDataCatalogConfig()The integration config for the Data Catalog service.
.google.cloud.metastore.v1alpha.DataCatalogConfig data_catalog_config = 1;
| Type | Description |
| boolean | Whether the dataCatalogConfig field is set. |
hasDataplexConfig()
public abstract boolean hasDataplexConfig()The integration config for the Dataplex service.
.google.cloud.metastore.v1alpha.DataplexConfig dataplex_config = 2;
| Type | Description |
| boolean | Whether the dataplexConfig field is set. |