LookupEntryLinksRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Request message for LookupEntryLinks.
Attributes |
|
|---|---|
| Name | Description |
name |
str
Required. The project to which the request should be attributed to Format: projects/{project_id_or_number}/locations/{location_id}.
|
entry |
str
Required. The resource name of the referred Entry. Format: projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}.
Entry Links which references this entry will be returned in
the response.
|
entry_mode |
google.cloud.dataplex_v1.types.LookupEntryLinksRequest.EntryMode
Mode of entry reference. |
entry_link_types |
MutableSequence[str]
Entry link types to filter the response by. If empty, all entry link types will be returned. At most 10 entry link types can be specified. |
page_size |
int
Maximum number of EntryLinks to return. The service may return fewer than this value. If unspecified, at most 10 EntryLinks will be returned. The maximum value is 10; values above 10 will be coerced to 10. |
page_token |
str
Page token received from a previous LookupEntryLinks
call. Provide this to retrieve the subsequent page. When
paginating, all other parameters that are provided to the
LookupEntryLinks request must match the call that
provided the page token.
|
Classes
EntryMode
EntryMode(value)Mode of entry reference.