Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::PurgeDocumentsRequest::InlineSource.
The inline source for the input config for DocumentService.PurgeDocuments method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#documents
def documents() -> ::Array<::String>
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.
#documents=
def documents=(value) -> ::Array<::String>
Parameter
-
value (::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.
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.