public sealed class RunQueryRequest : IMessage<RunQueryRequest>, IEquatable<RunQueryRequest>, IDeepCloneable<RunQueryRequest>, IBufferMessage, IMessage
The request for [Datastore.RunQuery][google.datastore.v1.Datastore.RunQuery].
Entities are partitioned into subsets, identified by a partition ID.
Queries are scoped to a single partition.
This partition ID is normalized with the standard default context
partition ID.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage details the \u003ccode\u003eRunQueryRequest\u003c/code\u003e class, which is the request type used for the \u003ccode\u003eDatastore.RunQuery\u003c/code\u003e operation within the Google Cloud Datastore V1 API.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRunQueryRequest\u003c/code\u003e class is available in multiple versions, with version 4.15.0 being the latest, as shown in the list of versions, and version 3.4.0 being the focus of the webpage.\u003c/p\u003e\n"],["\u003cp\u003eThe class is implemented in the \u003ccode\u003eGoogle.Cloud.Datastore.V1\u003c/code\u003e namespace, within the \u003ccode\u003eGoogle.Cloud.Datastore.V1.dll\u003c/code\u003e assembly, and inherits from \u003ccode\u003eObject\u003c/code\u003e while implementing several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, and \u003ccode\u003eIDeepCloneable\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eRunQueryRequest\u003c/code\u003e has properties such as \u003ccode\u003eGqlQuery\u003c/code\u003e, \u003ccode\u003ePartitionId\u003c/code\u003e, \u003ccode\u003eProjectId\u003c/code\u003e, \u003ccode\u003eQuery\u003c/code\u003e, \u003ccode\u003eQueryTypeCase\u003c/code\u003e, and \u003ccode\u003eReadOptions\u003c/code\u003e for handling different aspects of a Datastore query request, allowing customization of the query being run.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available for \u003ccode\u003eRunQueryRequest\u003c/code\u003e, one that is empty, and one that takes in another instance of \u003ccode\u003eRunQueryRequest\u003c/code\u003e to generate a new one based off of the properties of another.\u003c/p\u003e\n"]]],[],null,[]]