Cloud Dataplex v1 API - Class DeleteEntryGroupRequest (2.15.0)

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

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

Delele EntryGroup Request

Inheritance

object > DeleteEntryGroupRequest

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

DeleteEntryGroupRequest()

public DeleteEntryGroupRequest()

DeleteEntryGroupRequest(DeleteEntryGroupRequest)

public DeleteEntryGroupRequest(DeleteEntryGroupRequest other)
Parameter
NameDescription
otherDeleteEntryGroupRequest

Properties

EntryGroupName

public EntryGroupName EntryGroupName { get; set; }

EntryGroupName-typed view over the Name resource name property.

Property Value
TypeDescription
EntryGroupName

Etag

public string Etag { get; set; }

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

Property Value
TypeDescription
string

Name

public string Name { get; set; }

Required. The resource name of the EntryGroup: projects/{project_number}/locations/{location_id}/entryGroups/{entry_group_id}.

Property Value
TypeDescription
string