Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class ListEnginesResponse.
Response message for EngineService.ListEngines method.
Generated from protobuf message google.cloud.discoveryengine.v1.ListEnginesResponse
Namespace
Google \ Cloud \ DiscoveryEngine \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ engines |
array<Google\Cloud\DiscoveryEngine\V1\Engine>
All the customer's Engines. |
↳ next_page_token |
string
Not supported. |
getEngines
All the customer's Engines.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setEngines
All the customer's Engines.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\DiscoveryEngine\V1\Engine>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
Not supported.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
Not supported.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |