Cloud Dataplex v1 API - Class UpdateEntityRequest (2.15.0)

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

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

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.

Inheritance

object > UpdateEntityRequest

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

UpdateEntityRequest()

public UpdateEntityRequest()

UpdateEntityRequest(UpdateEntityRequest)

public UpdateEntityRequest(UpdateEntityRequest other)
Parameter
NameDescription
otherUpdateEntityRequest

Properties

Entity

public Entity Entity { get; set; }

Required. Update description.

Property Value
TypeDescription
Entity

ValidateOnly

public bool ValidateOnly { get; set; }

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

Property Value
TypeDescription
bool