Class CreateEntryLinkRequest (2.12.0)

CreateEntryLinkRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for CreateEntryLink.

Attributes

Name Description
parent str
Required. The resource name of the parent Entry Group: projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}.
entry_link_id str
Required. 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.EntryLink
Required. Entry Link resource.