Interface EventLinkOrBuilder (0.85.0)

public interface EventLinkOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDependencyInfo()

public abstract DependencyInfo getDependencyInfo()

Optional. Describes how the target depends on the source.

.google.cloud.datacatalog.lineage.v1.DependencyInfo dependency_info = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DependencyInfo

The dependencyInfo.

getDependencyInfoOrBuilder()

public abstract DependencyInfoOrBuilder getDependencyInfoOrBuilder()

Optional. Describes how the target depends on the source.

.google.cloud.datacatalog.lineage.v1.DependencyInfo dependency_info = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DependencyInfoOrBuilder

getSource()

public abstract EntityReference getSource()

Required. Reference to the source entity

.google.cloud.datacatalog.lineage.v1.EntityReference source = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
EntityReference

The source.

getSourceOrBuilder()

public abstract EntityReferenceOrBuilder getSourceOrBuilder()

Required. Reference to the source entity

.google.cloud.datacatalog.lineage.v1.EntityReference source = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
EntityReferenceOrBuilder

getTarget()

public abstract EntityReference getTarget()

Required. Reference to the target entity

.google.cloud.datacatalog.lineage.v1.EntityReference target = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
EntityReference

The target.

getTargetOrBuilder()

public abstract EntityReferenceOrBuilder getTargetOrBuilder()

Required. Reference to the target entity

.google.cloud.datacatalog.lineage.v1.EntityReference target = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
EntityReferenceOrBuilder

hasDependencyInfo()

public abstract boolean hasDependencyInfo()

Optional. Describes how the target depends on the source.

.google.cloud.datacatalog.lineage.v1.DependencyInfo dependency_info = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the dependencyInfo field is set.

hasSource()

public abstract boolean hasSource()

Required. Reference to the source entity

.google.cloud.datacatalog.lineage.v1.EntityReference source = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the source field is set.

hasTarget()

public abstract boolean hasTarget()

Required. Reference to the target entity

.google.cloud.datacatalog.lineage.v1.EntityReference target = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the target field is set.