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 documentation for the `GqlQueryParameter` class within the Google Cloud Datastore v1 API, specifically for version 4.12.0."],["The `GqlQueryParameter` class is used as a binding parameter for GQL queries and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GqlQueryParameter` class has properties such as `Cursor`, `HasCursor`, `ParameterTypeCase`, and `Value`, which allow managing the parameters of the GQL query."],["The class has two constructors, a default one and one that takes in another GqlQueryParameter object as a parameter, and a full list of versions of this class are provided."],["The documentation details the class's inheritance, implemented interfaces, constructors, and properties, alongside links to related documentation and types."]]],[]]