API hub v1 API - Class UpdateAttributeRequest (1.0.0-beta02)

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.

Inheritance

object > UpdateAttributeRequest

Namespace

Google.Cloud.ApiHub.V1

Assembly

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