Interface MetadataIntegrationOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    MetadataIntegration, MetadataIntegration.Builder

    public interface MetadataIntegrationOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasDataCatalogConfig

        boolean hasDataCatalogConfig()
         The integration config for the Data Catalog service.
         
        .google.cloud.metastore.v1beta.DataCatalogConfig data_catalog_config = 1;
        Returns:
        Whether the dataCatalogConfig field is set.
      • getDataCatalogConfig

        DataCatalogConfig getDataCatalogConfig()
         The integration config for the Data Catalog service.
         
        .google.cloud.metastore.v1beta.DataCatalogConfig data_catalog_config = 1;
        Returns:
        The dataCatalogConfig.
      • getDataCatalogConfigOrBuilder

        DataCatalogConfigOrBuilder getDataCatalogConfigOrBuilder()
         The integration config for the Data Catalog service.
         
        .google.cloud.metastore.v1beta.DataCatalogConfig data_catalog_config = 1;
      • hasDataplexConfig

        boolean hasDataplexConfig()
         The integration config for the Dataplex service.
         
        .google.cloud.metastore.v1beta.DataplexConfig dataplex_config = 2;
        Returns:
        Whether the dataplexConfig field is set.
      • getDataplexConfig

        DataplexConfig getDataplexConfig()
         The integration config for the Dataplex service.
         
        .google.cloud.metastore.v1beta.DataplexConfig dataplex_config = 2;
        Returns:
        The dataplexConfig.
      • getDataplexConfigOrBuilder

        DataplexConfigOrBuilder getDataplexConfigOrBuilder()
         The integration config for the Dataplex service.
         
        .google.cloud.metastore.v1beta.DataplexConfig dataplex_config = 2;