Method: projects.locations.entryTypes.patch

Updates an EntryType.

HTTP request

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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
entryType.name

string

Output only. The relative resource name of the EntryType, of the form: projects/{project_number}/locations/{locationId}/entryTypes/{entryTypeId}.

Query parameters

Parameters
updateMask

string (FieldMask format)

Required. Mask of fields to update.

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

validateOnly

boolean

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

Request body

The request body contains an instance of EntryType.

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.entryTypes.update

For more information, see the IAM documentation.