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 documentation covers the `InlineSource` class within the Google Cloud Discovery Engine v1beta API, specifically for the `ImportDocumentsRequest` method."],["`InlineSource` is used as the inline source configuration for input when using the `ImportDocuments` method."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are for message handling and equality comparison."],["The `InlineSource` class contains a `Documents` property, which is a list of `Document` objects that are to be updated or created, with each document needing a valid ID."],["The `InlineSource` class has two constructors available: one parameterless and one that takes an `InlineSource` object to copy from."]]],[]]