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 latest version of the `GqlQueryParameter` class in the Google Cloud Datastore v1 API is 4.15.0, with previous versions ranging back to 3.2.0."],["`GqlQueryParameter` is a class used for binding parameters in GQL queries, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes constructors for creating new instances, either default or by copying an existing `GqlQueryParameter`, taking another `GqlQueryParameter` as parameter."],["The class exposes properties such as `Cursor`, `HasCursor`, `ParameterTypeCase`, and `Value` that can be used to manage parameters, set and retrieve values."],["The `GqlQueryParameter` class is part of the `Google.Cloud.Datastore.V1` namespace, contained within the `Google.Cloud.Datastore.V1.dll` assembly."]]],[]]