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\u003eThe \u003ccode\u003eRunQueryRequest\u003c/code\u003e class is used to structure requests for the \u003ccode\u003eDatastore.RunQuery\u003c/code\u003e operation within the Google Cloud Datastore V1 API, and it's implemented with multiple interfaces.\u003c/p\u003e\n"],["\u003cp\u003eThis documentation covers versions from 3.2.0 to 4.15.0 of the Google Cloud Datastore V1, with 4.15.0 as the latest available version.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eRunQueryRequest\u003c/code\u003e class has several properties including \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, each serving a specific function in constructing the query request.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRunQueryRequest\u003c/code\u003e class can be created with two constructors: the default \u003ccode\u003eRunQueryRequest()\u003c/code\u003e and another that copies data from another \u003ccode\u003eRunQueryRequest\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRunQueryRequest\u003c/code\u003e class inherits members from the base \u003ccode\u003eObject\u003c/code\u003e class such as \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eGetType()\u003c/code\u003e, \u003ccode\u003eMemberwiseClone()\u003c/code\u003e, and \u003ccode\u003eToString()\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]