public sealed class Target.Types.DocumentsTarget : IMessage<Target.Types.DocumentsTarget>, IEquatable<Target.Types.DocumentsTarget>, IDeepCloneable<Target.Types.DocumentsTarget>, IBufferMessage, IMessageReference documentation and code samples for the Firestore v1 API class Target.Types.DocumentsTarget.
A target specified by a set of documents names.
Implements
IMessageTargetTypesDocumentsTarget, IEquatableTargetTypesDocumentsTarget, IDeepCloneableTargetTypesDocumentsTarget, IBufferMessage, IMessageNamespace
Google.Cloud.Firestore.V1Assembly
Google.Cloud.Firestore.V1.dll
Constructors
DocumentsTarget()
public DocumentsTarget()DocumentsTarget(DocumentsTarget)
public DocumentsTarget(Target.Types.DocumentsTarget other)| Parameter | |
|---|---|
| Name | Description |
other |
TargetTypesDocumentsTarget |
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 |
RepeatedFieldstring |
|