Reference documentation and code samples for the Google Cloud Dataplex V1 Client class UpdateEntryRequest.
Generated from protobuf message google.cloud.dataplex.v1.UpdateEntryRequest
Namespace
Google \ Cloud \ Dataplex \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ entry
↳ update_mask
Google\Protobuf\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
array
Optional. The map keys of the Aspects which should be modified. Supports the following syntaxes: * * <aspect_type_reference> - matches aspect on given type and empty path * * <aspect_type_reference>@path - matches aspect on given type and specified path * * <aspect_type_reference>* - matches aspects on given type for all paths * * *@path - matches aspects of all types on the given path Existing aspects matching the syntax will not be removed unless delete_missing_aspects
is set to true. If this field is left empty, it will be treated as specifying exactly those Aspects present in the request.
getEntry
Required. Entry resource.
hasEntry
clearEntry
setEntry
Required. Entry resource.
$this
getUpdateMask
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.
hasUpdateMask
clearUpdateMask
setUpdateMask
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.
$this
getAllowMissing
Optional. If set to true and the entry does not exist, it will be created.
bool
setAllowMissing
Optional. If set to true and the entry does not exist, it will be created.
var
bool
$this
getDeleteMissingAspects
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.
bool
setDeleteMissingAspects
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.
var
bool
$this
getAspectKeys
Optional. The map keys of the Aspects which should be modified. Supports the following syntaxes:
- <aspect_type_reference> - matches aspect on given type and empty path
- <aspect_type_reference>@path - matches aspect on given type and specified path
- <aspect_type_reference>* - matches aspects on given type for all paths
- *@path - matches aspects of all types on the given path
Existing aspects matching the syntax will not be removed unless
delete_missing_aspectsis set to true.
If this field is left empty, it will be treated as specifying exactly those Aspects present in the request.
setAspectKeys
Optional. The map keys of the Aspects which should be modified. Supports the following syntaxes:
- <aspect_type_reference> - matches aspect on given type and empty path
- <aspect_type_reference>@path - matches aspect on given type and specified path
- <aspect_type_reference>* - matches aspects on given type for all paths
- *@path - matches aspects of all types on the given path
Existing aspects matching the syntax will not be removed unless
delete_missing_aspectsis set to true.
If this field is left empty, it will be treated as specifying exactly those Aspects present in the request.
var
string[]
$this
static::build
entry
updateMask
Google\Protobuf\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.

