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 available for the Google Cloud Datastore v1 API is 4.15.0, with a range of versions available for reference, from 3.2.0 up to the latest."],["The `GqlQueryParameter` class is a binding parameter for GQL queries within the Google Cloud Datastore v1 API and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GqlQueryParameter` class has properties for `Cursor`, representing a query cursor returned in query result batches, and `Value`, which represents a value parameter."],["There are two constructors available for the `GqlQueryParameter` class, one default and another that accepts another `GqlQueryParameter` object."],["The `ParameterTypeCase` property within the `GqlQueryParameter` class is described, although the content itself does not go into depth about this property, or the `ParameterTypeOneofCase` enum."]]],[]]