Class DeleteEntryRequest (1.2.0)

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

Request message for [DeleteEntry][google.cloud.datacatalog.v1.DataCatalog.DeleteEntry].

Inheritance

Object > DeleteEntryRequest

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

DeleteEntryRequest()

public DeleteEntryRequest()

DeleteEntryRequest(DeleteEntryRequest)

public DeleteEntryRequest(DeleteEntryRequest other)
Parameter
NameDescription
otherDeleteEntryRequest

Properties

EntryName

public EntryName EntryName { get; set; }

EntryName-typed view over the Name resource name property.

Property Value
TypeDescription
EntryName

Name

public string Name { get; set; }

Required. The name of the entry. Example:

  • projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}
Property Value
TypeDescription
String