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.8.0."],["`GqlQueryParameter` serves as a binding parameter for GQL queries and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GqlQueryParameter` class includes properties like `Cursor`, `HasCursor`, `ParameterTypeCase`, and `Value`, allowing for the setting and retrieval of values for GQL queries."],["The class also presents two constructors: a parameterless constructor and one that takes another `GqlQueryParameter` instance as its argument, facilitating the creation of new instances and copies."],["The documentation covers versions from 4.15.0 down to 3.2.0, where the latest version is 4.15.0, allowing to navigate between different versions."]]],[]]