Cloud Dataplex API (dataplex:v1)

2026-01-29

5 new methods

Additions

    Methods
  • dataplex.projects.locations.metadataFeeds.get

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

      Parameters :

        name

          Type : string

          Description : Required. The resource name of the metadata feed, in the format projects/{project_id_or_number}/locations/{location_id}/MetadataFeeds/{metadata_feed_id}.

          Required : Yes

          Location : path

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

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/metadataFeeds/{metadataFeedsId}

      HTTP Method : GET

      Description : Gets a MetadataFeed.

      Path : v1/{+name}

      Parameter Order : name

  • dataplex.projects.locations.metadataFeeds.list

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

      HTTP Method : GET

      Parameters :

        parent

          Location : path

          Required : Yes

          Type : string

          Description : Required. The resource name of the parent location, in the format projects/{project_id_or_number}/locations/{location_id}

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

        pageToken

          Description : Optional. The page token received from a previous ListMetadataFeeds call. Provide this token to retrieve the subsequent page of results. When paginating, all other parameters that are provided to the ListMetadataFeeds request must match the call that provided the page token.

          Type : string

          Location : query

        filter

          Location : query

          Type : string

          Description : Optional. Filter request. Filters are case-sensitive. The service supports the following formats: labels.key1 = "value1" labels:key1 name = "value"You can combine filters with AND, OR, and NOT operators.

        orderBy

          Location : query

          Type : string

          Description : Optional. The field to sort the results by, either name or create_time. If not specified, the ordering is undefined.

        pageSize

          Format : int32

          Location : query

          Type : integer

          Description : Optional. The maximum number of metadata feeds to return. The service might return fewer feeds than this value. If unspecified, at most 10 feeds are returned. The maximum value is 1,000.

      Parameter Order : parent

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

      Description : Retrieve a list of MetadataFeeds.

      Path : v1/{+parent}/metadataFeeds

  • dataplex.projects.locations.metadataFeeds.patch

      Path : v1/{+name}

      HTTP Method : PATCH

      Parameters :

        validateOnly

          Location : query

          Description : Optional. Only validate the request, but do not perform mutations. The default is false.

          Type : boolean

        updateMask

          Description : Optional. Mask of fields to update.

          Type : string

          Location : query

          Format : google-fieldmask

        name

          Type : string

          Required : Yes

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

          Description : Identifier. The resource name of the metadata feed, in the format projects/{project_id_or_number}/locations/{location_id}/metadataFeeds/{metadata_feed_id}.

          Location : path

      Description : Updates a MetadataFeed.

      Parameter Order : name

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

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/metadataFeeds/{metadataFeedsId}

  • dataplex.projects.locations.metadataFeeds.delete

      Path : v1/{+name}

      Parameter Order : name

      HTTP Method : DELETE

      Parameters :

        name

          Description : Required. The resource name of the metadata feed, in the format projects/{project_id_or_number}/locations/{location_id}/MetadataFeeds/{metadata_feed_id}.

          Location : path

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

          Required : Yes

          Type : string

      Description : Deletes a MetadataFeed.

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/metadataFeeds/{metadataFeedsId}

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

  • dataplex.projects.locations.metadataFeeds.create

      Parameter Order : parent

      Path : v1/{+parent}/metadataFeeds

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

      HTTP Method : POST

      Parameters :

        metadataFeedId

          Description : Optional. The metadata job ID. If not provided, a unique ID is generated with the prefix metadata-job-.

          Type : string

          Location : query

        validateOnly

          Type : boolean

          Location : query

          Description : Optional. The service validates the request without performing any mutations. The default is false.

        parent

          Required : Yes

          Type : string

          Description : Required. The resource name of the parent location, in the format projects/{project_id_or_number}/locations/{location_id}

          Location : path

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

      Description : Creates a MetadataFeed.

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