Skip to main content

suggestion_deny_list_entries

Creates, updates, deletes, gets or lists a suggestion_deny_list_entries resource.

Overview

Namesuggestion_deny_list_entries
TypeResource
Idgoogle.discoveryengine.suggestion_deny_list_entries

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
projects_locations_collections_data_stores_suggestion_deny_list_entries_importexecprojectsId, locationsId, collectionsId, dataStoresIdImports all SuggestionDenyListEntry for a DataStore.
projects_locations_collections_data_stores_suggestion_deny_list_entries_purgeexecprojectsId, locationsId, collectionsId, dataStoresIdPermanently deletes all SuggestionDenyListEntry for a DataStore.
projects_locations_data_stores_suggestion_deny_list_entries_importexecprojectsId, locationsId, dataStoresIdImports all SuggestionDenyListEntry for a DataStore.
projects_locations_data_stores_suggestion_deny_list_entries_purgeexecprojectsId, locationsId, dataStoresIdPermanently deletes all SuggestionDenyListEntry for a DataStore.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
collectionsIdstring
dataStoresIdstring
locationsIdstring
projectsIdstring

Lifecycle Methods

Imports all SuggestionDenyListEntry for a DataStore.

EXEC google.discoveryengine.suggestion_deny_list_entries.projects_locations_collections_data_stores_suggestion_deny_list_entries_import 
@projectsId='{{ projectsId }}' --required,
@locationsId='{{ locationsId }}' --required,
@collectionsId='{{ collectionsId }}' --required,
@dataStoresId='{{ dataStoresId }}' --required
@@json=
'{
"inlineSource": "{{ inlineSource }}",
"gcsSource": "{{ gcsSource }}"
}';