public sealed class Target.Types.DocumentsTarget : IMessage<Target.Types.DocumentsTarget>, IEquatable<Target.Types.DocumentsTarget>, IDeepCloneable<Target.Types.DocumentsTarget>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore v1 API class Target.Types.DocumentsTarget.
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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe provided content is reference documentation for the \u003ccode\u003eTarget.Types.DocumentsTarget\u003c/code\u003e class within the Firestore v1 API, specifically version 3.8.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDocumentsTarget\u003c/code\u003e is a class that allows for specifying a set of document names to target within Firestore, which will allow you to retrieve them.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, meaning that the class is intended for use as a message within Google's protocol buffers and follows .NET-specific conventions for working with messages.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDocumentsTarget\u003c/code\u003e class has two constructors, one with no parameters and one that takes another \u003ccode\u003eDocumentsTarget\u003c/code\u003e object, which are used to initiate the object, and provides one property called \u003ccode\u003eDocuments\u003c/code\u003e, which is of type \u003ccode\u003eRepeatedField<string>\u003c/code\u003e and allows the user to define the documents they wish to retrieve.\u003c/p\u003e\n"],["\u003cp\u003eThe content contains a list of various versions for the reference documentation for the class \u003ccode\u003eTarget.Types.DocumentsTarget\u003c/code\u003e, ranging from 2.3.0 to the latest 3.10.0.\u003c/p\u003e\n"]]],[],null,[]]