Google Cloud Discovery Engine V1beta Client - Class ListEnginesRequest (0.11.2)

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

Request message for EngineService.ListEngines method.

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

Namespace

Google \ Cloud \ DiscoveryEngine \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
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}.

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 projects/{project}/locations/{location}/collections/{collection_id}. Please see Google\Cloud\DiscoveryEngine\V1beta\EngineServiceClient::collectionName() for help formatting this field.

Returns
Type Description
Google\Cloud\DiscoveryEngine\V1beta\ListEnginesRequest