public sealed class GqlQueryParameter : IMessage<GqlQueryParameter>, IEquatable<GqlQueryParameter>, IDeepCloneable<GqlQueryParameter>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Datastore v1 API class GqlQueryParameter.
[[["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 webpage provides reference documentation for the `GqlQueryParameter` class within the Google Cloud Datastore v1 API, specifically for version 4.10.0, and offers navigation to other versions."],["`GqlQueryParameter` is a class used for binding parameters in a GQL query, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GqlQueryParameter` class includes constructors for creating new instances, either empty or by copying an existing object."],["Key properties of the `GqlQueryParameter` class are `Cursor`, which represents a query cursor, `HasCursor`, indicating if the \"cursor\" field is set, `ParameterTypeCase` for tracking which parameter is being used and `Value`, which represents a value parameter."],["The Google Cloud Datastore v1 API has 20 versions, version 4.15.0 being the latest and version 3.2.0 being the oldest one in the list."]]],[]]