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 documentation for the `Target.Types.QueryTarget` class within the Google Cloud Firestore V1 API, specifically for .NET development."],["The `Target.Types.QueryTarget` class, a part of the `Google.Cloud.Firestore.V1` namespace, is used to specify a target via a query and is implemented with several interfaces such as IMessage and IEquatable."],["The latest version available in the list of all the available versions is 3.10.0, and the page currently refers to version 3.5.1."],["The class includes properties such as `Parent`, which defines the parent resource name, `QueryTypeCase` which is an enum indicating the type of query, and `StructuredQuery`, which is used to define a specific structured query."],["The document also lists multiple versions of the `QueryTarget` class, showing the versioning history starting from 2.3.0 up to the most recent, along with links to their respective documentation."]]],[]]