ListDataStoresResponse

Response message for DataStoreService.ListDataStores method.

JSON representation
{
  "dataStores": [
    {
      object (DataStore)
    }
  ],
  "nextPageToken": string
}
Fields
dataStores[]

object (DataStore)

All the customer's DataStores.

nextPageToken

string

A token that can be sent as ListDataStoresRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.