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.
Implements
IMessageUpdateAttributeRequest, IEquatableUpdateAttributeRequest, IDeepCloneableUpdateAttributeRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ApiHub.V1Assembly
Google.Cloud.ApiHub.V1.dll
Constructors
UpdateAttributeRequest()
public UpdateAttributeRequest()
UpdateAttributeRequest(UpdateAttributeRequest)
public UpdateAttributeRequest(UpdateAttributeRequest other)
Parameter | |
---|---|
Name | Description |
other |
UpdateAttributeRequest |
Properties
Attribute
public Attribute Attribute { get; set; }
Required. The attribute to update.
The attribute's name
field is used to identify the attribute to update.
Format:
projects/{project}/locations/{location}/attributes/{attribute}
Property Value | |
---|---|
Type | Description |
Attribute |
UpdateMask
public FieldMask UpdateMask { get; set; }
Required. The list of fields to update.
Property Value | |
---|---|
Type | Description |
FieldMask |