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."],[[["The `GqlQueryParameter` class is a binding parameter for GQL queries in the Google Cloud Datastore v1 API."],["This class is part of the `Google.Cloud.Datastore.V1` namespace and is implemented in the `Google.Cloud.Datastore.V1.dll` assembly."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties for `Cursor` (a query cursor) and `Value` (a parameter value), with the property `ParameterTypeCase` indicating the type of parameter."],["The latest version listed is `4.15.0`, with the current page being related to version `4.11.0`, with versions going all the way back to `3.2.0`."]]],[]]