Reference documentation and code samples for the Google Cloud Retail V2 Client class UpdateServingConfigRequest.
Request for UpdateServingConfig method.
Generated from protobuf message google.cloud.retail.v2.UpdateServingConfigRequest
Namespace
Google \ Cloud \ Retail \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ serving_config
↳ update_mask
Google\Protobuf\FieldMask
Indicates which fields in the provided ServingConfig to update. The following are NOT supported: * ServingConfig.name If not set, all supported fields are updated.
getServingConfig
Required. The ServingConfig to update.
hasServingConfig
clearServingConfig
setServingConfig
Required. The ServingConfig to update.
$this
getUpdateMask
Indicates which fields in the provided ServingConfig to update. The following are NOT supported:
- ServingConfig.name If not set, all supported fields are updated.
hasUpdateMask
clearUpdateMask
setUpdateMask
Indicates which fields in the provided ServingConfig to update. The following are NOT supported:
- ServingConfig.name If not set, all supported fields are updated.
$this
static::build
servingConfig
updateMask
Google\Protobuf\FieldMask
Indicates which fields in the provided ServingConfig to update. The following are NOT supported:
If not set, all supported fields are updated.