Cloud Dataplex v1 API - Class DeleteDataAttributeRequest (3.0.0)

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

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

Delete DataAttribute request.

Inheritance

object > DeleteDataAttributeRequest

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

DeleteDataAttributeRequest()

public DeleteDataAttributeRequest()

DeleteDataAttributeRequest(DeleteDataAttributeRequest)

public DeleteDataAttributeRequest(DeleteDataAttributeRequest other)
Parameter
Name Description
other DeleteDataAttributeRequest

Properties

DataAttributeName

public DataAttributeName DataAttributeName { get; set; }

DataAttributeName-typed view over the Name resource name property.

Property Value
Type Description
DataAttributeName

Etag

public string Etag { get; set; }

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

Property Value
Type Description
string

Name

public string Name { get; set; }

Required. The resource name of the DataAttribute: projects/{project_number}/locations/{location_id}/dataTaxonomies/{dataTaxonomy}/attributes/{data_attribute_id}

Property Value
Type Description
string

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.