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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataCatalogConfiggetDataCatalogConfig()The integration config for the Data Catalog service.DataCatalogConfigOrBuildergetDataCatalogConfigOrBuilder()The integration config for the Data Catalog service.DataplexConfiggetDataplexConfig()The integration config for the Dataplex service.DataplexConfigOrBuildergetDataplexConfigOrBuilder()The integration config for the Dataplex service.booleanhasDataCatalogConfig()The integration config for the Data Catalog service.booleanhasDataplexConfig()The integration config for the Dataplex service.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasDataCatalogConfig
boolean hasDataCatalogConfig()
The integration config for the Data Catalog service.
.google.cloud.metastore.v1alpha.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.v1alpha.DataCatalogConfig data_catalog_config = 1;- Returns:
- The dataCatalogConfig.
-
getDataCatalogConfigOrBuilder
DataCatalogConfigOrBuilder getDataCatalogConfigOrBuilder()
The integration config for the Data Catalog service.
.google.cloud.metastore.v1alpha.DataCatalogConfig data_catalog_config = 1;
-
hasDataplexConfig
boolean hasDataplexConfig()
The integration config for the Dataplex service.
.google.cloud.metastore.v1alpha.DataplexConfig dataplex_config = 2;- Returns:
- Whether the dataplexConfig field is set.
-
getDataplexConfig
DataplexConfig getDataplexConfig()
The integration config for the Dataplex service.
.google.cloud.metastore.v1alpha.DataplexConfig dataplex_config = 2;- Returns:
- The dataplexConfig.
-
getDataplexConfigOrBuilder
DataplexConfigOrBuilder getDataplexConfigOrBuilder()
The integration config for the Dataplex service.
.google.cloud.metastore.v1alpha.DataplexConfig dataplex_config = 2;
-
-