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