Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class ListControlsRequest.
Request for ListControls method.
Generated from protobuf message google.cloud.discoveryengine.v1.ListControlsRequest
Namespace
Google \ Cloud \ DiscoveryEngine \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The data store resource name. Format: projects/{project_number}/locations/{location_id}/collections/{collection_id}/dataStores/{data_store_id}
or projects/{project_number}/locations/{location_id}/collections/{collection_id}/engines/{engine_id}
.
↳ page_size
int
Optional. Maximum number of results to return. If unspecified, defaults to 50. Max allowed value is 1000.
↳ page_token
string
Optional. A page token, received from a previous ListControls
call. Provide this to retrieve the subsequent page.
↳ filter
string
Optional. A filter to apply on the list results. Supported features: * List all the products under the parent branch if filter is unset. Currently this field is unsupported.
getParent
Required. The data store resource name. Format: projects/{project_number}/locations/{location_id}/collections/{collection_id}/dataStores/{data_store_id}
or projects/{project_number}/locations/{location_id}/collections/{collection_id}/engines/{engine_id}
.
string
setParent
Required. The data store resource name. Format: projects/{project_number}/locations/{location_id}/collections/{collection_id}/dataStores/{data_store_id}
or projects/{project_number}/locations/{location_id}/collections/{collection_id}/engines/{engine_id}
.
var
string
$this
getPageSize
Optional. Maximum number of results to return. If unspecified, defaults to 50. Max allowed value is 1000.
int
setPageSize
Optional. Maximum number of results to return. If unspecified, defaults to 50. Max allowed value is 1000.
var
int
$this
getPageToken
Optional. A page token, received from a previous ListControls
call.
Provide this to retrieve the subsequent page.
string
setPageToken
Optional. A page token, received from a previous ListControls
call.
Provide this to retrieve the subsequent page.
var
string
$this
getFilter
Optional. A filter to apply on the list results. Supported features:
- List all the products under the parent branch if filter is unset. Currently this field is unsupported.
string
setFilter
Optional. A filter to apply on the list results. Supported features:
- List all the products under the parent branch if filter is unset. Currently this field is unsupported.
var
string
$this
static::build
parent
string
Required. The data store resource name. Format: projects/{project_number}/locations/{location_id}/collections/{collection_id}/dataStores/{data_store_id}
or projects/{project_number}/locations/{location_id}/collections/{collection_id}/engines/{engine_id}
. Please see Google\Cloud\DiscoveryEngine\V1\ControlServiceClient::dataStoreName()
for help formatting this field.