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."],[[["The `UpdateAttributeRequest` class is part of the API hub v1 API, specifically within the `Google.Cloud.ApiHub.V1` namespace."],["This class is used as the request object for the `UpdateAttribute` method, which is a part of the `ApiHub` service."],["The class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes properties such as `Attribute`, which represents the attribute to update, and `UpdateMask`, which specifies the fields to be updated."],["There are two constructors for the class, one being a parameterless constructor, and the other takes in another `UpdateAttributeRequest` object."]]],[]]