Cloud Dataplex v1 API - Class DeleteEntryGroupRequest (3.12.0)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class DeleteEntryGroupRequest : IMessage<DeleteEntryGroupRequest>, IEquatable<DeleteEntryGroupRequest>, IDeepCloneable<DeleteEntryGroupRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Dataplex v1 API class DeleteEntryGroupRequest.
Delete EntryGroup Request.
Implements
IMessage DeleteEntryGroupRequest, IEquatable DeleteEntryGroupRequest, IDeepCloneable DeleteEntryGroupRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
DeleteEntryGroupRequest()
public DeleteEntryGroupRequest()DeleteEntryGroupRequest(DeleteEntryGroupRequest)
public DeleteEntryGroupRequest(DeleteEntryGroupRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteEntryGroupRequest |
Properties
EntryGroupName
public EntryGroupName EntryGroupName { get; set; }EntryGroupName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|