Interface MetadataIntegrationOrBuilder (2.42.0)

public interface MetadataIntegrationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataCatalogConfig()

public abstract DataCatalogConfig getDataCatalogConfig()

The integration config for the Data Catalog service.

.google.cloud.metastore.v1beta.DataCatalogConfig data_catalog_config = 1;

Returns
TypeDescription
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
TypeDescription
DataCatalogConfigOrBuilder

getDataplexConfig()

public abstract DataplexConfig getDataplexConfig()

The integration config for the Dataplex service.

.google.cloud.metastore.v1beta.DataplexConfig dataplex_config = 2;

Returns
TypeDescription
DataplexConfig

The dataplexConfig.

getDataplexConfigOrBuilder()

public abstract DataplexConfigOrBuilder getDataplexConfigOrBuilder()

The integration config for the Dataplex service.

.google.cloud.metastore.v1beta.DataplexConfig dataplex_config = 2;

Returns
TypeDescription
DataplexConfigOrBuilder

hasDataCatalogConfig()

public abstract boolean hasDataCatalogConfig()

The integration config for the Data Catalog service.

.google.cloud.metastore.v1beta.DataCatalogConfig data_catalog_config = 1;

Returns
TypeDescription
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
TypeDescription
boolean

Whether the dataplexConfig field is set.