Google Cloud Retail V2 Client - Class UpdateGenerativeQuestionConfigRequest (2.1.0)

Reference documentation and code samples for the Google Cloud Retail V2 Client class UpdateGenerativeQuestionConfigRequest.

Request for UpdateGenerativeQuestionConfig method.

Generated from protobuf message google.cloud.retail.v2.UpdateGenerativeQuestionConfigRequest

Namespace

Google \ Cloud \ Retail \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ generative_question_config Google\Cloud\Retail\V2\GenerativeQuestionConfig

Required. The question to update.

↳ update_mask Google\Protobuf\FieldMask

Optional. Indicates which fields in the provided GenerativeQuestionConfig to update. The following are NOT supported: * GenerativeQuestionConfig.frequency If not set or empty, all supported fields are updated.

getGenerativeQuestionConfig

Required. The question to update.

Returns
Type Description
Google\Cloud\Retail\V2\GenerativeQuestionConfig|null

hasGenerativeQuestionConfig

clearGenerativeQuestionConfig

setGenerativeQuestionConfig

Required. The question to update.

Parameter
Name Description
var Google\Cloud\Retail\V2\GenerativeQuestionConfig
Returns
Type Description
$this

getUpdateMask

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

Returns
Type Description
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

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

Parameter
Name Description
var Google\Protobuf\FieldMask
Returns
Type Description
$this

static::build

Parameters
Name Description
generativeQuestionConfig Google\Cloud\Retail\V2\GenerativeQuestionConfig

Required. The question to update.

updateMask Google\Protobuf\FieldMask

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

If not set or empty, all supported fields are updated.

Returns
Type Description
Google\Cloud\Retail\V2\UpdateGenerativeQuestionConfigRequest