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