Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class ListDataStoresRequest.
Request message for DataStoreService.ListDataStores method.
Generated from protobuf message google.cloud.discoveryengine.v1.ListDataStoresRequest
Namespace
Google \ Cloud \ DiscoveryEngine \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The parent branch resource name, such as projects/{project}/locations/{location}/collections/{collection_id}
. If the caller does not have permission to list DataStore
s under this location, regardless of whether or not this data store exists, a PERMISSION_DENIED error is returned.
↳ page_size
int
Maximum number of DataStore s to return. If unspecified, defaults to 10. The maximum allowed value is 50. Values above 50 will be coerced to 50. If this field is negative, an INVALID_ARGUMENT is returned.
↳ page_token
string
A page token ListDataStoresResponse.next_page_token , received from a previous DataStoreService.ListDataStores call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to DataStoreService.ListDataStores must match the call that provided the page token. Otherwise, an INVALID_ARGUMENT error is returned.
↳ filter
string
Filter by solution type . For example: filter = 'solution_type:SOLUTION_TYPE_SEARCH'
getParent
Required. The parent branch resource name, such as projects/{project}/locations/{location}/collections/{collection_id}
.
If the caller does not have permission to list DataStore s under this location, regardless of whether or not this data store exists, a PERMISSION_DENIED error is returned.
string
setParent
Required. The parent branch resource name, such as projects/{project}/locations/{location}/collections/{collection_id}
.
If the caller does not have permission to list DataStore s under this location, regardless of whether or not this data store exists, a PERMISSION_DENIED error is returned.
var
string
$this
getPageSize
Maximum number of DataStore s to return. If unspecified, defaults to 10. The maximum allowed value is 50.
Values above 50 will be coerced to 50. If this field is negative, an INVALID_ARGUMENT is returned.
int
setPageSize
Maximum number of DataStore s to return. If unspecified, defaults to 10. The maximum allowed value is 50.
Values above 50 will be coerced to 50. If this field is negative, an INVALID_ARGUMENT is returned.
var
int
$this
getPageToken
A page token ListDataStoresResponse.next_page_token , received from a previous DataStoreService.ListDataStores call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to DataStoreService.ListDataStores must match the call that provided the page token. Otherwise, an INVALID_ARGUMENT error is returned.
string
setPageToken
A page token ListDataStoresResponse.next_page_token , received from a previous DataStoreService.ListDataStores call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to DataStoreService.ListDataStores must match the call that provided the page token. Otherwise, an INVALID_ARGUMENT error is returned.
var
string
$this
getFilter
Filter by solution type .
For example: filter = 'solution_type:SOLUTION_TYPE_SEARCH'
string
setFilter
Filter by solution type .
For example: filter = 'solution_type:SOLUTION_TYPE_SEARCH'
var
string
$this
static::build
parent
string
Required. The parent branch resource name, such as projects/{project}/locations/{location}/collections/{collection_id}
.
If the caller does not have permission to list DataStore s under this location, regardless of whether or not this data store exists, a PERMISSION_DENIED error is returned. Please see Google\Cloud\DiscoveryEngine\V1\DataStoreServiceClient::collectionName() for help formatting this field.