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 v1beta 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.v1beta.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 Discovery Engine v1beta API."],["`InlineSource` is used as an input configuration for the `ImportDocuments` method, enabling the import of documents."],["The class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It offers two constructors, one default and one that copies an existing `InlineSource` instance, and contains a `Documents` property that provides a list of documents for updating or creating, with each document requiring a valid ID."]]],[]]