public sealed class UpdateEntityRequest : IMessage<UpdateEntityRequest>, IEquatable<UpdateEntityRequest>, IDeepCloneable<UpdateEntityRequest>, IBufferMessage, IMessage
Update a metadata entity request. The exiting entity will be fully replaced by the entity in the request. The entity ID is mutable. To modify the ID, use the current entity ID in the request URL and specify the new ID in the request body.
Implements
IMessage<UpdateEntityRequest>, IEquatable<UpdateEntityRequest>, IDeepCloneable<UpdateEntityRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
UpdateEntityRequest()
public UpdateEntityRequest()
UpdateEntityRequest(UpdateEntityRequest)
public UpdateEntityRequest(UpdateEntityRequest other)
Parameter | |
---|---|
Name | Description |
other | UpdateEntityRequest |
Properties
Entity
public Entity Entity { get; set; }
Required. Update description.
Property Value | |
---|---|
Type | Description |
Entity |
ValidateOnly
public bool ValidateOnly { get; set; }
Optional. Only validate the request, but do not perform mutations. The default is false.
Property Value | |
---|---|
Type | Description |
Boolean |