Google Cloud Retail V2 Client - Class UpdateAttributesConfigRequest (1.5.0)

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

Request for CatalogService.UpdateAttributesConfig method.

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

Namespace

Google \ Cloud \ Retail \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ attributes_config Google\Cloud\Retail\V2\AttributesConfig

Required. The AttributesConfig to update.

↳ update_mask Google\Protobuf\FieldMask

Indicates which fields in the provided AttributesConfig to update. The following is the only supported field: * AttributesConfig.catalog_attributes If not set, all supported fields are updated.

getAttributesConfig

Required. The AttributesConfig to update.

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

hasAttributesConfig

clearAttributesConfig

setAttributesConfig

Required. The AttributesConfig to update.

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

getUpdateMask

Indicates which fields in the provided AttributesConfig to update. The following is the only supported field:

Returns
TypeDescription
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

Indicates which fields in the provided AttributesConfig to update. The following is the only supported field:

Parameter
NameDescription
var Google\Protobuf\FieldMask
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
attributesConfig Google\Cloud\Retail\V2\AttributesConfig

Required. The AttributesConfig to update.

updateMask Google\Protobuf\FieldMask

Indicates which fields in the provided AttributesConfig to update. The following is the only supported field:

If not set, all supported fields are updated.

Returns
TypeDescription
Google\Cloud\Retail\V2\UpdateAttributesConfigRequest