Cloud Dataplex API (dataplex:v1)

2026-02-17

1 new method

Additions

    Methods
  • dataplex.projects.locations.lookupEntryLinks

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}:lookupEntryLinks

      Parameters :

        pageToken

          Location : query

          Type : string

          Description : 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.

        entry

          Description : 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.

          Location : query

          Type : string

        entryMode

          Description : Mode of entry reference.

          Enum :

        • ENTRY_MODE_UNSPECIFIED
        • SOURCE
        • TARGET
        • Enum Descriptions :

        • Unspecified entry mode. Returns both directional and non-directional entry links which references the entry.
        • Returns all directed entry links which references the entry as source.
        • Return all directed entry links which references the entry as target.
        • Type : string

          Location : query

        name

          Required : Yes

          Type : string

          Description : Required. The project to which the request should be attributed to Format: projects/{project_id_or_number}/locations/{location_id}.

          Location : path

          Pattern : ^projects/[^/]+/locations/[^/]+$

        entryLinkTypes

          Repeated : Yes

          Location : query

          Type : string

          Description : 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.

        pageSize

          Format : int32

          Description : 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.

          Location : query

          Type : integer

      Path : v1/{+name}:lookupEntryLinks

      Description : Looks up Entry Links referencing the specified Entry.

      HTTP Method : GET