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 version 2.3.0 of the library."],["`QueryTarget` is used to define a target specified by a query, and it inherits from the base `Object` class while implementing several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `QueryTarget` class includes properties like `Parent`, which defines the parent resource name, `QueryTypeCase`, indicating the type of query, and `StructuredQuery`, representing a structured query."],["The webpage provides a list of versions for `QueryTarget` ranging from version 2.3.0 up to the latest 3.10.0, which are all accessible via links."],["The page displays two constructors for the `QueryTarget` class: a default constructor and one that accepts another `Target.Types.QueryTarget` object as a parameter."]]],[]]