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.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ serving_config |
Google\Cloud\Retail\V2\ServingConfig
Required. The ServingConfig to update. |
↳ 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.
Returns | |
---|---|
Type | Description |
Google\Cloud\Retail\V2\ServingConfig|null |
hasServingConfig
clearServingConfig
setServingConfig
Required. The ServingConfig to update.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Retail\V2\ServingConfig
|
Returns | |
---|---|
Type | Description |
$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.
Returns | |
---|---|
Type | Description |
Google\Protobuf\FieldMask|null |
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.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\FieldMask
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
servingConfig |
Google\Cloud\Retail\V2\ServingConfig
Required. The ServingConfig to update. |
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. |
Returns | |
---|---|
Type | Description |
Google\Cloud\Retail\V2\UpdateServingConfigRequest |