Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::ImportDocumentsRequest::InlineSource.
The inline source for the input config for ImportDocuments method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#documents
def documents() -> ::Array<::Google::Cloud::DiscoveryEngine::V1beta::Document>
Returns
- (::Array<::Google::Cloud::DiscoveryEngine::V1beta::Document>) — Required. A list of documents to update/create. Each document must have a valid Document.id. Recommended max of 100 items.
#documents=
def documents=(value) -> ::Array<::Google::Cloud::DiscoveryEngine::V1beta::Document>
Parameter
- value (::Array<::Google::Cloud::DiscoveryEngine::V1beta::Document>) — Required. A list of documents to update/create. Each document must have a valid Document.id. Recommended max of 100 items.
Returns
- (::Array<::Google::Cloud::DiscoveryEngine::V1beta::Document>) — Required. A list of documents to update/create. Each document must have a valid Document.id. Recommended max of 100 items.