Interface DataQualityRule.RuleSource.RulePathElementOrBuilder (1.91.0)

public static interface DataQualityRule.RuleSource.RulePathElementOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEntryLinkSource()

public abstract DataQualityRule.RuleSource.RulePathElement.EntryLinkSource getEntryLinkSource()

Output only. Entry link source represents information about the entry link.

.google.cloud.dataplex.v1.DataQualityRule.RuleSource.RulePathElement.EntryLinkSource entry_link_source = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DataQualityRule.RuleSource.RulePathElement.EntryLinkSource

The entryLinkSource.

getEntryLinkSourceOrBuilder()

public abstract DataQualityRule.RuleSource.RulePathElement.EntryLinkSourceOrBuilder getEntryLinkSourceOrBuilder()

Output only. Entry link source represents information about the entry link.

.google.cloud.dataplex.v1.DataQualityRule.RuleSource.RulePathElement.EntryLinkSource entry_link_source = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DataQualityRule.RuleSource.RulePathElement.EntryLinkSourceOrBuilder

getEntrySource()

public abstract DataQualityRule.RuleSource.RulePathElement.EntrySource getEntrySource()

Output only. Entry source represents information about the related source entry.

.google.cloud.dataplex.v1.DataQualityRule.RuleSource.RulePathElement.EntrySource entry_source = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DataQualityRule.RuleSource.RulePathElement.EntrySource

The entrySource.

getEntrySourceOrBuilder()

public abstract DataQualityRule.RuleSource.RulePathElement.EntrySourceOrBuilder getEntrySourceOrBuilder()

Output only. Entry source represents information about the related source entry.

.google.cloud.dataplex.v1.DataQualityRule.RuleSource.RulePathElement.EntrySource entry_source = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DataQualityRule.RuleSource.RulePathElement.EntrySourceOrBuilder

getSourceTypeCase()

public abstract DataQualityRule.RuleSource.RulePathElement.SourceTypeCase getSourceTypeCase()
Returns
Type Description
DataQualityRule.RuleSource.RulePathElement.SourceTypeCase

hasEntryLinkSource()

public abstract boolean hasEntryLinkSource()

Output only. Entry link source represents information about the entry link.

.google.cloud.dataplex.v1.DataQualityRule.RuleSource.RulePathElement.EntryLinkSource entry_link_source = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the entryLinkSource field is set.

hasEntrySource()

public abstract boolean hasEntrySource()

Output only. Entry source represents information about the related source entry.

.google.cloud.dataplex.v1.DataQualityRule.RuleSource.RulePathElement.EntrySource entry_source = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the entrySource field is set.