- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
Updates an Entry.
HTTP request
PATCH https://dataplex.googleapis.com/v1/{entry.name=projects/*/locations/*/entryGroups/*/entries/**}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
entry.name |
Identifier. The relative resource name of the entry, in the format |
Query parameters
Parameters | |
---|---|
updateMask |
Optional. Mask of fields to update. To update Aspects, the updateMask must contain the value "aspects". If the updateMask is empty, the service will update all modifiable fields present in the request. This is a comma-separated list of fully qualified names of fields. Example: |
allowMissing |
Optional. If set to true and the entry doesn't exist, the service will create it. |
deleteMissingAspects |
Optional. If set to true and the aspectKeys specify aspect ranges, the service deletes any existing aspects from that range that weren't provided in the request. |
aspectKeys[] |
Optional. The map keys of the Aspects which the service should modify. It supports the following syntaxes:
The service will not remove existing aspects matching the syntax unless If this field is left empty, the service treats it as specifying exactly those Aspects present in the request. |
Request body
The request body contains an instance of Entry
.
Response body
If successful, the response body contains an instance of Entry
.
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 permissions on the name
resource:
dataplex.aspectTypes.use
dataplex.entries.create
dataplex.entries.update
dataplex.entryGroups.useContactsAspect
dataplex.entryGroups.useGenericAspect
dataplex.entryGroups.useGenericEntry
dataplex.entryGroups.useOverviewAspect
dataplex.entryGroups.useSchemaAspect
dataplex.entryTypes.use
For more information, see the IAM documentation.