public sealed class ImportDocumentsRequest.Types.InlineSource : IMessage<ImportDocumentsRequest.Types.InlineSource>, IEquatable<ImportDocumentsRequest.Types.InlineSource>, IDeepCloneable<ImportDocumentsRequest.Types.InlineSource>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class ImportDocumentsRequest.Types.InlineSource.
The inline source for the input config for ImportDocuments method.
Required. A list of documents to update/create. Each document must have a
valid [Document.id][google.cloud.discoveryengine.v1.Document.id].
Recommended max of 100 items.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference information for the `ImportDocumentsRequest.Types.InlineSource` class within the Google Cloud Discovery Engine v1 API, focusing on version 1.4.0 but also listing other versions."],["`ImportDocumentsRequest.Types.InlineSource` is designed as an inline source for the input configuration when utilizing the `ImportDocuments` method."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class includes a `Documents` property, which is a required field containing a list of documents to be updated or created, each needing a valid `Document.id`, with a recommended maximum of 100 items."]]],[]]