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-03-21 UTC."],[[["This documentation covers the `UpdateAttributeRequest` class, which is part of the Google Cloud API Hub v1 API, specifically within the namespace `Google.Cloud.ApiHub.V1`."],["The `UpdateAttributeRequest` class is used as the request object for the `UpdateAttribute` method within the API, enabling the updating of attributes."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["Key properties of `UpdateAttributeRequest` include `Attribute`, which specifies the attribute to be updated, and `UpdateMask`, which specifies the fields to update."],["The two versions that are available for the `UpdateAttributeRequest` is the `1.0.0-beta02` and the latest stable version `1.0.0`."]]],[]]