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 document provides reference documentation for the `GqlQueryParameter` class within the Google Cloud Datastore v1 API, specifically for version 4.7.0."],["`GqlQueryParameter` serves as a binding parameter for GQL queries and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GqlQueryParameter` class has constructors to create new instances and methods inherited from the `object` class like `GetHashCode`, `GetType` and `ToString`."],["Key properties of `GqlQueryParameter` include `Cursor` for query cursors, `HasCursor` to check if the cursor is set, `ParameterTypeCase` to determine the type of parameter, and `Value` to represent a parameter value."],["The document also lists the different versions of the library available for this class, ranging from version 4.15.0 (latest) down to version 3.2.0."]]],[]]