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 \ V1betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data | array Optional. Data for populating the Message object. |
↳ engines | array<Google\Cloud\DiscoveryEngine\V1beta\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\V1beta\Engine> |
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
Not supported.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
Not supported.
Parameter | |
---|---|
Name | Description |
var | string |
Returns | |
---|---|
Type | Description |
$this |