Retail v2 API - Class AddCatalogAttributeRequest (2.7.0)

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

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

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

Inheritance

object > AddCatalogAttributeRequest

Namespace

Google.Cloud.Retail.V2

Assembly

Google.Cloud.Retail.V2.dll

Constructors

AddCatalogAttributeRequest()

public AddCatalogAttributeRequest()

AddCatalogAttributeRequest(AddCatalogAttributeRequest)

public AddCatalogAttributeRequest(AddCatalogAttributeRequest other)
Parameter
NameDescription
otherAddCatalogAttributeRequest

Properties

AttributesConfig

public string AttributesConfig { get; set; }

Required. Full AttributesConfig resource name. Format: projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/attributesConfig

Property Value
TypeDescription
string

AttributesConfigAsAttributesConfigName

public AttributesConfigName AttributesConfigAsAttributesConfigName { get; set; }

AttributesConfigName-typed view over the AttributesConfig resource name property.

Property Value
TypeDescription
AttributesConfigName

CatalogAttribute

public CatalogAttribute CatalogAttribute { get; set; }

Required. The [CatalogAttribute][google.cloud.retail.v2.CatalogAttribute] to add.

Property Value
TypeDescription
CatalogAttribute