Method: projects.locations.metadataFeeds.patch

Updates a MetadataFeed.

HTTP request

PATCH https://dataplex.googleapis.com/v1/{metadataFeed.name=projects/*/locations/*/metadataFeeds/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
metadataFeed.name

string

Identifier. The resource name of the metadata feed, in the format projects/{project_id_or_number}/locations/{locationId}/metadataFeeds/{metadataFeedId}.

Query parameters

Parameters
updateMask

string (FieldMask format)

Optional. Mask of fields to update.

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".

validateOnly

boolean

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

Request body

The request body contains an instance of MetadataFeed.

Response body

If successful, the response body contains an instance of Operation.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the name resource:

  • dataplex.metadataFeeds.update

For more information, see the IAM documentation.