public sealed class DocumentsTarget : IMessage<Target.Types.DocumentsTarget>, IEquatable<Target.Types.DocumentsTarget>, IDeepCloneable<Target.Types.DocumentsTarget>, IBufferMessage, IMessage
The names of the documents to retrieve. In the format:
projects/{project_id}/databases/{database_id}/documents/{document_path}.
The request will fail if any of the document is not a child resource of
the given database. Duplicate names will be elided.
[[["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 latest version of the `DocumentsTarget` is 3.10.0, with various prior versions available, starting from 3.9.0 down to 2.3.0."],["`DocumentsTarget` is a class that specifies a target using a set of document names, found within the `Google.Cloud.Firestore.V1` namespace and is implemented from the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["`DocumentsTarget` includes a constructor method and supports the retrieval of document names in the format of `projects/{project_id}/databases/{database_id}/documents/{document_path}` through the `Documents` property, which is of type `RepeatedField\u003cstring\u003e`."],["This class inherits several members from the base `Object` class, including `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]