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
Methods
__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.
Generated from protobuf field .google.cloud.retail.v2.AttributesConfig attributes_config = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Google\Cloud\Retail\V2\AttributesConfig|null |
hasAttributesConfig
clearAttributesConfig
setAttributesConfig
Required. The AttributesConfig to update.
Generated from protobuf field .google.cloud.retail.v2.AttributesConfig attributes_config = 1 [(.google.api.field_behavior) = REQUIRED];
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.
Generated from protobuf field .google.protobuf.FieldMask update_mask = 2;
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.
Generated from protobuf field .google.protobuf.FieldMask update_mask = 2;
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\FieldMask
|
Returns | |
---|---|
Type | Description |
$this |