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.9.0."],["The `GqlQueryParameter` class is used as a binding parameter for GQL queries and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GqlQueryParameter` class provides properties such as `Cursor`, `HasCursor`, `ParameterTypeCase`, and `Value` to handle query cursor information and parameter values."],["The webpage also lists a range of available versions for the `GqlQueryParameter`, from 4.15.0 (latest) down to 3.2.0, giving the user the option to navigate between them."],["The class inherits from `object` and contains two constructors, one default and another to clone another GqlQueryParameter object."]]],[]]