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.
Implements
IMessageAddCatalogAttributeRequest, IEquatableAddCatalogAttributeRequest, IDeepCloneableAddCatalogAttributeRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.dll
Constructors
AddCatalogAttributeRequest()
public AddCatalogAttributeRequest()
AddCatalogAttributeRequest(AddCatalogAttributeRequest)
public AddCatalogAttributeRequest(AddCatalogAttributeRequest other)
Parameter | |
---|---|
Name | Description |
other |
AddCatalogAttributeRequest |
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 | |
---|---|
Type | Description |
string |
AttributesConfigAsAttributesConfigName
public AttributesConfigName AttributesConfigAsAttributesConfigName { get; set; }
AttributesConfigName-typed view over the AttributesConfig resource name property.
Property Value | |
---|---|
Type | Description |
AttributesConfigName |
CatalogAttribute
public CatalogAttribute CatalogAttribute { get; set; }
Required. The [CatalogAttribute][google.cloud.retail.v2.CatalogAttribute] to add.
Property Value | |
---|---|
Type | Description |
CatalogAttribute |