suggestion_deny_list_entries
Creates, updates, deletes, gets or lists a suggestion_deny_list_entries resource.
Overview
| Name | suggestion_deny_list_entries |
| Type | Resource |
| Id | google.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:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
projects_locations_collections_data_stores_suggestion_deny_list_entries_import | exec | projectsId, locationsId, collectionsId, dataStoresId | Imports all SuggestionDenyListEntry for a DataStore. | |
projects_locations_collections_data_stores_suggestion_deny_list_entries_purge | exec | projectsId, locationsId, collectionsId, dataStoresId | Permanently deletes all SuggestionDenyListEntry for a DataStore. | |
projects_locations_data_stores_suggestion_deny_list_entries_import | exec | projectsId, locationsId, dataStoresId | Imports all SuggestionDenyListEntry for a DataStore. | |
projects_locations_data_stores_suggestion_deny_list_entries_purge | exec | projectsId, locationsId, dataStoresId | Permanently 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.
| Name | Datatype | Description |
|---|---|---|
collectionsId | string | |
dataStoresId | string | |
locationsId | string | |
projectsId | string |
Lifecycle Methods
- projects_locations_collections_data_stores_suggestion_deny_list_entries_import
- projects_locations_collections_data_stores_suggestion_deny_list_entries_purge
- projects_locations_data_stores_suggestion_deny_list_entries_import
- projects_locations_data_stores_suggestion_deny_list_entries_purge
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 }}"
}'
;
Permanently deletes all SuggestionDenyListEntry for a DataStore.
EXEC google.discoveryengine.suggestion_deny_list_entries.projects_locations_collections_data_stores_suggestion_deny_list_entries_purge
@projectsId='{{ projectsId }}' --required,
@locationsId='{{ locationsId }}' --required,
@collectionsId='{{ collectionsId }}' --required,
@dataStoresId='{{ dataStoresId }}' --required
;
Imports all SuggestionDenyListEntry for a DataStore.
EXEC google.discoveryengine.suggestion_deny_list_entries.projects_locations_data_stores_suggestion_deny_list_entries_import
@projectsId='{{ projectsId }}' --required,
@locationsId='{{ locationsId }}' --required,
@dataStoresId='{{ dataStoresId }}' --required
@@json=
'{
"inlineSource": "{{ inlineSource }}",
"gcsSource": "{{ gcsSource }}"
}'
;
Permanently deletes all SuggestionDenyListEntry for a DataStore.
EXEC google.discoveryengine.suggestion_deny_list_entries.projects_locations_data_stores_suggestion_deny_list_entries_purge
@projectsId='{{ projectsId }}' --required,
@locationsId='{{ locationsId }}' --required,
@dataStoresId='{{ dataStoresId }}' --required
;