Resource: EntryLink
EntryLink represents a link between two Entries.
| JSON representation | 
|---|
|  { 
 "name" 
 : 
 string 
 , 
 "entryLinkType" 
 : 
 string 
 , 
 "createTime" 
 : 
 string 
 , 
 "updateTime" 
 : 
 string 
 , 
 "entryReferences" 
 : 
 [ 
 { 
 object (  | 
name 
 string 
Output only. Immutable. Identifier. The relative resource name of the Entry Link, of the form: projects/{project_id_or_number}/locations/{locationId}/entryGroups/{entryGroupId}/entryLinks/{entryLinkId} 
entryLinkType 
 string 
Required. Immutable. Relative resource name of the Entry Link Type used to create this Entry Link. For example:
- Entry link between synonym terms in a glossary: projects/dataplex-types/locations/global/entryLinkTypes/synonym
- Entry link between related terms in a glossary: projects/dataplex-types/locations/global/entryLinkTypes/related
- Entry link between glossary terms and data assets: projects/dataplex-types/locations/global/entryLinkTypes/definition
createTime 
 string (  
 Timestamp 
 
format)
Output only. The time when the Entry Link was created.
Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z" 
, "2014-10-02T15:01:23.045123456Z" 
or "2014-10-02T15:01:23+05:30" 
.
updateTime 
 string (  
 Timestamp 
 
format)
Output only. The time when the Entry Link was last updated.
Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z" 
, "2014-10-02T15:01:23.045123456Z" 
or "2014-10-02T15:01:23+05:30" 
.
entryReferences[] 
 object (  
 EntryReference 
 
)
Required. Specifies the Entries referenced in the Entry Link. There should be exactly two entry references.
EntryReference
Reference to the Entry that is linked through the Entry Link.
| JSON representation | 
|---|
|  { 
 "name" 
 : 
 string 
 , 
 "path" 
 : 
 string 
 , 
 "type" 
 : 
 enum (  | 
| Fields | |
|---|---|
| name |   Required. Immutable. The relative resource name of the referenced Entry, of the form:  | 
| path |   Immutable. The path in the Entry that is referenced in the Entry Link. Empty path denotes that the Entry itself is referenced in the Entry Link. | 
| type |   Required. Immutable. The reference type of the Entry. | 
Type
Reference type of the Entry.
| Enums | |
|---|---|
| UNSPECIFIED | Unspecified reference type. Implies that the Entry is referenced in a non-directional Entry Link. | 
| SOURCE | The Entry is referenced as the source of the directional Entry Link. | 
| TARGET | The Entry is referenced as the target of the directional Entry Link. | 
| Methods | |
|---|---|
|   | Creates an Entry Link. | 
|   | Deletes an Entry Link. | 
|   | Gets an Entry Link. | 

