ProjectsLocationsCollectionsDataStoresCompletionSuggestions
class ProjectsLocationsCollectionsDataStoresCompletionSuggestions extends Resource (View source)
The "completionSuggestions" collection of methods.
Typical usage is:
$discoveryengineService = new Google\Service\DiscoveryEngine(...);
$completionSuggestions = $discoveryengineService->projects_locations_collections_dataStores_completionSuggestions;
Methods
import(string $parent, GoogleCloudDiscoveryengineV1ImportCompletionSuggestionsRequest $postBody, array $optParams = [])
Imports CompletionSuggestions for a DataStore. (completionSuggestions.import)
purge(string $parent, GoogleCloudDiscoveryengineV1PurgeCompletionSuggestionsRequest $postBody, array $optParams = [])
Permanently deletes all CompletionSuggestions for a DataStore.
Details
GoogleLongrunningOperation
import(string $parent, GoogleCloudDiscoveryengineV1ImportCompletionSuggestionsRequest $postBody, array $optParams = [])
Imports CompletionSuggestions for a DataStore. (completionSuggestions.import)
GoogleLongrunningOperation
purge(string $parent, GoogleCloudDiscoveryengineV1PurgeCompletionSuggestionsRequest $postBody, array $optParams = [])
Permanently deletes all CompletionSuggestions for a DataStore.
(completionSuggestions.purge)