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."],[[["The `BatchGetDocumentsMetadataResponse` class is a response message for the `DocumentService.BatchGetDocumentsMetadata` method in the Discovery Engine v1beta API."],["This class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, offering functionalities like message handling, equality checks, deep cloning, and buffer management."],["The class is located within the `Google.Cloud.DiscoveryEngine.V1Beta` namespace and is part of the `Google.Cloud.DiscoveryEngine.V1Beta.dll` assembly."],["`BatchGetDocumentsMetadataResponse` instances can be created using either a parameterless constructor or one that accepts another `BatchGetDocumentsMetadataResponse` object."],["The class contains the `DocumentsMetadata` property, which is a repeated field of type `DocumentMetadata` that holds the metadata for the requested `Document`s."]]],[]]