Reference documentation and code samples for the Google Cloud Retail V2 Client class BatchUpdateGenerativeQuestionConfigsRequest.
Request for BatchUpdateGenerativeQuestionConfig method.
Generated from protobuf message google.cloud.retail.v2.BatchUpdateGenerativeQuestionConfigsRequest
Namespace
Google \ Cloud \ Retail \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Optional. Resource name of the parent catalog. Format: projects/{project}/locations/{location}/catalogs/{catalog} |
↳ requests |
array<Google\Cloud\Retail\V2\UpdateGenerativeQuestionConfigRequest>
Required. The updates question configs. |
getParent
Optional. Resource name of the parent catalog.
Format: projects/{project}/locations/{location}/catalogs/{catalog}
Returns | |
---|---|
Type | Description |
string |
setParent
Optional. Resource name of the parent catalog.
Format: projects/{project}/locations/{location}/catalogs/{catalog}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getRequests
Required. The updates question configs.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setRequests
Required. The updates question configs.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Retail\V2\UpdateGenerativeQuestionConfigRequest>
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
parent |
string
Optional. Resource name of the parent catalog. Format: projects/{project}/locations/{location}/catalogs/{catalog} |
requests |
array<Google\Cloud\Retail\V2\UpdateGenerativeQuestionConfigRequest>
Required. The updates question configs. |
Returns | |
---|---|
Type | Description |
Google\Cloud\Retail\V2\BatchUpdateGenerativeQuestionConfigsRequest |