public sealed class BatchGetDocumentsMetadataResponse : IMessage<BatchGetDocumentsMetadataResponse>, IEquatable<BatchGetDocumentsMetadataResponse>, IDeepCloneable<BatchGetDocumentsMetadataResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class BatchGetDocumentsMetadataResponse.
Response message for
[DocumentService.BatchGetDocumentsMetadata][google.cloud.discoveryengine.v1beta.DocumentService.BatchGetDocumentsMetadata]
method.
[[["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 is for the `BatchGetDocumentsMetadataResponse` class within the Google Cloud Discovery Engine v1beta API, specifically version 1.0.0-beta17."],["The `BatchGetDocumentsMetadataResponse` class serves as the response message for the `DocumentService.BatchGetDocumentsMetadata` method in the Discovery Engine API."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `BatchGetDocumentsMetadataResponse` class contains a `DocumentsMetadata` property, which is a `RepeatedField` of `DocumentMetadata` objects that provides the metadata for multiple `Document` instances."],["The assembly for this class is `Google.Cloud.DiscoveryEngine.V1Beta.dll` within the `Google.Cloud.DiscoveryEngine.V1Beta` namespace."]]],[]]