public static interface Config.IngestionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getRules(int index)
public abstract Config.Ingestion.IngestionRule getRules(int index)Optional. List of rules for Data Lineage ingestion.
repeated .google.cloud.datacatalog.lineage.configmanagement.v1.Config.Ingestion.IngestionRule rules = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Config.Ingestion.IngestionRule |
|
getRulesCount()
public abstract int getRulesCount()Optional. List of rules for Data Lineage ingestion.
repeated .google.cloud.datacatalog.lineage.configmanagement.v1.Config.Ingestion.IngestionRule rules = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
|
getRulesList()
public abstract List<Config.Ingestion.IngestionRule> getRulesList()Optional. List of rules for Data Lineage ingestion.
repeated .google.cloud.datacatalog.lineage.configmanagement.v1.Config.Ingestion.IngestionRule rules = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<IngestionRule> |
|
getRulesOrBuilder(int index)
public abstract Config.Ingestion.IngestionRuleOrBuilder getRulesOrBuilder(int index)Optional. List of rules for Data Lineage ingestion.
repeated .google.cloud.datacatalog.lineage.configmanagement.v1.Config.Ingestion.IngestionRule rules = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Config.Ingestion.IngestionRuleOrBuilder |
|
getRulesOrBuilderList()
public abstract List<? extends Config.Ingestion.IngestionRuleOrBuilder> getRulesOrBuilderList()Optional. List of rules for Data Lineage ingestion.
repeated .google.cloud.datacatalog.lineage.configmanagement.v1.Config.Ingestion.IngestionRule rules = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.datacatalog.lineage.configmanagement.v1.Config.Ingestion.IngestionRuleOrBuilder> |
|