When false, the query string must not contain any literals and instead must
bind all values. For example,
SELECT * FROM Kind WHERE a = 'string literal' is not allowed, while
SELECT * FROM Kind WHERE a = @value is.
[[["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 provides documentation for the \u003ccode\u003eGqlQuery\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Datastore.V1\u003c/code\u003e namespace, covering versions from 3.2.0 up to the latest version 4.15.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGqlQuery\u003c/code\u003e is a sealed class that represents a GQL (Graph Query Language) query, and it implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class \u003ccode\u003eGqlQuery\u003c/code\u003e includes constructors, such as the default constructor \u003ccode\u003eGqlQuery()\u003c/code\u003e and a copy constructor \u003ccode\u003eGqlQuery(GqlQuery other)\u003c/code\u003e, along with properties like \u003ccode\u003eAllowLiterals\u003c/code\u003e, \u003ccode\u003eNamedBindings\u003c/code\u003e, \u003ccode\u003ePositionalBindings\u003c/code\u003e, and \u003ccode\u003eQueryString\u003c/code\u003e for defining the query's behavior.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGqlQuery\u003c/code\u003e class supports both named and positional parameter bindings, allowing for flexible and dynamic query construction in the format outlined in the GQL reference.\u003c/p\u003e\n"],["\u003cp\u003eThe class members inherit from the object class, and also has specific members related to the GqlQuery class such as \u003ccode\u003eAllowLiterals\u003c/code\u003e, \u003ccode\u003eNamedBindings\u003c/code\u003e, \u003ccode\u003ePositionalBindings\u003c/code\u003e, and \u003ccode\u003eQueryString\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]