Interface MetadataIntegrationOrBuilder (2.4.4)

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

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.