public sealed class Target.Types.QueryTarget : IMessage<Target.Types.QueryTarget>, IEquatable<Target.Types.QueryTarget>, IDeepCloneable<Target.Types.QueryTarget>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore v1 API class Target.Types.QueryTarget.
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 document provides reference information for the `Target.Types.QueryTarget` class within the Google Cloud Firestore V1 API, specifically for version 3.6.0, and shows other versions available."],["`Target.Types.QueryTarget` is a class representing a query-based target in Firestore, and it is sealed and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and includes members like `GetHashCode()`, `GetType()`, and `ToString()`, and provides functionalities for constructing query targets, including a default constructor and a copy constructor."],["The `Target.Types.QueryTarget` class has properties such as `Parent` to specify the parent resource and `QueryTypeCase` to determine the type of query being represented, alongside the `StructuredQuery` property to manage the details of the structured query."],["There are multiple versions available for the `Target.Types.QueryTarget` class, the latest being 3.10.0, with versions going as far back as 2.3.0."]]],[]]