Reference documentation and code samples for the Google Cloud Retail V2 Client class ListGenerativeQuestionConfigsRequest.
Request for ListQuestions method.
Generated from protobuf message google.cloud.retail.v2.ListGenerativeQuestionConfigsRequest
Namespace
Google \ Cloud \ Retail \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. Resource name of the parent catalog. Format: projects/{project}/locations/{location}/catalogs/{catalog} |
getParent
Required. Resource name of the parent catalog.
Format: projects/{project}/locations/{location}/catalogs/{catalog}
Returns | |
---|---|
Type | Description |
string |
setParent
Required. Resource name of the parent catalog.
Format: projects/{project}/locations/{location}/catalogs/{catalog}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
parent |
string
Required. Resource name of the parent catalog. Format: projects/{project}/locations/{location}/catalogs/{catalog} Please see Google\Cloud\Retail\V2\GenerativeQuestionServiceClient::catalogName() for help formatting this field. |
Returns | |
---|---|
Type | Description |
Google\Cloud\Retail\V2\ListGenerativeQuestionConfigsRequest |