Cloud Dataplex v1 API - Class UpdateEntryRequest (3.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class UpdateEntryRequest : IMessage<UpdateEntryRequest>, IEquatable<UpdateEntryRequest>, IDeepCloneable<UpdateEntryRequest>, IBufferMessage, IMessageImplements
IMessage UpdateEntryRequest, IEquatable UpdateEntryRequest, IDeepCloneable UpdateEntryRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
UpdateEntryRequest()
public UpdateEntryRequest()UpdateEntryRequest(UpdateEntryRequest)
public UpdateEntryRequest(UpdateEntryRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateEntryRequest |
Properties
AllowMissing
public bool AllowMissing { get; set; }Optional. If set to true and the entry does not exist, it will be created.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
AspectKeys
public RepeatedField<string> AspectKeys { get; }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.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField string |
|
DeleteMissingAspects
public bool DeleteMissingAspects { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Entry
public Entry Entry { get; set; }Required. Entry resource.
| Property Value | |
|---|---|
| Type | Description |
Entry |
|
UpdateMask
public FieldMask UpdateMask { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|