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

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

Response message for EngineService.ListEngines method.

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

Namespace

Google \ Cloud \ DiscoveryEngine \ V1beta

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ enginesarray<Google\Cloud\DiscoveryEngine\V1beta\Engine>

All the customer's Engines.

↳ next_page_tokenstring

Not supported.

getEngines

All the customer's Engines.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setEngines

All the customer's Engines.

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

getNextPageToken

Not supported.

Returns
TypeDescription
string

setNextPageToken

Not supported.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this