Class: Google::Cloud::DiscoveryEngine::V1beta::ImportSuggestionDenyListEntriesRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb

Overview

Defined Under Namespace

Classes: InlineSource

Instance Attribute Summary collapse

Instance Attribute Details

#gcs_source::Google::Cloud::DiscoveryEngine::V1beta::GcsSource

Returns 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.

Returns:

  • (::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.


362
363
364
365
366
367
368
369
370
371
372
373
374
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 362

class ImportSuggestionDenyListEntriesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The inline source for SuggestionDenyListEntry.
  # @!attribute [rw] entries
  #   @return [::Array<::Google::Cloud::DiscoveryEngine::V1beta::SuggestionDenyListEntry>]
  #     Required. A list of all denylist entries to import. Max of 1000 items.
  class InlineSource
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#inline_source::Google::Cloud::DiscoveryEngine::V1beta::ImportSuggestionDenyListEntriesRequest::InlineSource

Returns The Inline source for the input content for suggestion deny list entries.

Returns:



362
363
364
365
366
367
368
369
370
371
372
373
374
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 362

class ImportSuggestionDenyListEntriesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The inline source for SuggestionDenyListEntry.
  # @!attribute [rw] entries
  #   @return [::Array<::Google::Cloud::DiscoveryEngine::V1beta::SuggestionDenyListEntry>]
  #     Required. A list of all denylist entries to import. Max of 1000 items.
  class InlineSource
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#parent::String

Returns Required. The parent data store resource name for which to import denylist entries. Follows pattern projects//locations//collections//dataStores/.

Returns:

  • (::String)

    Required. The parent data store resource name for which to import denylist entries. Follows pattern projects//locations//collections//dataStores/.



362
363
364
365
366
367
368
369
370
371
372
373
374
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 362

class ImportSuggestionDenyListEntriesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The inline source for SuggestionDenyListEntry.
  # @!attribute [rw] entries
  #   @return [::Array<::Google::Cloud::DiscoveryEngine::V1beta::SuggestionDenyListEntry>]
  #     Required. A list of all denylist entries to import. Max of 1000 items.
  class InlineSource
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end