Class ImportSuggestionDenyListEntriesRequest (0.11.11)

ImportSuggestionDenyListEntriesRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message for CompletionService.ImportSuggestionDenyListEntries method.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
inline_source google.cloud.discoveryengine_v1.types.ImportSuggestionDenyListEntriesRequest.InlineSource
The Inline source for the input content for suggestion deny list entries. This field is a member of oneof_ source.
gcs_source google.cloud.discoveryengine_v1.types.GcsSource
Cloud Storage location for the input content. Only 1 file can be specified that contains all entries to import. Supported values gcs_source.schema for autocomplete suggestion deny list entry imports: - suggestion_deny_list (default): One JSON [SuggestionDenyListEntry] per line. This field is a member of oneof_ source.
parent str
Required. The parent data store resource name for which to import denylist entries. Follows pattern projects/\ */locations/*/collections/*/dataStores/*.

Classes

InlineSource

InlineSource(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The inline source for SuggestionDenyListEntry.