Google Cloud Discovery Engine V1beta Client - Class ListServingConfigsResponse (0.11.3)

Reference documentation and code samples for the Google Cloud Discovery Engine V1beta Client class ListServingConfigsResponse.

Response for ListServingConfigs method.

Generated from protobuf message google.cloud.discoveryengine.v1beta.ListServingConfigsResponse

Namespace

Google \ Cloud \ DiscoveryEngine \ V1beta

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ serving_configsarray<Google\Cloud\DiscoveryEngine\V1beta\ServingConfig>

All the ServingConfigs for a given dataStore.

↳ next_page_tokenstring

Pagination token, if not returned indicates the last page.

getServingConfigs

All the ServingConfigs for a given dataStore.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setServingConfigs

All the ServingConfigs for a given dataStore.

Parameter
NameDescription
vararray<Google\Cloud\DiscoveryEngine\V1beta\ServingConfig>
Returns
TypeDescription
$this

getNextPageToken

Pagination token, if not returned indicates the last page.

Returns
TypeDescription
string

setNextPageToken

Pagination token, if not returned indicates the last page.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this