public sealed class DeleteDataProductRequest : IMessage<DeleteDataProductRequest>, IEquatable<DeleteDataProductRequest>, IDeepCloneable<DeleteDataProductRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Dataplex v1 API class DeleteDataProductRequest.
Request message for deleting a data product.
Implements
IMessageDeleteDataProductRequest, IEquatableDeleteDataProductRequest, IDeepCloneableDeleteDataProductRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
DeleteDataProductRequest()
public DeleteDataProductRequest()DeleteDataProductRequest(DeleteDataProductRequest)
public DeleteDataProductRequest(DeleteDataProductRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteDataProductRequest |
Properties
DataProductName
public DataProductName DataProductName { get; set; }DataProductName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
DataProductName |
|
Etag
public string Etag { get; set; }Optional. The etag of the data product.
If an etag is provided and does not match the current etag of the data product, then the deletion will be blocked and an ABORTED error will be returned.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Name
public string Name { get; set; }Required. The name of the data product to delete. Format: projects/{project_id_or_number}/locations/{location_id}/dataProducts/{data_product_id}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ValidateOnly
public bool ValidateOnly { get; set; }Optional. Validates the request without actually deleting the data product. Default: false.
| Property Value | |
|---|---|
| Type | Description |
bool |
|