Google Cloud Retail V2 Client - Class AddCatalogAttributeRequest (1.5.0)

Reference documentation and code samples for the Google Cloud Retail V2 Client class AddCatalogAttributeRequest.

Request for CatalogService.AddCatalogAttribute method.

Generated from protobuf message google.cloud.retail.v2.AddCatalogAttributeRequest

Namespace

Google \ Cloud \ Retail \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ attributes_config string

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

↳ catalog_attribute Google\Cloud\Retail\V2\CatalogAttribute

Required. The CatalogAttribute to add.

getAttributesConfig

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

Returns
TypeDescription
string

setAttributesConfig

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getCatalogAttribute

Required. The CatalogAttribute to add.

Returns
TypeDescription
Google\Cloud\Retail\V2\CatalogAttribute|null

hasCatalogAttribute

clearCatalogAttribute

setCatalogAttribute

Required. The CatalogAttribute to add.

Parameter
NameDescription
var Google\Cloud\Retail\V2\CatalogAttribute
Returns
TypeDescription
$this