Cloud Dataplex v1 API - Class DeleteEntityRequest (2.13.0)

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

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

Delete a metadata entity request.

Inheritance

object > DeleteEntityRequest

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

DeleteEntityRequest()

public DeleteEntityRequest()

DeleteEntityRequest(DeleteEntityRequest)

public DeleteEntityRequest(DeleteEntityRequest other)
Parameter
NameDescription
otherDeleteEntityRequest

Properties

EntityName

public EntityName EntityName { get; set; }

EntityName-typed view over the Name resource name property.

Property Value
TypeDescription
EntityName

Etag

public string Etag { get; set; }

Required. The etag associated with the entity, which can be retrieved with a [GetEntity][] request.

Property Value
TypeDescription
string

Name

public string Name { get; set; }

Required. The resource name of the entity: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}.

Property Value
TypeDescription
string