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-06-12 UTC."],[[["The provided content is a documentation page for the `QueryTarget` class within the `Google.Cloud.Firestore.V1` namespace in .NET, detailing its structure, inheritance, and implementation."],["The `QueryTarget` class represents a target specified by a query and it supports several versions, with the latest being version 3.10.0 and the content focused on version 2.4.0."],["This class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling a variety of functionalities such as deep cloning and buffering."],["The class `QueryTarget` includes constructors to initialize new instances and key properties like `Parent`, which defines the resource path, and `StructuredQuery`, which allows for a structured query to be set."],["There is a `QueryTypeCase` property, indicating there are multiple options for the query type, which is useful for handling different types of queries within the same class."]]],[]]