Google Cloud Retail V2 Client - Class UpdateServingConfigRequest (1.4.2)

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 \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
Google\Cloud\Retail\V2\ServingConfig|null

hasServingConfig

clearServingConfig

setServingConfig

Required. The ServingConfig to update.

Parameter
NameDescription
var Google\Cloud\Retail\V2\ServingConfig
Returns
TypeDescription
$this

getUpdateMask

Indicates which fields in the provided ServingConfig to update. The following are NOT supported:

Returns
TypeDescription
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

Indicates which fields in the provided ServingConfig to update. The following are NOT supported:

Parameter
NameDescription
var Google\Protobuf\FieldMask
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
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
TypeDescription
Google\Cloud\Retail\V2\UpdateServingConfigRequest