public sealed class QueryTarget : IMessage<Target.Types.QueryTarget>, IEquatable<Target.Types.QueryTarget>, IDeepCloneable<Target.Types.QueryTarget>, IBufferMessage, IMessage
The parent resource name. In the format:
projects/{project_id}/databases/{database_id}/documents or
projects/{project_id}/databases/{database_id}/documents/{document_path}.
For example:
projects/my-project/databases/my-database/documents or
projects/my-project/databases/my-database/documents/chatrooms/my-chatroom
[[["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 `Google.Cloud.Firestore.V1` library is 3.10.0, with multiple prior versions available for use, ranging back to version 2.3.0."],["The `QueryTarget` class, located within the `Google.Cloud.Firestore.V1.Target.Types` namespace, is used to define a target for queries and implements multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `QueryTarget` class has two constructors: a default constructor `QueryTarget()` and an overloaded constructor `QueryTarget(Target.Types.QueryTarget other)` that accepts another `QueryTarget` instance."],["Key properties of the `QueryTarget` class include `Parent`, representing the parent resource name, `QueryTypeCase`, indicating the query type, and `StructuredQuery`, which holds a structured query object."],["The class includes inherited members such as `Object.GetHashCode()`, `Object.GetType()`, `Object.MemberwiseClone()`, and `Object.ToString()`, which are standard for .NET objects."]]],[]]