listFileSearchStores

suspend fun listFileSearchStores(pageSize: Int? = null, pageToken: String? = null): ListFileSearchStoresResponse

Lists all FileSearchStores owned by the user.

Return

A ListFileSearchStoresResponse containing the list of FileSearchStores.

Parameters

pageSize

The maximum number of FileSearchStores to return.

pageToken

A page token, received from a previous fileSearchStores.list call.