UpdateEntryRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Attributes |
|
---|---|
Name | Description |
entry |
google.cloud.dataplex_v1.types.Entry
Required. Entry resource. |
update_mask |
google.protobuf.field_mask_pb2.FieldMask
Optional. Mask of fields to update. To update Aspects, the update_mask must contain the value "aspects". If the update_mask is empty, all modifiable fields present in the request will be updated. |
allow_missing |
bool
Optional. If set to true and the entry does not exist, it will be created. |
delete_missing_aspects |
bool
Optional. If set to true and the aspect_keys specify aspect ranges, any existing aspects from that range not provided in the request will be deleted. |
aspect_keys |
MutableSequence[str]
Optional. The map keys of the Aspects which should be modified. Supports the following syntaxes: - |