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.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The parent resource name, such as projects/{project}/locations/{location}/collections/{collection_id}
.
↳ 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}
.
string
setParent
Required. The parent resource name, such as projects/{project}/locations/{location}/collections/{collection_id}
.
var
string
$this
getPageSize
Optional. Not supported.
int
setPageSize
Optional. Not supported.
var
int
$this
getPageToken
Optional. Not supported.
string
setPageToken
Optional. Not supported.
var
string
$this
getFilter
Optional. Filter by solution type. For example: solution_type=SOLUTION_TYPE_SEARCH
string
setFilter
Optional. Filter by solution type. For example: solution_type=SOLUTION_TYPE_SEARCH
var
string
$this
static::build
parent
string
Required. The parent resource name, such as projects/{project}/locations/{location}/collections/{collection_id}
. Please see Google\Cloud\DiscoveryEngine\V1\EngineServiceClient::collectionName()
for help formatting this field.