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."],[[["This webpage details the `QueryTarget` class within the `Google.Cloud.Firestore.V1` namespace, specifically within version 3.0.0 of the library, with access to other versions using the links at the top."],["The `QueryTarget` class, a sealed class, is used to define a target specified by a query and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, `QueryTarget()` and `QueryTarget(Target.Types.QueryTarget other)`, for creating instances of `QueryTarget`."],["Key properties of the `QueryTarget` class include `Parent` for specifying the parent resource name, `QueryTypeCase` to define the query type, and `StructuredQuery` for defining a structured query."],["The `QueryTarget` class inherits members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` from the `Object` class."]]],[]]