CreateEntryLinkRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Request message for CreateEntryLink.
| Attributes | |
|---|---|
| Name | Description | 
| parent | strRequired. The resource name of the parent Entry Group: projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}. | 
| entry_link_id | strRequired. Entry Link identifier - Must contain only lowercase letters, numbers and hyphens. - Must start with a letter. - Must be between 1-63 characters. - Must end with a number or a letter. - Must be unique within the EntryGroup. | 
| entry_link | google.cloud.dataplex_v1.types.EntryLinkRequired. Entry Link resource. |