Cloud Dataplex v1 API - Class DeleteEntryTypeRequest (2.15.0)

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

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

Delele EntryType Request

Inheritance

object > DeleteEntryTypeRequest

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

DeleteEntryTypeRequest()

public DeleteEntryTypeRequest()

DeleteEntryTypeRequest(DeleteEntryTypeRequest)

public DeleteEntryTypeRequest(DeleteEntryTypeRequest other)
Parameter
NameDescription
otherDeleteEntryTypeRequest

Properties

EntryTypeName

public EntryTypeName EntryTypeName { get; set; }

EntryTypeName-typed view over the Name resource name property.

Property Value
TypeDescription
EntryTypeName

Etag

public string Etag { get; set; }

Optional. If the client provided etag value does not match the current etag value, the DeleteEntryTypeRequest method returns an ABORTED error response

Property Value
TypeDescription
string

Name

public string Name { get; set; }

Required. The resource name of the EntryType: projects/{project_number}/locations/{location_id}/entryTypes/{entry_type_id}.

Property Value
TypeDescription
string