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 content details the `DocumentsTarget` class within the `Google.Cloud.Firestore.V1` namespace, which is used to define a target based on a set of document names."],["This class is found across multiple versions of the library, ranging from version 2.3.0 to the latest 3.10.0, with links provided for each version."],["`DocumentsTarget` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class."],["The class has two constructors, a default one and one that takes another `DocumentsTarget` object, and it includes a `Documents` property which is a `RepeatedField` of strings, representing document names."],["The `Documents` property specifies the documents to retrieve, formatted as `projects/{project_id}/databases/{database_id}/documents/{document_path}`, with duplicate names being ignored."]]],[]]