public sealed class GetDataAttributeBindingRequest : IMessage<GetDataAttributeBindingRequest>, IEquatable<GetDataAttributeBindingRequest>, IDeepCloneable<GetDataAttributeBindingRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class GetDataAttributeBindingRequest.
Required. The resource name of the DataAttributeBinding:
projects/{project_number}/locations/{location_id}/dataAttributeBindings/{data_attribute_binding_id}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `GetDataAttributeBindingRequest` class is 3.6.0, which can be found in the Google.Cloud.Dataplex.V1 namespace and is part of the .NET reference documentation."],["This class is used to send a request to retrieve a `DataAttributeBinding` in Google Cloud Dataplex, with the resource name of the DataAttributeBinding being a required parameter."],["The `GetDataAttributeBindingRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for advanced functionality."],["There are multiple historical versions of the `GetDataAttributeBindingRequest` class, ranging from 1.0.0 to 3.6.0, with links to their respective documentation pages."],["The class has two constructors that can be used, either empty or taking another instance of itself, and provides properties like `DataAttributeBindingName` and `Name` to handle data."]]],[]]