Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class ListEnginesRequest.
Request message for EngineService.ListEngines method.
Generated from protobuf message google.cloud.discoveryengine.v1.ListEnginesRequest
Namespace
Google \ Cloud \ DiscoveryEngine \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The parent resource name, such as |
↳ page_size |
int
Optional. Not supported. |
↳ page_token |
string
Optional. Not supported. |
↳ filter |
string
Optional. Filter by solution type. For example: solution_type=SOLUTION_TYPE_SEARCH |
getParent
Required. The parent resource name, such as
projects/{project}/locations/{location}/collections/{collection_id}
.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The parent resource name, such as
projects/{project}/locations/{location}/collections/{collection_id}
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPageSize
Optional. Not supported.
Returns | |
---|---|
Type | Description |
int |
setPageSize
Optional. Not supported.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getPageToken
Optional. Not supported.
Returns | |
---|---|
Type | Description |
string |
setPageToken
Optional. Not supported.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getFilter
Optional. Filter by solution type. For example: solution_type=SOLUTION_TYPE_SEARCH
Returns | |
---|---|
Type | Description |
string |
setFilter
Optional. Filter by solution type. For example: solution_type=SOLUTION_TYPE_SEARCH
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
parent |
string
Required. The parent resource name, such as
|
Returns | |
---|---|
Type | Description |
Google\Cloud\DiscoveryEngine\V1\ListEnginesRequest |