Retail v2 API - Class UpdateAttributesConfigRequest (2.7.0)

public sealed class UpdateAttributesConfigRequest : IMessage<UpdateAttributesConfigRequest>, IEquatable<UpdateAttributesConfigRequest>, IDeepCloneable<UpdateAttributesConfigRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Retail v2 API class UpdateAttributesConfigRequest.

Request for [CatalogService.UpdateAttributesConfig][google.cloud.retail.v2.CatalogService.UpdateAttributesConfig] method.

Inheritance

object > UpdateAttributesConfigRequest

Namespace

Google.Cloud.Retail.V2

Assembly

Google.Cloud.Retail.V2.dll

Constructors

UpdateAttributesConfigRequest()

public UpdateAttributesConfigRequest()

UpdateAttributesConfigRequest(UpdateAttributesConfigRequest)

public UpdateAttributesConfigRequest(UpdateAttributesConfigRequest other)
Parameter
NameDescription
otherUpdateAttributesConfigRequest

Properties

AttributesConfig

public AttributesConfig AttributesConfig { get; set; }

Required. The [AttributesConfig][google.cloud.retail.v2.AttributesConfig] to update.

Property Value
TypeDescription
AttributesConfig

UpdateMask

public FieldMask UpdateMask { get; set; }

Indicates which fields in the provided [AttributesConfig][google.cloud.retail.v2.AttributesConfig] to update. The following is the only supported field:

  • [AttributesConfig.catalog_attributes][google.cloud.retail.v2.AttributesConfig.catalog_attributes]

If not set, all supported fields are updated.

Property Value
TypeDescription
FieldMask