Cloud Dataplex v1 API - Class UpdateEntryTypeRequest (2.15.0)

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

Reference documentation and code samples for the Cloud Dataplex v1 API class UpdateEntryTypeRequest.

Update EntryType Request

Inheritance

object > UpdateEntryTypeRequest

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

UpdateEntryTypeRequest()

public UpdateEntryTypeRequest()

UpdateEntryTypeRequest(UpdateEntryTypeRequest)

public UpdateEntryTypeRequest(UpdateEntryTypeRequest other)
Parameter
NameDescription
otherUpdateEntryTypeRequest

Properties

EntryType

public EntryType EntryType { get; set; }

Required. EntryType Resource

Property Value
TypeDescription
EntryType

UpdateMask

public FieldMask UpdateMask { get; set; }

Required. Mask of fields to update.

Property Value
TypeDescription
FieldMask

ValidateOnly

public bool ValidateOnly { get; set; }

Optional. Only validate the request, but do not perform mutations. The default is false.

Property Value
TypeDescription
bool