Discovery Engine v1beta API - Class PurgeDocumentsRequest.Types.InlineSource (1.0.0-beta17)

public sealed class PurgeDocumentsRequest.Types.InlineSource : IMessage<PurgeDocumentsRequest.Types.InlineSource>, IEquatable<PurgeDocumentsRequest.Types.InlineSource>, IDeepCloneable<PurgeDocumentsRequest.Types.InlineSource>, IBufferMessage, IMessage

Reference documentation and code samples for the Discovery Engine v1beta API class PurgeDocumentsRequest.Types.InlineSource.

The inline source for the input config for [DocumentService.PurgeDocuments][google.cloud.discoveryengine.v1beta.DocumentService.PurgeDocuments] method.

Inheritance

object > PurgeDocumentsRequest.Types.InlineSource

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

InlineSource()

public InlineSource()

InlineSource(InlineSource)

public InlineSource(PurgeDocumentsRequest.Types.InlineSource other)
Parameter
Name Description
other PurgeDocumentsRequestTypesInlineSource

Properties

Documents

public RepeatedField<string> Documents { get; }

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.

Property Value
Type Description
RepeatedFieldstring

DocumentsAsDocumentNames

public ResourceNameList<DocumentName> DocumentsAsDocumentNames { get; }

DocumentName-typed view over the Documents resource name property.

Property Value
Type Description
ResourceNameListDocumentName