public static interface Config.Ingestion.IngestionRule.IntegrationSelectorOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getIntegration()
public abstract Config.Ingestion.IngestionRule.IntegrationSelector.Integration getIntegration()Required. Integration to which the rule applies. This field can be used to specify the integration against which the ingestion rule should be applied.
.google.cloud.datacatalog.lineage.configmanagement.v1.Config.Ingestion.IngestionRule.IntegrationSelector.Integration integration = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Config.Ingestion.IngestionRule.IntegrationSelector.Integration |
The integration. |
getIntegrationValue()
public abstract int getIntegrationValue()Required. Integration to which the rule applies. This field can be used to specify the integration against which the ingestion rule should be applied.
.google.cloud.datacatalog.lineage.configmanagement.v1.Config.Ingestion.IngestionRule.IntegrationSelector.Integration integration = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for integration. |