public sealed class BatchGetDocumentsMetadataResponse : IMessage<BatchGetDocumentsMetadataResponse>, IEquatable<BatchGetDocumentsMetadataResponse>, IDeepCloneable<BatchGetDocumentsMetadataResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class BatchGetDocumentsMetadataResponse.
Response message for [DocumentService.BatchGetDocumentsMetadata][google.cloud.discoveryengine.v1.DocumentService.BatchGetDocumentsMetadata] method.
Implements
IMessageBatchGetDocumentsMetadataResponse, IEquatableBatchGetDocumentsMetadataResponse, IDeepCloneableBatchGetDocumentsMetadataResponse, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1Assembly
Google.Cloud.DiscoveryEngine.V1.dll
Constructors
BatchGetDocumentsMetadataResponse()
public BatchGetDocumentsMetadataResponse()
BatchGetDocumentsMetadataResponse(BatchGetDocumentsMetadataResponse)
public BatchGetDocumentsMetadataResponse(BatchGetDocumentsMetadataResponse other)
Parameter | |
---|---|
Name | Description |
other |
BatchGetDocumentsMetadataResponse |
Properties
DocumentsMetadata
public RepeatedField<BatchGetDocumentsMetadataResponse.Types.DocumentMetadata> DocumentsMetadata { get; }
The metadata of the [Document][google.cloud.discoveryengine.v1.Document]s.
Property Value | |
---|---|
Type | Description |
RepeatedFieldBatchGetDocumentsMetadataResponseTypesDocumentMetadata |