public static interface DataQualityRule.RuleSourceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getRulePathElements(int index)
public abstract DataQualityRule.RuleSource.RulePathElement getRulePathElements(int index)Output only. Rule path elements represent information about the individual items in the relationship path between the scan resource and rule origin in that order.
repeated .google.cloud.dataplex.v1.DataQualityRule.RuleSource.RulePathElement rule_path_elements = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DataQualityRule.RuleSource.RulePathElement |
|
getRulePathElementsCount()
public abstract int getRulePathElementsCount()Output only. Rule path elements represent information about the individual items in the relationship path between the scan resource and rule origin in that order.
repeated .google.cloud.dataplex.v1.DataQualityRule.RuleSource.RulePathElement rule_path_elements = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
|
getRulePathElementsList()
public abstract List<DataQualityRule.RuleSource.RulePathElement> getRulePathElementsList()Output only. Rule path elements represent information about the individual items in the relationship path between the scan resource and rule origin in that order.
repeated .google.cloud.dataplex.v1.DataQualityRule.RuleSource.RulePathElement rule_path_elements = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<RulePathElement> |
|
getRulePathElementsOrBuilder(int index)
public abstract DataQualityRule.RuleSource.RulePathElementOrBuilder getRulePathElementsOrBuilder(int index)Output only. Rule path elements represent information about the individual items in the relationship path between the scan resource and rule origin in that order.
repeated .google.cloud.dataplex.v1.DataQualityRule.RuleSource.RulePathElement rule_path_elements = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DataQualityRule.RuleSource.RulePathElementOrBuilder |
|
getRulePathElementsOrBuilderList()
public abstract List<? extends DataQualityRule.RuleSource.RulePathElementOrBuilder> getRulePathElementsOrBuilderList()Output only. Rule path elements represent information about the individual items in the relationship path between the scan resource and rule origin in that order.
repeated .google.cloud.dataplex.v1.DataQualityRule.RuleSource.RulePathElement rule_path_elements = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.dataplex.v1.DataQualityRule.RuleSource.RulePathElementOrBuilder> |
|