public interface EventLinkOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 |
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. |