Resource: EntryLink
EntryLink represents a link between two Entries.
JSON representation |
---|
{
"name": string,
"entryLinkType": string,
"createTime": string,
"updateTime": string,
"entryReferences": [
{
object ( |
Fields | |
---|---|
name |
Output only. Immutable. Identifier. The relative resource name of the Entry Link, of the form: |
entryLinkType |
Required. Immutable. Relative resource name of the Entry Link Type used to create this Entry Link, of the form: `projects/{project_id_or_number}/locations/{locationId}/entryLinkTypes/{entryLinkTypeId}. |
createTime |
Output only. The time when the Entry Link was created. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime |
Output only. The time when the Entry Link was last updated. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
entryReferences[] |
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. |