Reference documentation and code samples for the Google Cloud Retail V2 Client class ListServingConfigsResponse.
Response for ListServingConfigs method.
Generated from protobuf message google.cloud.retail.v2.ListServingConfigsResponse
Namespace
Google \ Cloud \ Retail \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ serving_configs |
array<Google\Cloud\Retail\V2\ServingConfig>
All the ServingConfigs for a given catalog. |
↳ next_page_token |
string
Pagination token, if not returned indicates the last page. |
getServingConfigs
All the ServingConfigs for a given catalog.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setServingConfigs
All the ServingConfigs for a given catalog.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Retail\V2\ServingConfig>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
Pagination token, if not returned indicates the last page.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
Pagination token, if not returned indicates the last page.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |