ProjectsLocationsCollectionsDataStores
class ProjectsLocationsCollectionsDataStores extends Resource (View source)
The "dataStores" collection of methods.
Typical usage is:
$discoveryengineService = new Google\Service\DiscoveryEngine(...);
$dataStores = $discoveryengineService->projects_locations_collections_dataStores;
Methods
Completes the specified user input with keyword suggestions.
Creates a DataStore. DataStore is for storing Documents. To serve these documents for Search, or Recommendation use case, an Engine needs to be created separately. (dataStores.create)
Deletes a DataStore. (dataStores.delete)
Gets a DataStore. (dataStores.get)
Gets the SiteSearchEngine. (dataStores.getSiteSearchEngine)
Lists all the DataStores associated with the project.
Updates a DataStore (dataStores.patch)
Details
GoogleCloudDiscoveryengineV1CompleteQueryResponse
completeQuery(string $dataStore, array $optParams = [])
Completes the specified user input with keyword suggestions.
(dataStores.completeQuery)
GoogleLongrunningOperation
create(string $parent, GoogleCloudDiscoveryengineV1DataStore $postBody, array $optParams = [])
Creates a DataStore. DataStore is for storing Documents. To serve these documents for Search, or Recommendation use case, an Engine needs to be created separately. (dataStores.create)
GoogleLongrunningOperation
delete(string $name, array $optParams = [])
Deletes a DataStore. (dataStores.delete)
GoogleCloudDiscoveryengineV1DataStore
get(string $name, array $optParams = [])
Gets a DataStore. (dataStores.get)
GoogleCloudDiscoveryengineV1SiteSearchEngine
getSiteSearchEngine(string $name, array $optParams = [])
Gets the SiteSearchEngine. (dataStores.getSiteSearchEngine)
GoogleCloudDiscoveryengineV1ListDataStoresResponse
listProjectsLocationsCollectionsDataStores(string $parent, array $optParams = [])
Lists all the DataStores associated with the project.
(dataStores.listProjectsLocationsCollectionsDataStores)
GoogleCloudDiscoveryengineV1DataStore
patch(string $name, GoogleCloudDiscoveryengineV1DataStore $postBody, array $optParams = [])
Updates a DataStore (dataStores.patch)