Cloud Dataplex v1 API - Class UpdateEntryRequest (2.15.0)

public sealed class UpdateEntryRequest : IMessage<UpdateEntryRequest>, IEquatable<UpdateEntryRequest>, IDeepCloneable<UpdateEntryRequest>, IBufferMessage, IMessage

Inheritance

object > UpdateEntryRequest

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

UpdateEntryRequest()

public UpdateEntryRequest()

UpdateEntryRequest(UpdateEntryRequest)

public UpdateEntryRequest(UpdateEntryRequest other)
Parameter
NameDescription
otherUpdateEntryRequest

Properties

AllowMissing

public bool AllowMissing { get; set; }

Optional. If set to true and the entry does not exist, it will be created.

Property Value
TypeDescription
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
  • &lt;aspect_type_reference&gt;@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
TypeDescription
RepeatedFieldstring

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
TypeDescription
bool

Entry

public Entry Entry { get; set; }

Required. Entry resource.

Property Value
TypeDescription
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
TypeDescription
FieldMask