public interface LinkOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getEndTime()
The end of the last event establishing this link.
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
The end of the last event establishing this link.
|
String |
getName()
Output only.
|
com.google.protobuf.ByteString |
getNameBytes()
Output only.
|
EntityReference |
getSource()
The pointer to the entity that is the **source** of this link.
|
EntityReferenceOrBuilder |
getSourceOrBuilder()
The pointer to the entity that is the **source** of this link.
|
com.google.protobuf.Timestamp |
getStartTime()
The start of the first event establishing this link.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
The start of the first event establishing this link.
|
EntityReference |
getTarget()
The pointer to the entity that is the **target** of this link.
|
EntityReferenceOrBuilder |
getTargetOrBuilder()
The pointer to the entity that is the **target** of this link.
|
boolean |
hasEndTime()
The end of the last event establishing this link.
|
boolean |
hasSource()
The pointer to the entity that is the **source** of this link.
|
boolean |
hasStartTime()
The start of the first event establishing this link.
|
boolean |
hasTarget()
The pointer to the entity that is the **target** of this link.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Output only. Immutable. The name of the link. Format:
`projects/{project}/locations/{location}/links/{link}`.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];
com.google.protobuf.ByteString getNameBytes()
Output only. Immutable. The name of the link. Format:
`projects/{project}/locations/{location}/links/{link}`.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];
boolean hasSource()
The pointer to the entity that is the **source** of this link.
.google.cloud.datacatalog.lineage.v1.EntityReference source = 2;EntityReference getSource()
The pointer to the entity that is the **source** of this link.
.google.cloud.datacatalog.lineage.v1.EntityReference source = 2;EntityReferenceOrBuilder getSourceOrBuilder()
The pointer to the entity that is the **source** of this link.
.google.cloud.datacatalog.lineage.v1.EntityReference source = 2;boolean hasTarget()
The pointer to the entity that is the **target** of this link.
.google.cloud.datacatalog.lineage.v1.EntityReference target = 3;EntityReference getTarget()
The pointer to the entity that is the **target** of this link.
.google.cloud.datacatalog.lineage.v1.EntityReference target = 3;EntityReferenceOrBuilder getTargetOrBuilder()
The pointer to the entity that is the **target** of this link.
.google.cloud.datacatalog.lineage.v1.EntityReference target = 3;boolean hasStartTime()
The start of the first event establishing this link.
.google.protobuf.Timestamp start_time = 4;com.google.protobuf.Timestamp getStartTime()
The start of the first event establishing this link.
.google.protobuf.Timestamp start_time = 4;com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
The start of the first event establishing this link.
.google.protobuf.Timestamp start_time = 4;boolean hasEndTime()
The end of the last event establishing this link.
.google.protobuf.Timestamp end_time = 5;com.google.protobuf.Timestamp getEndTime()
The end of the last event establishing this link.
.google.protobuf.Timestamp end_time = 5;com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
The end of the last event establishing this link.
.google.protobuf.Timestamp end_time = 5;Copyright © 2023 Google LLC. All rights reserved.