public sealed class DocumentsTarget : IMessage<Target.Types.DocumentsTarget>, IEquatable<Target.Types.DocumentsTarget>, IDeepCloneable<Target.Types.DocumentsTarget>, IBufferMessage, IMessageA target specified by a set of documents names.
Implements
IMessage<Target.Types.DocumentsTarget>, IEquatable<Target.Types.DocumentsTarget>, IDeepCloneable<Target.Types.DocumentsTarget>, IBufferMessage, IMessageNamespace
Google.Cloud.Firestore.V1Assembly
Google.Cloud.Firestore.V1.dll
Constructors
DocumentsTarget()
public DocumentsTarget()DocumentsTarget(Target.Types.DocumentsTarget)
public DocumentsTarget(Target.Types.DocumentsTarget other)| Parameter | |
|---|---|
| Name | Description |
other |
Target.Types.DocumentsTarget |
Properties
Documents
public RepeatedField<string> Documents { get; }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.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<String> |
|