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 \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
Google\Cloud\Retail\V2\AttributesConfig|null |
hasAttributesConfig
clearAttributesConfig
setAttributesConfig
Required. The AttributesConfig to update.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Retail\V2\AttributesConfig
|
Returns | |
---|---|
Type | Description |
$this |
getUpdateMask
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.
Returns | |
---|---|
Type | Description |
Google\Protobuf\FieldMask|null |
hasUpdateMask
clearUpdateMask
setUpdateMask
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.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\FieldMask
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
Google\Cloud\Retail\V2\UpdateAttributesConfigRequest |