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.
Implements
IMessageUpdateEntryTypeRequest, IEquatableUpdateEntryTypeRequest, IDeepCloneableUpdateEntryTypeRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
UpdateEntryTypeRequest()
public UpdateEntryTypeRequest()
UpdateEntryTypeRequest(UpdateEntryTypeRequest)
public UpdateEntryTypeRequest(UpdateEntryTypeRequest other)
Parameter | |
---|---|
Name | Description |
other |
UpdateEntryTypeRequest |
Properties
EntryType
public EntryType EntryType { get; set; }
Required. EntryType Resource.
Property Value | |
---|---|
Type | Description |
EntryType |
UpdateMask
public FieldMask UpdateMask { get; set; }
Required. Mask of fields to update.
Property Value | |
---|---|
Type | Description |
FieldMask |
ValidateOnly
public bool ValidateOnly { get; set; }
Optional. The service validates the request without performing any mutations. The default is false.
Property Value | |
---|---|
Type | Description |
bool |