public static interface DataQualityRule.RuleSource.RulePathElement.EntryLinkSourceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEntryLink()
public abstract String getEntryLink() Output only. The entry link name in the form of:
projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entryLinks/{entry_link_id}
string entry_link = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The entryLink. |
getEntryLinkBytes()
public abstract ByteString getEntryLinkBytes() Output only. The entry link name in the form of:
projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entryLinks/{entry_link_id}
string entry_link = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for entryLink. |
getEntryLinkType()
public abstract String getEntryLinkType() Output only. The entry link type to represent the current
relationship between the entry and the next entry in the path.
In the form of:
projects/{project_id_or_number}/locations/{location_id}/entryLinkTypes/{entry_link_type_id}
string entry_link_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The entryLinkType. |
getEntryLinkTypeBytes()
public abstract ByteString getEntryLinkTypeBytes() Output only. The entry link type to represent the current
relationship between the entry and the next entry in the path.
In the form of:
projects/{project_id_or_number}/locations/{location_id}/entryLinkTypes/{entry_link_type_id}
string entry_link_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for entryLinkType. |