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.
data
array
Optional. Data for populating the Message object.
↳ attributes_config
↳ 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];
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];
$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;
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;
var
Google\Protobuf\FieldMask
$this