public sealed class UpdateAttributeRequest : IMessage<UpdateAttributeRequest>, IEquatable<UpdateAttributeRequest>, IDeepCloneable<UpdateAttributeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class UpdateAttributeRequest.
The [UpdateAttribute][google.cloud.apihub.v1.ApiHub.UpdateAttribute] method's
request.
[[["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-04-17 UTC."],[[["This documentation is for the `UpdateAttributeRequest` class within the Google Cloud API Hub v1 API, specifically version 1.0.0 (latest) and 1.0.0-beta02."],["The `UpdateAttributeRequest` class is used to send requests to the `UpdateAttribute` method in the Google Cloud API Hub v1 API."],["It implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The `UpdateAttributeRequest` class includes properties for `Attribute` (the attribute to update) and `UpdateMask` (the fields to update), which are crucial for updating attributes."],["The `UpdateAttributeRequest` has two constructors: a default constructor and one that takes another `UpdateAttributeRequest` object as a parameter."]]],[]]