Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::ImportSuggestionDenyListEntriesRequest.
Request message for CompletionService.ImportSuggestionDenyListEntries method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#gcs_source
def gcs_source() -> ::Google::Cloud::DiscoveryEngine::V1beta::GcsSource
-
(::Google::Cloud::DiscoveryEngine::V1beta::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.
Note: The following fields are mutually exclusive:
gcs_source
,inline_source
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#gcs_source=
def gcs_source=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::GcsSource
-
value (::Google::Cloud::DiscoveryEngine::V1beta::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.
Note: The following fields are mutually exclusive:
gcs_source
,inline_source
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::DiscoveryEngine::V1beta::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.
Note: The following fields are mutually exclusive:
gcs_source
,inline_source
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#inline_source
def inline_source() -> ::Google::Cloud::DiscoveryEngine::V1beta::ImportSuggestionDenyListEntriesRequest::InlineSource
-
(::Google::Cloud::DiscoveryEngine::V1beta::ImportSuggestionDenyListEntriesRequest::InlineSource) — The Inline source for the input content for suggestion deny list entries.
Note: The following fields are mutually exclusive:
inline_source
,gcs_source
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#inline_source=
def inline_source=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::ImportSuggestionDenyListEntriesRequest::InlineSource
-
value (::Google::Cloud::DiscoveryEngine::V1beta::ImportSuggestionDenyListEntriesRequest::InlineSource) — The Inline source for the input content for suggestion deny list entries.
Note: The following fields are mutually exclusive:
inline_source
,gcs_source
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::DiscoveryEngine::V1beta::ImportSuggestionDenyListEntriesRequest::InlineSource) — The Inline source for the input content for suggestion deny list entries.
Note: The following fields are mutually exclusive:
inline_source
,gcs_source
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#parent
def parent() -> ::String
- (::String) — Required. The parent data store resource name for which to import denylist entries. Follows pattern projects//locations//collections//dataStores/.
#parent=
def parent=(value) -> ::String
- value (::String) — Required. The parent data store resource name for which to import denylist entries. Follows pattern projects//locations//collections//dataStores/.
- (::String) — Required. The parent data store resource name for which to import denylist entries. Follows pattern projects//locations//collections//dataStores/.