public sealed class UpdateEntryLinkRequest : IMessage<UpdateEntryLinkRequest>, IEquatable<UpdateEntryLinkRequest>, IDeepCloneable<UpdateEntryLinkRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Dataplex v1 API class UpdateEntryLinkRequest.
Request message for UpdateEntryLink method.
Implements
IMessageUpdateEntryLinkRequest, IEquatableUpdateEntryLinkRequest, IDeepCloneableUpdateEntryLinkRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
UpdateEntryLinkRequest()
public UpdateEntryLinkRequest()UpdateEntryLinkRequest(UpdateEntryLinkRequest)
public UpdateEntryLinkRequest(UpdateEntryLinkRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateEntryLinkRequest |
Properties
AllowMissing
public bool AllowMissing { get; set; }Optional. If set to true and the entry link doesn't exist, the service will create it.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
AspectKeys
public RepeatedField<string> AspectKeys { get; }Optional. The map keys of the Aspects which the service should modify.
It should be the aspect type reference in the format
{project_id_or_number}.{location_id}.{aspect_type_id}.
If this field is left empty, the service treats it as specifying exactly those Aspects present in the request.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
EntryLink
public EntryLink EntryLink { get; set; }Required. Entry Link resource.
| Property Value | |
|---|---|
| Type | Description |
EntryLink |
|