Class: Google::Cloud::DiscoveryEngine::V1::PurgeDocumentsRequest::InlineSource

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

Overview

The inline source for the input config for DocumentService.PurgeDocuments method.

Instance Attribute Summary collapse

Instance Attribute Details

#documents::Array<::String>

Returns Required. A list of full resource name of documents to purge. In the format projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*. Recommended max of 100 items.

Returns:

  • (::Array<::String>)

    Required. A list of full resource name of documents to purge. In the format projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*. Recommended max of 100 items.



154
155
156
157
# File 'proto_docs/google/cloud/discoveryengine/v1/purge_config.rb', line 154

class InlineSource
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end